Skip to content

Commit b598658

Browse files
committed
regen lockfiles
1 parent 6c199ea commit b598658

File tree

7 files changed

+332
-307
lines changed

7 files changed

+332
-307
lines changed

.github/workflows/ci-tests.yml

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

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

requirements/locks/py310-linux-64.lock

Lines changed: 109 additions & 101 deletions
Large diffs are not rendered by default.

requirements/locks/py311-linux-64.lock

Lines changed: 109 additions & 101 deletions
Large diffs are not rendered by default.

requirements/locks/py312-linux-64.lock

Lines changed: 109 additions & 101 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
@@ -11,7 +11,7 @@ dependencies:
1111
- setuptools-scm
1212

1313
# Core dependencies.
14-
- numpy
14+
- numpy>=2
1515
- cython
1616

1717
# Optional dependencies.

requirements/py311.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- setuptools-scm
1212

1313
# Core dependencies.
14-
- numpy
14+
- numpy>=2
1515
- cython
1616

1717
# Optional dependencies.

requirements/py312.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- setuptools-scm
1212

1313
# Core dependencies.
14-
- numpy
14+
- numpy>=2
1515
- cython
1616

1717
# Optional dependencies.

0 commit comments

Comments
 (0)