Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
timm
|
2 |
toml
|
3 |
-
transformers
|
4 |
-
torch
|
5 |
numpy
|
6 |
-
fastai == 2.7.
|
7 |
Pillow == 8.4.0
|
|
|
1 |
+
timm==0.9.2
|
2 |
toml
|
3 |
+
transformers==4.31.0
|
4 |
+
torch==1.12.1
|
5 |
numpy
|
6 |
+
fastai == 2.7.12
|
7 |
Pillow == 8.4.0
|