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 81d0443 commit 5c66165
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 @@ -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.9.3','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.10.0','datetime','geopandas>=0.13.0','shapely>=2.0.0','fiona>=1.9.4.post1','pytest'],
zip_safe=False)

0 comments on commit 5c66165

Please sign in to comment.