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