Skip to content

Commit cbede0a

Browse files
committed
Also restrit pyqrack-cpu <1.41
1 parent 038aa47 commit cbede0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"pydantic>=1.3.0,<2.11.0",
1919
"pandas>=2.2.3",
2020
"pyqrack>=1.38.2,<1.41.0 ; sys_platform == 'darwin'",
21-
"pyqrack-cpu>=1.38.2 ; sys_platform != 'darwin'",
21+
"pyqrack-cpu>=1.38.2,<1.41.0 ; sys_platform != 'darwin'",
2222
]
2323

2424
[project.optional-dependencies]

0 commit comments

Comments
 (0)