Skip to content

Commit d77b5cf

Browse files
authored
Update setup.py
1 parent cc27018 commit d77b5cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ def do_setup():
100100
"dynaconf>=3.1.11",
101101
"geojson>=2.5.0",
102102
"geopandas>=0.13.2",
103-
"imagecodecs>=2024.1.1",
103+
"imagecodecs>=2024.1.1;python_version>='3.9'",
104+
"imagecodecs>=2023.3.16;python_version=='3.8'",
104105
"lazy_object_proxy>=1.7.1",
105106
"mercantile>=1.1.3",
106107
"numpy>=1.22.0;python_version>='3.8' and python_version<'3.11'",

0 commit comments

Comments
 (0)