From 5c661658600fdd65080616dae7e29427159c4d4f Mon Sep 17 00:00:00 2001 From: Cas van Bemmelen <38755055+casvbem@users.noreply.github.com> Date: Mon, 11 Sep 2023 15:49:26 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6fa5454..fe7d391 100644 --- a/setup.py +++ b/setup.py @@ -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)