Skip to content

Commit

Permalink
Update numpy requirement from <1.24 to <1.26 (#63)
Browse files Browse the repository at this point in the history
* Update numpy requirement from <1.24 to <1.26

Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v0.2.0...v1.25.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* pin numpy for older vtk

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MatthewFlamm <[email protected]>
  • Loading branch information
dependabot[bot] and MatthewFlamm authored Jun 20, 2023
1 parent 6702e58 commit 95da764
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ jobs:
if: ${{ matrix.vtk-version != 'latest' }}
run: pip install vtk==${{ matrix.vtk-version }}

- name: Limit NumPy for VTK 9.0.3
if: ${{ matrix.vtk-version == '9.0.3' }}
run: pip install 'numpy<1.24'

- uses: awalsh128/[email protected]
with:
packages: libgl1-mesa-glx xvfb python-tk
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tests = [
"coverage==7.2.7",
"pytest>=3.5.0",
"pytest-cov==4.1.0",
"numpy<1.24",
"numpy<1.26",
]
docs = [
"pydata-sphinx-theme==0.13.3",
Expand Down

0 comments on commit 95da764

Please sign in to comment.