Skip to content

Commit

Permalink
update nemspy version to use common logger name field length
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Mar 22, 2021
1 parent b6791bb commit 6b04384
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 @@ -78,6 +78,6 @@
packages=find_packages(),
python_requires='>=3.6',
setup_requires=['dunamai', 'setuptools>=41.2'],
install_requires=['adcircpy>=1.0.22', 'nemspy>=0.6.8', 'numpy', 'requests'],
install_requires=['adcircpy>=1.0.22', 'nemspy>=0.6.9', 'numpy', 'requests'],
extras_require={'testing': ['flake8', 'pytest', 'pytest-cov'], 'development': ['oitnb']},
)

0 comments on commit 6b04384

Please sign in to comment.