Spaces:
Runtime error
Runtime error
Fixed pydantic version
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
bittensor==6.9.3
|
2 |
-
pydantic==1.7.4
|
3 |
requests==2.31.0
|
4 |
wandb==0.16.2
|
5 |
python-dotenv==1.0.1
|
6 |
APScheduler==3.10.1
|
7 |
huggingface-hub>=0.18.0
|
8 |
pandas==2.2.0
|
|
|
|
1 |
bittensor==6.9.3
|
|
|
2 |
requests==2.31.0
|
3 |
wandb==0.16.2
|
4 |
python-dotenv==1.0.1
|
5 |
APScheduler==3.10.1
|
6 |
huggingface-hub>=0.18.0
|
7 |
pandas==2.2.0
|
8 |
+
pydantic==1.7.4
|