Skip to content

Commit

Permalink
Update numpy requirement from <1.27 to <2.2 (#318)
Browse files Browse the repository at this point in the history
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...v2.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 54a0ca5 commit 78438b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy<1.27
numpy<2.2
sphinx-gallery
sphinx-bootstrap_theme
numpydoc
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy<1.27
numpy<2.2
cython
scikit-learn==1.5.2
git+https://github.com/pyRiemann/pyRiemann#egg=pyriemann
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
platforms='any',
python_requires=">=3.9",
install_requires=[
'numpy<1.27',
'numpy<2.2',
'cython',
'pyriemann==0.6',
'qiskit==1.*',
Expand Down

0 comments on commit 78438b5

Please sign in to comment.