Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
numpy==1.26.
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
1 |
+
numpy==1.26.4
|
2 |
+
scipy==1.11.4
|
3 |
+
fastai==2.7.17
|
4 |
+
gradio==4.44.1
|
5 |
+
timm==1.0.9
|
6 |
+
torch==2.2.1
|
7 |
+
torchvision==0.17.1
|