Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
casvbem authored Sep 11, 2023
1 parent bcfe461 commit 81d0443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='xbTools',
version='0.0.7',
version='0.0.8',
description='Toolbox to analyse and setup xbeach models',
url='https://github.com/openearth/xbeach-toolbox',
# Authors: Menno de Ridder ([email protected]), Cas van Bemmelen ([email protected])
Expand All @@ -14,5 +14,5 @@
packages=['xbTools','xbTools.grid','xbTools.general'],
package_data={'': ['*.json']}, # always include .json files in the package contents
python_requires='>=3, <4',
install_requires=['numpy','matplotlib>=3.5.0','netCDF4>=1.6.0','scipy>=1.10.0','datetime','geopandas>=0.13.0','shapely>=2.0.0','fiona>=1.9.4.post1','pytest'],
install_requires=['numpy','matplotlib>=3.5.0','netCDF4>=1.6.0','scipy>=1.9.3','datetime','geopandas>=0.13.0','shapely>=2.0.0','fiona>=1.9.4.post1','pytest'],
zip_safe=False)

0 comments on commit 81d0443

Please sign in to comment.