Skip to content

Commit 52745a2

Browse files
authored
Merge branch 'main' into pre-commit-ci-update-config
2 parents cc650b4 + b09c836 commit 52745a2

File tree

9 files changed

+210
-207
lines changed

9 files changed

+210
-207
lines changed

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: "stratify tests (py${{ matrix.python-version }})"
7171
run: |
72-
python setup.py build_ext --inplace
7372
python -m pip install --no-deps --editable .
73+
python setup.py build_ext --inplace
7474
pytest ${{ matrix.cov-report }}
7575
${{ matrix.codecov }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
# Defined by PEP 518
33
requires = [
4-
"Cython",
4+
"Cython<3.1.0",
55
"numpy>=2",
66
"setuptools>=77.0.3",
77
"setuptools_scm[toml]>=8",

requirements/locks/py310-linux-64.lock

Lines changed: 68 additions & 67 deletions
Large diffs are not rendered by default.

requirements/locks/py311-linux-64.lock

Lines changed: 68 additions & 67 deletions
Large diffs are not rendered by default.

requirements/locks/py312-linux-64.lock

Lines changed: 68 additions & 67 deletions
Large diffs are not rendered by default.

requirements/py310.yml

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

1313
# Core dependencies.
1414
- numpy>=2
15-
- cython
15+
- cython<3.1.0
1616

1717
# Optional dependencies.
1818
- dask

requirements/py311.yml

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

1313
# Core dependencies.
1414
- numpy>=2
15-
- cython
15+
- cython<3.1.0
1616

1717
# Optional dependencies.
1818
- dask

requirements/py312.yml

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

1313
# Core dependencies.
1414
- numpy>=2
15-
- cython
15+
- cython<3.1.0
1616

1717
# Optional dependencies.
1818
- dask

requirements/pypi-core.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Cython
1+
Cython<3.1.0
22
dask[array]
33
numpy>=2

0 commit comments

Comments
 (0)