From 77c384cf4ac71a98a2d997db1c2ada13f4858ffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Wed, 17 Jan 2024 16:59:58 +0000 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a83eae..67a3601 100644 --- a/setup.py +++ b/setup.py @@ -129,7 +129,7 @@ def read(fname): keywords=['OMERO.CLI', 'plugin'], cmdclass={'test': PyTest}, tests_require=[ - 'omero-py>=5.17.0', + 'omero-py>=5.18.0', 'pytest', 'restview'], )