Skip to content

Commit 0c2e5b6

Browse files
author
acer-king
committed
version upgrade
1 parent f55d140 commit 0c2e5b6

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

requirements.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requests==2.*
77
scikit-learn==1.*
88
torch==2.*
99
transformers==4.*
10-
wandb
10+
wandb==0.19.1
1111
anthropic==0.19.2
1212
stability-sdk
1313
boto3
@@ -16,4 +16,6 @@ pyOpenSSL==24.*
1616
google-generativeai
1717
groq==0.5.0
1818
aioboto3
19-
tabulate
19+
tabulate
20+
numpy==1.25.2
21+
requests==2.32.3

start_validator.py

-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ def update_and_restart(pm2_name, netuid, wallet_name, wallet_hotkey, address, au
3131
subprocess.run(["git", "reset", "--hard"])
3232
subprocess.run(["git", "pull"])
3333
subprocess.run(["pip", "install", "-e", "."])
34-
subprocess.run(["pip", "install", "--upgrade", "wandb"])
35-
subprocess.run(["pip", "install", "numpy==1.25.2"])
36-
subprocess.run(["pip", "install", "--upgrade", "requests"])
3734
subprocess.run(["pip", "uninstall", "uvloop"])
3835
subprocess.run(
3936
["pm2", "start", "--name", pm2_name, f"python3 -m validators.validator --wallet.name {wallet_name}"

0 commit comments

Comments
 (0)