-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathrequirements.txt
More file actions
141 lines (128 loc) · 2.66 KB
/
Copy pathrequirements.txt
File metadata and controls
141 lines (128 loc) · 2.66 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
# -------------------------
# Core numeric/scientific
# -------------------------
numpy>=1.24.3,<2
scipy>=1.9.1
pandas>=1.5.0
statsmodels>=0.14.0
scikit-learn==1.1.3
scikit-image
joblib>=1.2.0
cloudpickle>=2.2.0
dill>=0.3.6
memory-profiler
# -------------------------
# Imaging / vision
# -------------------------
Pillow>=10.2.0
imageio>=2.22.0
imutils>=0.5.4
rawpy>=0.18.1
albumentations>=1.4.2
av>=11.0.0
# -------------------------
# ML / DL stacks (PyTorch + ecosystem)
# -------------------------
torch
torchvision
torchaudio
timm>=0.6.11
einops>=0.7.0
fairscale>=0.4.12
thop>=0.1.1.post2209072238
vit-pytorch==0.37.1
# -------------------------
# Transformers / NLP tooling
# -------------------------
transformers>=4.40,<5
sentence-transformers>=2.2.2
nltk>=3.8.1
evaluate>=0.4.1
# -------------------------
# TensorFlow stack (pin to avoid resolver explosions)
# -------------------------
tensorflow==2.16.1
protobuf>=3.20.0,<5
tensorboard<2.17
ml-dtypes>=0.3.1,<0.4
# -------------------------
# OpenVINO / NNCF (pin major line)
# -------------------------
openvino>=2024.0.0,<2026.0.0
nncf>=2.9.0,<3.0
# -------------------------
# Web / API / apps
# -------------------------
Flask>=3.0.2
requests>=2.31.0
urllib3>=1.26.12,<3
aiofiles>=23.2.1
aiohttp-retry>=2.9.1
openai>=1.0.0,<3
# -------------------------
# Data / file / utilities
# -------------------------
PyYAML>=6.0.1
openpyxl>=3.1.2
psutil>=5.9.4
py-cpuinfo>=9.0.0
rapidfuzz>=2.13.7
shortuuid>=1.0.13
sqlparse>=0.4.4
filelock>=3.8.0
GitPython>=3.1.42
parse>=1.20.1
xmltodict>=0.13.0
beautifulsoup4>=4.12.3
yt-dlp>=2024.3.10
# -------------------------
# Experiment tracking / viz
# -------------------------
matplotlib>=3.6.0
seaborn>=0.13.2
rich>=13.7.1
tqdm>=4.65.0
wandb>=0.13.4
comet-ml>=3.39.1
sentry-sdk>=1.9.10
visdom>=0.2.4
# -------------------------
# Orchestration / config / tools
# -------------------------
hydra-core>=1.3.2
omegaconf>=2.2.3
dask>=2022.9.2
ray>=2.9.3,<3
# -------------------------
# Optional / niche (keep if you actually use them)
# -------------------------
colour-science
cityscapesscripts>=2.2.2
fvcore>=0.1.5.post20220512
iopath>=0.1.9
coremltools>=7.1
# -------------------------
# UI / interactive
# -------------------------
streamlit>=1.27.2,<2
pandastable>=0.13.1
mss>=9.0.1
ipython>=8.12.3
Pygments>=2.13.0
tabulate>=0.9.0
# -------------------------
# Automation / scraping / label tooling
# -------------------------
selenium==4.21.0
undetected-chromedriver==3.5.5
labelbox
shapely
# -------------------------
# Dev-only (consider moving to requirements-dev.txt later)
# -------------------------
black>=22.3.0
pytest>=8.1.1
Sphinx>=7.2.6
docutils>=0.20.1
dvclive>=3.45.0
setuptools>=58.1.0