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 2cf6b36 commit 60da760Copy full SHA for 60da760
1 file changed
pyproject.toml
@@ -32,6 +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",
37
"argcomplete>=3.5.0",
38
"ignore-python>=0.2.0",
@@ -54,6 +55,7 @@ build-backend = "hatchling.build"
54
55
[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
0 commit comments