Skip to content

Commit ebbe4e2

Browse files
committed
unpin Cython for Python 3.13
1 parent 5be8ef9 commit ebbe4e2

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

conda-recipe/meta.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ requirements:
4141
- {{ dep }}
4242
{% elif dep.startswith('build>=') %}
4343
- {{ 'python-' ~ dep }}
44-
{% elif dep.startswith('cython') %}
45-
{% if dep.split(';')[1] == "python_version<'3.13'" %}
46-
- {{ dep.split(';')[0] }} # [py<313]
47-
{% else %}
48-
- {{ dep.split(';')[0] }} # [py>=313]
49-
{% endif %}
5044
{% else %}
5145
- {{ dep|replace('_','-') }}
5246
{% endif %}

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ requires = [
88
"scikit-build>=0.17.0",
99
"ninja>=1.11.1; platform_system!='Windows'",
1010
"cmake>=3.29.0",
11-
"cython>=3.0.10;python_version<'3.13'",
12-
"cython>=3.0.10,<3.1.0;python_version>='3.13'",
11+
"cython>=3.0.10",
1312
"numpy >=1.23",
1413
# WARNING: check with doc how to upgrade
1514
"versioneer[toml]==0.29"

0 commit comments

Comments
 (0)