Skip to content

Commit

Permalink
Bump numpy from 1.9.0 to 1.22.0
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 1.9.0 to 1.22.0.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst)
- [Commits](numpy/numpy@v1.9.0...v1.22.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2023
1 parent fdbfc52 commit 5b940a7
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
@@ -1,4 +1,4 @@
pymongo==2.7.2
hy==0.10.1
nltk==3.4.5
numpy==1.9.0
numpy==1.22.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
keywords='poetry',
packages=['prosaic'],
install_requires = ['nltk==3.8.1',
'numpy==1.24.0',
'numpy==1.22.0',
'SQLAlchemy==1.4.46',
'pyhocon==0.3.29',
'psycopg2-binary==2.9.5',],
Expand Down

0 comments on commit 5b940a7

Please sign in to comment.