Skip to content

Commit 4fdd8f1

Browse files
committed
Loosen Python version restrictions and re-add sqlitedict dependency
1 parent e865b70 commit 4fdd8f1

File tree

2 files changed

+1420
-28
lines changed

2 files changed

+1420
-28
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "h2o-llmstudio"
33
version = "1.14.4"
44
readme = "README.md"
55
license = {file = "LICENSE"}
6-
requires-python = "==3.10.*"
6+
requires-python = ">=3.10, <=3.13"
77
dependencies = [
88
"torch==2.7.1",
99
"tqdm>=4.65.0,<5.0.0",
@@ -45,6 +45,7 @@ dependencies = [
4545
"deepspeed==0.17.5",
4646
"keyring>=25.2.1, <26.0.0",
4747
"pydantic>=2.8.2, <3.0.0",
48+
"sqlitedict>=2.1.0, <3.0.0",
4849
]
4950

5051
[dependency-groups]

0 commit comments

Comments
 (0)