We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4111c9 + 8103b5a commit 3a8fcb9Copy full SHA for 3a8fcb9
setup.py
@@ -33,7 +33,7 @@
33
"azure-identity>=1.12.0,<2.0.0",
34
"pandas>=1.5.2,<2.2.0",
35
"jinja2>=3.1.2,<4.0.0",
36
- "importlib_metadata>=7.0.0",
+ "importlib_metadata>=7.0.0,<8.0.0",
37
"semver>=3.0.0,<4.0.0",
38
"xlrd>=2.0.1,<3.0.0",
39
"grpcio>=1.48.1",
@@ -61,7 +61,7 @@
61
"azure-keyvault-secrets>=4.7.0,<5.0.0",
62
"web3>=6.18.0,<7.0.0",
63
"polars[deltalake]>=0.18.8,<1.0.0",
64
- "delta-sharing>=1.0.0,<2.0.0",
+ "delta-sharing>=1.0.0,<1.1.0",
65
"xarray>=2023.1.0,<2023.8.0",
66
"ecmwf-api-client>=1.6.3,<2.0.0",
67
"netCDF4>=1.6.4,<2.0.0",
0 commit comments