Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -2
requirements.txt
CHANGED
@@ -1,2 +1,10 @@
|
|
1 |
-
fastai
|
2 |
-
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastai>=2.7.12
|
2 |
+
gradio>=4.19.2
|
3 |
+
torch>=2.2.0
|
4 |
+
torchvision>=0.17.0
|
5 |
+
pillow>=10.2.0
|
6 |
+
numpy>=1.24.3
|
7 |
+
pandas>=2.1.0
|
8 |
+
python-multipart>=0.0.6
|
9 |
+
matplotlib>=3.7.1
|
10 |
+
scikit-learn>=1.3.0
|