Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
@@ -1,2 +1,7 @@
|
|
1 |
-
fastai
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastai==2.8.1
|
2 |
+
torch==2.6.0
|
3 |
+
torchvision>=0.17.0 # compatible con torch 2.6.0
|
4 |
+
scikit-learn
|
5 |
+
pandas
|
6 |
+
matplotlib
|
7 |
+
numpy
|