Skip to content

Commit 038aa47

Browse files
committed
Restrict pyqrack version to fix CI
1 parent 738a50d commit 038aa47

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
@@ -17,7 +17,7 @@ dependencies = [
1717
"rich>=13.9.4",
1818
"pydantic>=1.3.0,<2.11.0",
1919
"pandas>=2.2.3",
20-
"pyqrack>=1.38.2 ; sys_platform == 'darwin'",
20+
"pyqrack>=1.38.2,<1.41.0 ; sys_platform == 'darwin'",
2121
"pyqrack-cpu>=1.38.2 ; sys_platform != 'darwin'",
2222
]
2323

0 commit comments

Comments
 (0)