Skip to content

Commit

Permalink
Merge pull request #2053 from backend-developers-ltd/fix_python313
Browse files Browse the repository at this point in the history
fix bittensor not installing under Python 3.13
  • Loading branch information
thewhaleking authored Jun 21, 2024
2 parents b9d3b44 + 203ea1e commit 091fb61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ fuzzywuzzy>=0.18.0
fastapi~=0.110.1
munch~=2.5.0
netaddr
numpy==1.26.4
numpy~=1.26
msgpack-numpy-opentensor~=0.5.0
nest_asyncio
packaging
pycryptodome>=3.18.0,<4.0.0
pyyaml
password_strength
pydantic>=2.3, <3
PyNaCl>=1.3.0,<=1.5.0
PyNaCl~=1.3
python-Levenshtein
python-statemachine~=2.1.2
python-statemachine~=2.1
retry
requests
rich
Expand All @@ -30,5 +30,5 @@ shtab~=1.6.5
substrate-interface~=1.7.5
termcolor
tqdm
uvicorn<=0.30
uvicorn
wheel

0 comments on commit 091fb61

Please sign in to comment.