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

Commit 261e8fa

Browse files
committed
raising upper bound again
1 parent d89616a commit 261e8fa

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

2929
[build-system]

0 commit comments

Comments
 (0)