Skip to content

Commit 889ade6

Browse files
committed
Fix Cython version specifiers for requirements.txt
1 parent d1bcd9a commit 889ade6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ generate-setup-file = false
5050

5151
[tool.poetry.dependencies]
5252
python = ">=3.11,<3.13"
53-
cython = "==3.0.11 || ==3.1.0a1" # Build dependency (pinned for stability)
53+
cython = ">=3.0.11,<=3.1.0a1" # Build dependency (pinned for stability)
5454
numpy = ">=1.26.4,<2.2.1" # Build dependency (unable to find 2.2.1 installation candidate?)
5555
setuptools = ">=75" # Build dependency
5656
click = "^8.1.8"

0 commit comments

Comments
 (0)