Skip to content

Commit 5155624

Browse files
committed
Allow dev releases for openeo dependency
Enables picking up '0.43.0.a2' which unblocks urllib3 dependency conflict in old (python 3.8) build contexts
1 parent 04ad3f4 commit 5155624

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
@@ -56,7 +56,7 @@
5656
"flask>=2.0.0",
5757
"werkzeug>=3.0.3", # https://github.com/Open-EO/openeo-python-driver/issues/243
5858
"requests>=2.28.0",
59-
"openeo>=0.42.0",
59+
"openeo>=0.42.0.dev",
6060
"openeo_processes==0.0.4", # 0.0.4 is special build/release, also see https://github.com/Open-EO/openeo-python-driver/issues/152
6161
"gunicorn>=20.0.1",
6262
"numpy>=1.22.0",

0 commit comments

Comments
 (0)