Skip to content

Commit f94a078

Browse files
committed
Issue #206 quick fix: stick to importlib_resources<6.0.0
1 parent b9f465d commit f94a078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"python-dateutil",
6060
"python-json-logger>=2.0.0",
6161
"deprecated>=1.2.12",
62-
"importlib_resources; python_version<'3.10'",
62+
"importlib_resources<6.0.0; python_version<'3.10'", # '<6.0.0' becaue of https://github.com/Open-EO/openeo-python-driver/issues/206
6363
"attrs",
6464
],
6565
extras_require={

0 commit comments

Comments
 (0)