Skip to content

Commit 30a7cee

Browse files
Pin gpuhunt==0.1.17 (matches master)
Made-with: Cursor
1 parent 60da760 commit 30a7cee

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ dependencies = [
3232
"python-multipart>=0.0.16",
3333
"filelock",
3434
"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",
35+
"gpuhunt==0.1.17",
3736
"argcomplete>=3.5.0",
3837
"ignore-python>=0.2.0",
3938
"orjson",
@@ -55,10 +54,6 @@ build-backend = "hatchling.build"
5554
[project.scripts]
5655
dstack = "dstack._internal.cli.main:main"
5756

58-
# TODO: Remove once gpuhunt is pinned to a release version.
59-
[tool.hatch.metadata]
60-
allow-direct-references = true
61-
6257
[tool.hatch.version]
6358
path = "src/dstack/version.py"
6459

0 commit comments

Comments
 (0)