From e9591d4c424872f7d031e2f01f9adaddd4302a2c Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Tue, 10 Oct 2023 21:28:23 +0200 Subject: [PATCH] fixup! Issue #195 test_views_execute: run against 1.2 API as well --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a5fbb707..e5b56e88 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ "flask", "werkzeug>=1.0.1,<2.3.0", # https://github.com/Open-EO/openeo-python-driver/issues/187 "requests>=2.28.0", - "openeo>=0.15.0", + "openeo>=0.24.0a2", "openeo_processes==0.0.4", # 0.0.4 is special build/release, also see https://github.com/Open-EO/openeo-python-driver/issues/152 "gunicorn>=20.0.1", "numpy>=1.22.0",