Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -1,10 +1,13 @@
|
|
| 1 |
fastai==2.8.1
|
| 2 |
fastcore==1.8.18
|
|
|
|
| 3 |
torch==2.6.0
|
| 4 |
torchvision==0.21.0
|
|
|
|
| 5 |
numpy==1.26.4
|
| 6 |
pillow==9.2.0
|
|
|
|
| 7 |
scikit-learn
|
| 8 |
-
plum-dispatch==
|
| 9 |
huggingface_hub[fastai]
|
| 10 |
toml
|
|
|
|
| 1 |
fastai==2.8.1
|
| 2 |
fastcore==1.8.18
|
| 3 |
+
|
| 4 |
torch==2.6.0
|
| 5 |
torchvision==0.21.0
|
| 6 |
+
|
| 7 |
numpy==1.26.4
|
| 8 |
pillow==9.2.0
|
| 9 |
+
|
| 10 |
scikit-learn
|
| 11 |
+
plum-dispatch==2.6.0
|
| 12 |
huggingface_hub[fastai]
|
| 13 |
toml
|