Skip to content

Commit 6d8325f

Browse files
fix chsdk cd
1 parent 57522eb commit 6d8325f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

compute_horde_sdk/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ requires-python = ">=3.11,<3.13" # bittensor doesn't work on 3.13+
44
keywords = []
55
license = {text = "MIT"}
66
readme = "README.md"
7+
version = "0.0.1"
78
authors = [
89
{name = "Reef Technologies", email = "opensource@reef.pl"},
910
]
@@ -15,9 +16,6 @@ classifiers = [
1516
"Programming Language :: Python :: 3.11",
1617
"Programming Language :: Python :: 3.12",
1718
]
18-
dynamic = [
19-
"version",
20-
]
2119
dependencies = [
2220
"pydantic<3,>=2.10",
2321
"httpx>=0.26.0",

0 commit comments

Comments
 (0)