1
1
[build-system ]
2
- requires = [" setuptools>=42 " , " wheel" ]
2
+ requires = [" setuptools~=70.0.0 " , " wheel" ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " bittensor"
7
- version = " 0.1.0 "
7
+ version = " 9.0.3 "
8
8
description = " Bittensor"
9
9
readme = " README.md"
10
10
authors = [
11
- {email = " " , name = " bittensor.com" }
11
+ {name = " bittensor.com" }
12
12
]
13
- license = " MIT "
13
+ license = { file = " LICENSE " }
14
14
requires-python = " >=3.9,<3.13"
15
15
dependencies = [
16
16
" wheel" ,
17
17
" setuptools~=70.0.0" ,
18
18
" aiohttp~=3.9" ,
19
- " async-property==0.2.2" ,
20
- " bittensor-cli" ,
21
- " bt-decode==0.2.0a0" ,
19
+ " asyncstdlib~=3.13.0" ,
22
20
" colorama~=0.4.6" ,
23
21
" fastapi~=0.110.1" ,
24
22
" munch~=2.5.0" ,
@@ -36,12 +34,12 @@ dependencies = [
36
34
" pydantic>=2.3, <3" ,
37
35
" python-Levenshtein" ,
38
36
" scalecodec==1.2.11" ,
39
- " substrate-interface~=1.7.9" ,
40
37
" uvicorn" ,
41
38
" websockets>=14.1" ,
42
- " bittensor-wallet>=2.1.3"
39
+ " bittensor-commit-reveal>=0.2.0" ,
40
+ " bittensor-wallet>=3.0.4" ,
41
+ " async-substrate-interface>=1.0.3"
43
42
]
44
- scripts = [" bittensor/utils/certifi.sh" ]
45
43
46
44
[project .optional-dependencies ]
47
45
dev = [
@@ -59,25 +57,25 @@ dev = [
59
57
" mypy==1.8.0" ,
60
58
" types-retry==0.9.9.4" ,
61
59
" freezegun==1.5.0" ,
62
- " torch>=1.13.1" ,
63
60
" httpx==0.27.0" ,
64
61
" ruff==0.4.7" ,
65
62
" aioresponses==0.7.6" ,
66
63
" factory-boy==3.3.0" ,
64
+ " types-requests"
67
65
]
68
66
torch = [
69
- " torch>=1.13.1"
67
+ " torch>=1.13.1,<2.6.0 "
70
68
]
71
69
72
70
[project .urls ]
73
71
# more details can be found here
74
72
homepage = " https://github.com/opentensor/bittensor"
73
+ Repository = " https://github.com/opentensor/bittensor"
75
74
76
75
[tool .flit .metadata ]
77
76
classifiers = [
78
- " Development Status :: 3 - Alpha " ,
77
+ " Development Status :: 5 - Production/Stable " ,
79
78
" Intended Audience :: Developers" ,
80
- " Topic :: Software Development :: Build Tools" ,
81
79
" License :: OSI Approved :: MIT License" ,
82
80
" Programming Language :: Python :: 3 :: Only" ,
83
81
" Programming Language :: Python :: 3.9" ,
@@ -90,4 +88,8 @@ classifiers = [
90
88
" Topic :: Software Development" ,
91
89
" Topic :: Software Development :: Libraries" ,
92
90
" Topic :: Software Development :: Libraries :: Python Modules"
93
- ]
91
+ ]
92
+
93
+ [tool .setuptools ]
94
+ package-dir = {"" = " bittensor" }
95
+ script-files = [" bittensor/utils/certifi.sh" ]
0 commit comments