Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3edb82b

Browse files
authoredAug 11, 2023
Revert Cython upgrade (#54497)
* Revert "CLN: Cython 3 cleanups (#54482)" This reverts commit a936863. * Revert "DEPS: Bump cython 3.0 (#54335)" This reverts commit 4cf63ea.
1 parent 0582e35 commit 3edb82b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+412
-171
lines changed
 

‎asv_bench/asv.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
// pip (with all the conda available packages installed first,
4242
// followed by the pip installed packages).
4343
"matrix": {
44-
"Cython": ["3.0.0"],
44+
"Cython": ["0.29.33"],
4545
"matplotlib": [],
4646
"sqlalchemy": [],
4747
"scipy": [],

‎ci/deps/actions-310.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66

77
# build dependencies
88
- versioneer[toml]
9-
- cython>=3.0.0
9+
- cython>=0.29.33
1010
- meson[ninja]=1.0.1
1111
- meson-python=0.13.1
1212

0 commit comments

Comments
 (0)
Please sign in to comment.