You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
17
-
"Programming Language :: Python :: 3",
18
-
"Programming Language :: Python :: 3.10",
19
-
"Programming Language :: Python :: 3.11",
20
-
"Topic :: Software Development :: Libraries :: Python Modules",
14
+
"Development Status :: 3 - Alpha",
15
+
"Intended Audience :: Developers",
16
+
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
17
+
"Programming Language :: Python :: 3",
18
+
"Programming Language :: Python :: 3.10",
19
+
"Programming Language :: Python :: 3.11",
20
+
"Topic :: Software Development :: Libraries :: Python Modules",
21
21
]
22
22
23
23
@@ -27,12 +27,12 @@ classifiers = [
27
27
28
28
[tool.poetry.dependencies]
29
29
python = ">=3.10, <4.0"
30
-
netCDF4 = "==1.6.5"# hardpinned because of bug https://github.com/Unidata/netcdf4-python/issues/1342
31
-
numpy = "<2.0.0"# new version created issue similar to https://github.com/Sinaptik-AI/pandas-ai/issues/1251 only visible when opening with xarray some NetCDF. but not visible with dask although empty data NaN is created
30
+
netCDF4 = "==1.6.5"# hardpinned because of bug https://github.com/Unidata/netcdf4-python/issues/1342
31
+
numpy = "<2.0.0"# new version created issue similar to https://github.com/Sinaptik-AI/pandas-ai/issues/1251 only visible when opening with xarray some NetCDF. but not visible with dask although empty data NaN is created
32
32
pandas = ">=2.2.3"
33
33
python-dateutil = ">=2.9.0"
34
34
jsonschema = ">=4.22.0"
35
-
h5py = "==3.11.0"# libmamba cant install 3.12.1 on coiled!
35
+
h5py = "==3.11.0"# libmamba cant install 3.12.1 on coiled!
36
36
h5netcdf = ">=1.3.0"
37
37
scipy = ">=1.13.0"
38
38
boto3 = ">=1.34.162"
@@ -41,12 +41,12 @@ rechunker = ">=0.5.2"
41
41
s3fs = ">=2024.9.0"
42
42
shapely = ">=2.0.4"
43
43
xarray = { version = "==2024.9.0", extras = ["complete"] }
44
-
zarr = ">=2.18.3"
44
+
zarr = "==2.18.3"
45
45
geopandas = ">=0.14.4"
46
46
coiled = ">=1.53.0"
47
47
dask-cloudprovider = ">=2024.9.1"
48
48
dask = ">=2024.9.1"
49
-
dask-expr = ">=1.1.15"# needs to be added for coiled otherwise an old version is used and not updated
49
+
dask-expr = ">=1.1.15"# needs to be added for coiled otherwise an old version is used and not updated
0 commit comments