Skip to content

Commit

Permalink
[dep]: Update numpy requirement from ~=1.24.2 to ~=1.25.1
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.24.2...v1.25.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 26, 2023
1 parent e96f89a commit 81a742f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
matplotlib~=3.7.0
numpy~=1.24.2
numpy~=1.25.1
dill~=0.3.6
plotly~=5.14.1
pytest~=7.4.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-nightly.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
matplotlib~=3.7.0
numpy~=1.24.2
numpy~=1.25.1
dill~=0.3.6
plotly~=5.14.1
SciencePlots~=2.0.1
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
matplotlib~=3.7.0
numpy~=1.24.2
numpy~=1.25.1
dill~=0.3.6

0 comments on commit 81a742f

Please sign in to comment.