Spaces:
Runtime error
Runtime error
Commit
·
dcbedf1
1
Parent(s):
8114ad7
Update bittensor
Browse files- .gitignore +1 -0
- requirements.txt +2 -2
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
.venv/*
|
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
bittensor==6.
|
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
|
|
|
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
|