Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"},
{name = "Cameron Fairchild", email = "[email protected]"},
{name = "Opentensor Foundation", email = "[email protected]"},
]
maintainers = [
{name = "Cameron Fairchild", email = "[email protected]"}
{name = "Cameron Fairchild", email = "[email protected]"}
]
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",
Expand All @@ -39,14 +39,14 @@ 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",
"pytest-split==0.8.0",
"pytest-xdist==3.0.2",
"pytest-rerunfailures==10.2",
"ddt==1.6.0",
]
]
12 changes: 0 additions & 12 deletions requirements/dev.txt

This file was deleted.

1 change: 0 additions & 1 deletion requirements/prod.txt

This file was deleted.

Loading