Skip to content

Commit

Permalink
Merge pull request #2 from lifewatch/dependabot/pip/numpy-1.21.0
Browse files Browse the repository at this point in the history
Bump numpy from 1.19.0 to 1.21.0
  • Loading branch information
bart-v authored Feb 11, 2022
2 parents e139f23 + d518cb7 commit b905007
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,7 +1,7 @@
noisereduce==2.0.0
seaborn==0.11.2
xarray==0.19.0
numpy==1.19.0
numpy==1.21.0
# appdirs==1.4.4 # Installed as dependency for pooch
# audioread==2.1.9 # Installed as dependency for librosa
# certifi==2021.10.8 # Installed as dependency for requests
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
test_suite='tests',
tests_require=['lifewatch-pypam'],
packages=setuptools.find_packages(),
install_requires=['pyhydrophone', 'noisereduce', 'xarray', 'seaborn', 'numpy==1.19.0'],
install_requires=['pyhydrophone', 'noisereduce', 'xarray', 'seaborn', 'numpy==1.21.0'],
package_data={"lifewatch-pypam": ["tests/test_data/*.*"]}
)

0 comments on commit b905007

Please sign in to comment.