-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathrequirements.txt
More file actions
29 lines (22 loc) · 649 Bytes
/
Copy pathrequirements.txt
File metadata and controls
29 lines (22 loc) · 649 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Core ML/AI Dependencies
# Note: use onnxruntime-directml instead of onnxruntime to enable DirectML GPU
# acceleration on Windows (any DX12-compatible GPU). They are mutually exclusive.
onnxruntime==1.23.2
numpy==2.4.4
# Computer Vision
opencv-python==4.11.0.86
rawpy==0.27.0
# Data Processing
pandas==2.2.2
# Utilities
PyExifTool==0.5.6
requests==2.34.2
pywebview==6.2.1
keyring
# installer
pyinstaller==6.20.0
# EXIF reading
exifread
pillow==12.2.0
# speciesnet removed: ensemble logic is inlined in kestrel_analyzer/ml/_speciesnet_ensemble.py
# (Apache 2.0, adapted from google/cameratrapai). This eliminates the torch/optree dependency.