Skip to content

Commit

Permalink
Update numpy requirement from ~=1.25.2 to ~=1.26.0 (#302)
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.25.2...v1.26.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 21, 2023
1 parent db32bc7 commit a0b0433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pip~=23.2
voila~=0.3.6
matplotlib~=3.6.3
numpy~=1.25.2
numpy~=1.26.0
ipympl~=0.8.8
scipy~=1.11.2
voila-osscar-template~=0.3.2
Expand Down

0 comments on commit a0b0433

Please sign in to comment.