Skip to content

Commit

Permalink
[dep](deps): Update numpy requirement from ~=1.21.0 to ~=1.21.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/HOWTO_RELEASE.rst.txt)
- [Commits](numpy/numpy@v1.21.0...v1.21.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 19, 2021
1 parent 7b9878b commit 2fb5eff
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
@@ -1,5 +1,5 @@
matplotlib~=3.4.2
numpy~=1.21.0
numpy~=1.21.1
fire~=0.4.0
plotly~=5.1.0
pytest~=6.2.4
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-nightly.txt
@@ -1,5 +1,5 @@
matplotlib~=3.4.2
numpy~=1.21.0
numpy~=1.21.1
fire~=0.4.0
plotly~=5.1.0
SciencePlots~=1.0.8
2 changes: 1 addition & 1 deletion requirements/requirements.txt
@@ -1,2 +1,2 @@
matplotlib~=3.4.2
numpy~=1.21.0
numpy~=1.21.1

0 comments on commit 2fb5eff

Please sign in to comment.