From e1f0dbdfceee4c12b63946167f082d2373996646 Mon Sep 17 00:00:00 2001 From: Maciej Urbanski Date: Fri, 21 Jun 2024 12:14:45 +0200 Subject: [PATCH] loosen up dependencies so bittensor is installable under Python 3.13 --- requirements/prod.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/prod.txt b/requirements/prod.txt index ba8b09cb41..5f83749521 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -11,7 +11,7 @@ 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 @@ -19,9 +19,9 @@ 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 @@ -30,5 +30,5 @@ shtab~=1.6.5 substrate-interface~=1.7.5 termcolor tqdm -uvicorn<=0.30 +uvicorn wheel