Update requirements.txt
Browse files- requirements.txt +2 -18
requirements.txt
CHANGED
|
@@ -1,19 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
torch==2.6.0+cpu
|
| 4 |
-
torchvision==0.21.0+cpu
|
| 5 |
-
|
| 6 |
fastai==2.8.1
|
| 7 |
-
|
| 8 |
-
fastprogress==1.0.5
|
| 9 |
-
cloudpickle==3.1.2
|
| 10 |
-
toml==0.10.2
|
| 11 |
-
|
| 12 |
-
huggingface_hub
|
| 13 |
-
gradio
|
| 14 |
-
|
| 15 |
-
numpy==2.0.2
|
| 16 |
-
pillow
|
| 17 |
-
scikit-learn
|
| 18 |
-
pandas
|
| 19 |
-
matplotlib
|
|
|
|
| 1 |
+
torch==2.6.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
fastai==2.8.1
|
| 3 |
+
toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|