Skip to content

Commit

Permalink
Bump numpy from 1.21.4 to 1.22.0 (#40)
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.4 to 1.22.0.
- [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.4...v1.22.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Wilko Henecka <3759021+wilko77@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and wilko77 committed Jan 10, 2022
1 parent 67383a2 commit be8f9a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/tutorials-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
numpy==1.22.0; python_version >= '3.8'
numpy==1.21.4; python_version < '3.8'
matplotlib==3.5.1
pandas==1.3.5
numpy==1.21.4
seaborn==0.11.2
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
numpy==1.21.4
numpy==1.22.0; python_version >= '3.8'
numpy==1.21.4; python_version < '3.8'
pandas==1.3.5
nbval==0.9.6

0 comments on commit be8f9a6

Please sign in to comment.