Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
gradio==5.25.0
|
| 2 |
-
huggingface_hub==0.30.0
|
| 3 |
torch>=2.0.0
|
| 4 |
transformers>=4.40.0
|
| 5 |
accelerate>=0.27.0
|
|
|
|
| 6 |
git+https://github.com/facebookresearch/tribev2.git
|
| 7 |
nilearn>=0.10.0
|
| 8 |
matplotlib>=3.7.0
|
|
|
|
| 1 |
gradio==5.25.0
|
|
|
|
| 2 |
torch>=2.0.0
|
| 3 |
transformers>=4.40.0
|
| 4 |
accelerate>=0.27.0
|
| 5 |
+
huggingface_hub>=0.30.0
|
| 6 |
git+https://github.com/facebookresearch/tribev2.git
|
| 7 |
nilearn>=0.10.0
|
| 8 |
matplotlib>=3.7.0
|