Skip to content

Commit

Permalink
bump adcircpy version to use .loc for setting dataframe slice
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jul 20, 2021
1 parent d2c5bcc commit 3ef9d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
packages=find_packages(),
python_requires='>=3.6',
setup_requires=['dunamai', 'setuptools>=41.2'],
install_requires=['adcircpy>=1.0.37', 'filelock', 'nemspy>=1.0.1', 'numpy', 'requests'],
install_requires=['adcircpy>=1.0.39', 'filelock', 'nemspy>=1.0.1', 'numpy', 'requests'],
extras_require={
'testing': ['pytest', 'pytest-cov', 'pytest-xdist', 'wget'],
'development': ['flake8', 'isort', 'oitnb'],
Expand Down

0 comments on commit 3ef9d8c

Please sign in to comment.