Update requirements.txt
Browse files- requirements.txt +13 -9
requirements.txt
CHANGED
@@ -1,25 +1,29 @@
|
|
|
|
|
|
|
|
|
|
1 |
numpy<2.0.0
|
2 |
torch==2.1.1
|
3 |
torchvision==0.16.1
|
4 |
transformers==4.42.3
|
5 |
timm==1.0.7
|
6 |
einops==0.8.0
|
7 |
-
wandb
|
8 |
opencv-python==4.10.0.84
|
9 |
-
h5py
|
10 |
scipy==1.10.1
|
11 |
pycocotools==2.0.7
|
12 |
imgaug==0.4.0
|
13 |
-
fvcore
|
14 |
pandas==2.0.3
|
15 |
spacy==3.7.2
|
16 |
hydra-core==1.3.2
|
17 |
-
pyav
|
18 |
-
bitarray
|
19 |
-
py3_wget
|
20 |
-
sacrebleu
|
21 |
-
scikit-learn
|
22 |
-
gdown
|
23 |
omegaconf==2.3.0
|
24 |
mmcv==2.0.1
|
25 |
mmdet==3.3.0
|
|
|
1 |
+
# Upgrade pip, setuptools, and wheel for binary builds
|
2 |
+
pip install --upgrade pip setuptools wheel
|
3 |
+
|
4 |
+
# Scientific and ML dependencies (pinned for HF Spaces compatibility)
|
5 |
numpy<2.0.0
|
6 |
torch==2.1.1
|
7 |
torchvision==0.16.1
|
8 |
transformers==4.42.3
|
9 |
timm==1.0.7
|
10 |
einops==0.8.0
|
11 |
+
wandb==0.16.6
|
12 |
opencv-python==4.10.0.84
|
13 |
+
h5py==3.9.0
|
14 |
scipy==1.10.1
|
15 |
pycocotools==2.0.7
|
16 |
imgaug==0.4.0
|
17 |
+
fvcore==0.1.5.post20221221
|
18 |
pandas==2.0.3
|
19 |
spacy==3.7.2
|
20 |
hydra-core==1.3.2
|
21 |
+
pyav==10.0.0
|
22 |
+
bitarray==2.8.3
|
23 |
+
py3_wget==0.0.1
|
24 |
+
sacrebleu==2.4.2
|
25 |
+
scikit-learn==1.3.2
|
26 |
+
gdown==5.1.0
|
27 |
omegaconf==2.3.0
|
28 |
mmcv==2.0.1
|
29 |
mmdet==3.3.0
|