Skip to content

Commit

Permalink
Update numpy requirement from <2.0 to <3.0
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@v1.13.3...v2.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 289d5ea commit d3087ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mne>=0.24.1
numpy<2.0
numpy<3.0
pyriemann>=0.2.6
setuptools>=40.6.3
scipy==1.14.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"setuptools>=40.6.3",
"numpy>=1.13.3"],
install_requires=[
"numpy<2.0",
"numpy<3.0",
"mne>=0.24.1",
"pyriemann>=0.2.6",
"scipy==1.14.0",
Expand Down

0 comments on commit d3087ea

Please sign in to comment.