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 4386027 commit f298c07Copy full SHA for f298c07
1 file changed
pyproject.toml
@@ -32,7 +32,7 @@ dependencies = [
32
"python-multipart>=0.0.16",
33
"filelock",
34
"psutil",
35
- "gpuhunt==0.1.18",
+ "gpuhunt==0.1.19",
36
"argcomplete>=3.5.0",
37
"ignore-python>=0.2.0",
38
"orjson",
@@ -80,7 +80,6 @@ ignore-case = true
80
81
[tool.uv.sources]
82
dstack-plugin-server = { path = "examples/plugins/example_plugin_server", editable = true }
83
-gpuhunt = { git = "https://github.com/dstackai/gpuhunt.git", branch = "feat/vastai-community-default" }
84
85
[tool.ruff]
86
target-version = "py39"
0 commit comments