Skip to content

Commit

Permalink
Merge pull request #2322 from opentensor/release/8.0.0-updated-requir…
Browse files Browse the repository at this point in the history
…ements

Updates requirements for 8.0.0
  • Loading branch information
ibraheem-opentensor authored Sep 25, 2024
2 parents 6a2ad87 + 884e2d5 commit 1a57dae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/btcli.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git+https://github.com/opentensor/btcli.git@main#egg=bittensor-cli
bittensor-cli
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ python-Levenshtein
scalecodec==1.2.11
substrate-interface~=1.7.9
uvicorn
git+https://github.com/opentensor/btwallet.git#egg=bittensor-wallet
bittensor-wallet==1.0.0
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def read_requirements(path):
install_requires=requirements,
extras_require={
"btcli": extra_requirements_btcli,
"cubit": extra_requirements_cubit,
"dev": extra_requirements_dev,
"torch": extra_requirements_torch,
},
Expand Down

0 comments on commit 1a57dae

Please sign in to comment.