Skip to content

Commit

Permalink
chore(deps): bump numpy from 1.20.3 to 1.21.0
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 1.20.3 to 1.21.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.20.3...v1.21.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2022
1 parent de35b99 commit 355fdc3
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
Expand Up @@ -5,6 +5,6 @@ tqdm==4.43.0
matplotlib==3.2.1
XlsxWriter==1.2.8
ibm-watson==5.1.0
numpy==1.20.3
numpy==1.21.0
requests==2.25.1
scikit-learn>=0.21.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
'matplotlib==3.2.1',
'XlsxWriter==1.2.8',
'ibm-watson==5.1.0',
'numpy==1.20.3',
'numpy==1.21.0',
'requests==2.25.1'
],

Expand Down

0 comments on commit 355fdc3

Please sign in to comment.