diff --git a/pyproject.toml b/pyproject.toml index cd4ed08..65f322f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,26 +6,26 @@ readme = "README.md" license = {file = "LICENSE"} keywords = ["substrate", "scale", "codec", "bittensor"] -dependencies = ["toml==0.10.0"] +dependencies = ["toml~=0.10"] requires-python = ">= 3.9" authors = [ - {name = "Cameron Fairchild", email = "cameron@opentensor.dev"}, + {name = "Cameron Fairchild", email = "c@latent.to"}, {name = "Opentensor Foundation", email = "hello@bittensor.com"}, ] maintainers = [ - {name = "Cameron Fairchild", email = "cameron@opentensor.dev"} + {name = "Cameron Fairchild", email = "c@latent.to"} ] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "Topic :: Software Development :: Build Tools", - # Pick your license as you wish "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Scientific/Engineering", "Topic :: Software Development", "Topic :: Software Development :: Libraries", @@ -39,9 +39,9 @@ requires = ["maturin>=1.0,<2.0"] build-backend = "maturin" [project.optional-dependencies] -dev = ["black==23.7.0","maturin", "ruff==0.4.7"] +dev = ["maturin", "ruff==0.11.5"] test = [ - "bittensor==7.3.1", + "bittensor>=9.4.0", "pytest==7.2.0", "pytest-asyncio==0.23.7", "pytest-mock==3.12.0", @@ -49,4 +49,4 @@ test = [ "pytest-xdist==3.0.2", "pytest-rerunfailures==10.2", "ddt==1.6.0", -] \ No newline at end of file +] diff --git a/requirements/dev.txt b/requirements/dev.txt deleted file mode 100644 index da27728..0000000 --- a/requirements/dev.txt +++ /dev/null @@ -1,12 +0,0 @@ -black==23.7.0 -pytest==7.2.0 -pytest-asyncio==0.23.7 -pytest-mock==3.12.0 -pytest-split==0.8.0 -pytest-xdist==3.0.2 -pytest-rerunfailures==10.2 -ddt==1.6.0 -ruff==0.4.7 -maturin - -bittensor==7.3.1 \ No newline at end of file diff --git a/requirements/prod.txt b/requirements/prod.txt deleted file mode 100644 index 66c0274..0000000 --- a/requirements/prod.txt +++ /dev/null @@ -1 +0,0 @@ -bt-decode==0.0.1 \ No newline at end of file