Skip to content

Commit 76955a7

Browse files
committed
Restrict pyqrack version to fix CI
1 parent d35af14 commit 76955a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ 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'",
21-
"pyqrack-cpu>=1.38.2 ; sys_platform != 'darwin'",
20+
"pyqrack>=1.38.2,<1.41; sys_platform == 'darwin'",
21+
"pyqrack-cpu>=1.38.2,<1.41 ; sys_platform != 'darwin'",
2222
]
2323

2424
[project.optional-dependencies]

0 commit comments

Comments
 (0)