-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
41 lines (35 loc) · 785 Bytes
/
Copy pathrequirements.txt
File metadata and controls
41 lines (35 loc) · 785 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
30
31
32
33
34
35
36
37
38
39
40
41
# first mannually install torch with cuda support
# pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
# Phase 1 Dependencies - Core Infrastructure
pydantic>=2.0.0
sqlalchemy>=2.0.0
psycopg2-binary>=2.9.0
redis>=5.0.0
pyyaml>=6.0
dependency-injector>=4.41.0
python-dotenv>=1.0.0
# Phase 2 Dependencies - Computer Vision & ML
opencv-python>=4.8.0
scikit-learn>=1.3.0
openvino>=2023.0.0
pillow>=10.0.0
numpy>=1.24.0
faiss-gpu>=1.7.4
torch>=2.0.0
torchvision>=0.15.0
torchaudio>=2.0.0
# ONNX support
onnx>=1.14.0
onnx2torch>=1.5.0
# Phase 6 Dependencies - Desktop UI
PySide6>=6.6.0
PySide6-Addons>=6.6.0
# Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
# Development
black>=23.0.0
isort>=5.12.0
mypy>=1.5.0
pre-commit>=3.3.0