diff --git a/pyproject.toml b/pyproject.toml index cfa7b2997e..786e0819e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,14 +13,13 @@ authors = [ license = { file = "LICENSE" } requires-python = ">=3.9,<3.14" dependencies = [ - "wheel", "setuptools~=70.0.0", "aiohttp~=3.9", "asyncstdlib~=3.13.0", "colorama~=0.4.6", "fastapi~=0.110.1", - "munch~=2.5.0", + "munch>=4.0.0", "numpy>=2.0.1,<3.0.0", "msgpack-numpy-opentensor~=0.5.0", "nest_asyncio==1.6.0", @@ -95,4 +94,4 @@ classifiers = [ [tool.setuptools] package-dir = {"bittensor" = "bittensor"} -script-files = ["bittensor/utils/certifi.sh"] \ No newline at end of file +script-files = ["bittensor/utils/certifi.sh"]