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 1bbe3d9 commit 8b5c216Copy full SHA for 8b5c216
1 file changed
pyproject.toml
@@ -32,8 +32,7 @@ dependencies = [
32
"python-multipart>=0.0.16",
33
"filelock",
34
"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",
+ "gpuhunt==0.1.18",
37
"argcomplete>=3.5.0",
38
"ignore-python>=0.2.0",
39
"orjson",
@@ -55,9 +54,6 @@ build-backend = "hatchling.build"
55
54
[project.scripts]
56
dstack = "dstack._internal.cli.main:main"
57
58
-[tool.hatch.metadata]
59
-allow-direct-references = true
60
-
61
[tool.hatch.version]
62
path = "src/dstack/version.py"
63
0 commit comments