Skip to content

Commit 60da760

Browse files
Add TODOs to pin gpuhunt and remove allow-direct-references before merging
Made-with: Cursor
1 parent 2cf6b36 commit 60da760

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +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.
3536
"gpuhunt @ git+https://github.com/dstackai/gpuhunt.git@main",
3637
"argcomplete>=3.5.0",
3738
"ignore-python>=0.2.0",
@@ -54,6 +55,7 @@ build-backend = "hatchling.build"
5455
[project.scripts]
5556
dstack = "dstack._internal.cli.main:main"
5657

58+
# TODO: Remove once gpuhunt is pinned to a release version.
5759
[tool.hatch.metadata]
5860
allow-direct-references = true
5961

0 commit comments

Comments
 (0)