Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Commit 25f309d

Browse files
committed
fixing version to lower bound
1 parent d120cd5 commit 25f309d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ dependencies = [
1717

1818
[project.optional-dependencies]
1919
pyqrack = [
20-
"pyqrack~=1.35.10",
20+
"pyqrack>=1.36.1",
2121
]
2222
pyqrack-cpu = [
23-
"pyqrack-cpu~=1.35.10",
23+
"pyqrack-cpu>=1.36.1",
2424
]
2525
pyqrack-cuda = [
26-
"pyqrack-cuda~=1.35.10",
26+
"pyqrack-cuda>=1.36.1",
2727
]
2828

2929
[build-system]

0 commit comments

Comments
 (0)