Spaces:
Runtime error
Runtime error
Requirements file
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
PIL==9.0.1
|
| 2 |
+
fastai==2.6.0
|
| 3 |
+
fastcore==1.4.2
|
| 4 |
+
fastprogress==1.0.2
|
| 5 |
+
ipywidgets==7.6.5
|
| 6 |
+
matplotlib==3.5.1
|
| 7 |
+
numpy==1.21.6
|
| 8 |
+
pandas==1.3.5
|
| 9 |
+
requests==2.27.1
|
| 10 |
+
scipy==1.7.3
|
| 11 |
+
session_info==1.0.0
|
| 12 |
+
torch==1.9.1
|
| 13 |
+
torchvision==0.10.1
|
| 14 |
+
yaml==6.0
|