Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,10 @@
|
|
| 1 |
fastmcp>=0.1.0
|
| 2 |
pydantic>=2.0.0
|
| 3 |
torch
|
| 4 |
-
torchvision
|
| 5 |
numpy
|
| 6 |
pandas
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
fastmcp>=0.1.0
|
| 2 |
pydantic>=2.0.0
|
| 3 |
torch
|
|
|
|
| 4 |
numpy
|
| 5 |
pandas
|
| 6 |
+
torchvision
|
| 7 |
+
pillow
|
| 8 |
+
pyyaml
|
| 9 |
+
scikit-learn
|
| 10 |
+
fastai==1.0.61
|