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

Commit 61c9819

Browse files
committed
set lower version
1 parent 261e8fa commit 61c9819

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.35.10",
2121
]
2222
pyqrack-cpu = [
23-
"pyqrack-cpu<=1.35.10",
23+
"pyqrack-cpu>=1.35.10",
2424
]
2525
pyqrack-cuda = [
26-
"pyqrack-cuda<=1.35.10",
26+
"pyqrack-cuda>=1.35.10",
2727
]
2828

2929
[build-system]

0 commit comments

Comments
 (0)