Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: "stratify tests (py${{ matrix.python-version }})"
run: |
python setup.py build_ext --inplace
python -m pip install --no-deps --editable .
python setup.py build_ext --inplace
pytest ${{ matrix.cov-report }}
${{ matrix.codecov }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
# Defined by PEP 518
requires = [
"Cython",
"Cython<3.1.0",
"numpy>=2",
"setuptools>=77.0.3",
"setuptools_scm[toml]>=8",
Expand Down
135 changes: 68 additions & 67 deletions requirements/locks/py310-linux-64.lock

Large diffs are not rendered by default.

135 changes: 68 additions & 67 deletions requirements/locks/py311-linux-64.lock

Large diffs are not rendered by default.

135 changes: 68 additions & 67 deletions requirements/locks/py312-linux-64.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion requirements/py310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:

# Core dependencies.
- numpy>=2
- cython
- cython<3.1.0

# Optional dependencies.
- dask
Expand Down
2 changes: 1 addition & 1 deletion requirements/py311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:

# Core dependencies.
- numpy>=2
- cython
- cython<3.1.0

# Optional dependencies.
- dask
Expand Down
2 changes: 1 addition & 1 deletion requirements/py312.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:

# Core dependencies.
- numpy>=2
- cython
- cython<3.1.0

# Optional dependencies.
- dask
Expand Down
2 changes: 1 addition & 1 deletion requirements/pypi-core.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Cython
Cython<3.1.0
dask[array]
numpy>=2
Loading