Skip to content

Commit 8b5c216

Browse files
author
Andrey Cheptsov
committed
Update gpuhunt dependency to version 0.1.18
1 parent 1bbe3d9 commit 8b5c216

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 5 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: Pin to gpuhunt release once crusoe-add-new-gpu-types branch is merged.
36-
"gpuhunt @ git+https://github.com/dstackai/gpuhunt.git@crusoe-add-new-gpu-types",
35+
"gpuhunt==0.1.18",
3736
"argcomplete>=3.5.0",
3837
"ignore-python>=0.2.0",
3938
"orjson",
@@ -55,9 +54,6 @@ build-backend = "hatchling.build"
5554
[project.scripts]
5655
dstack = "dstack._internal.cli.main:main"
5756

58-
[tool.hatch.metadata]
59-
allow-direct-references = true
60-
6157
[tool.hatch.version]
6258
path = "src/dstack/version.py"
6359

0 commit comments

Comments
 (0)