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 e865b70 commit 4fdd8f1Copy full SHA for 4fdd8f1
pyproject.toml
@@ -3,7 +3,7 @@ name = "h2o-llmstudio"
3
version = "1.14.4"
4
readme = "README.md"
5
license = {file = "LICENSE"}
6
-requires-python = "==3.10.*"
+requires-python = ">=3.10, <=3.13"
7
dependencies = [
8
"torch==2.7.1",
9
"tqdm>=4.65.0,<5.0.0",
@@ -45,6 +45,7 @@ dependencies = [
45
"deepspeed==0.17.5",
46
"keyring>=25.2.1, <26.0.0",
47
"pydantic>=2.8.2, <3.0.0",
48
+ "sqlitedict>=2.1.0, <3.0.0",
49
]
50
51
[dependency-groups]
0 commit comments