Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into replace_pval_extensio…
Browse files Browse the repository at this point in the history
…n_with_scipyl
  • Loading branch information
alexlancaster committed Dec 10, 2024
2 parents 3042562 + 9b0bae7 commit 3629a1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install cibuildwheel
# Nb. keep cibuildwheel version pin consistent with job below
run: pipx install cibuildwheel==2.21.3
run: pipx install cibuildwheel==2.22.0
- id: set-matrix
run: |
echo "CI_ONLY" $CI_ONLY
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
python -m pip install git+https://github.com/alexlancaster/cffconvert.git@combine_features#egg=cffconvert
python src/PyPop/citation.py
- name: Build and test wheels
uses: pypa/cibuildwheel@v2.21.3
uses: pypa/cibuildwheel@v2.22.0
env:
# FIXME: only run the slow tests when doing regular pushes, or manual - not for PRs
CIBW_TEST_COMMAND: "pytest -v {package}/tests ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && '--runslow' || '' }}"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def run(self):
packages = ["PyPop", "PyPop.xslt"],
package_data = {"PyPop.xslt": xslt_data_file_paths,
"PyPop": citation_data_file_paths},
install_requires = ["numpy <= 2.1.3",
install_requires = ["numpy <= 2.2.0",
"SciPy <= 1.14.1",
"lxml <= 5.3.0",
"importlib-resources; python_version <= '3.8'",
Expand Down

0 comments on commit 3629a1d

Please sign in to comment.