We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60da760 commit 30a7ceeCopy full SHA for 30a7cee
1 file changed
pyproject.toml
@@ -32,8 +32,7 @@ dependencies = [
32
"python-multipart>=0.0.16",
33
"filelock",
34
"psutil",
35
- # TODO: Replace with a pinned gpuhunt release (e.g. gpuhunt==0.1.17) before merging.
36
- "gpuhunt @ git+https://github.com/dstackai/gpuhunt.git@main",
+ "gpuhunt==0.1.17",
37
"argcomplete>=3.5.0",
38
"ignore-python>=0.2.0",
39
"orjson",
@@ -55,10 +54,6 @@ build-backend = "hatchling.build"
55
54
[project.scripts]
56
dstack = "dstack._internal.cli.main:main"
57
58
-# TODO: Remove once gpuhunt is pinned to a release version.
59
-[tool.hatch.metadata]
60
-allow-direct-references = true
61
-
62
[tool.hatch.version]
63
path = "src/dstack/version.py"
64
0 commit comments