We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc27018 commit d77b5cfCopy full SHA for d77b5cf
setup.py
@@ -100,7 +100,8 @@ def do_setup():
100
"dynaconf>=3.1.11",
101
"geojson>=2.5.0",
102
"geopandas>=0.13.2",
103
- "imagecodecs>=2024.1.1",
+ "imagecodecs>=2024.1.1;python_version>='3.9'",
104
+ "imagecodecs>=2023.3.16;python_version=='3.8'",
105
"lazy_object_proxy>=1.7.1",
106
"mercantile>=1.1.3",
107
"numpy>=1.22.0;python_version>='3.8' and python_version<'3.11'",
0 commit comments