From a3992cc433a161977f3fc0513bde8eb44684249d Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Thu, 4 Jul 2024 10:55:45 +0200 Subject: [PATCH] bugfix --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 47f4f2e..634cfd8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,7 +48,7 @@ package_dir = # new major versions. This works if the required packages follow Semantic Versioning. # For more information, check out https://semver.org/. install_requires = - importlib-metadata; python_version<"3.8"; numpy; pandas; xarray; netCDF4; dask; zarr; cadati + importlib-metadata; python_version<"3.8" [options.packages.find]