From 9a2d222f9212156bb3e11c82aaffac9800501c1f Mon Sep 17 00:00:00 2001 From: Leo Schick Date: Tue, 11 Apr 2023 14:36:59 +0200 Subject: [PATCH] enforce use mara-db 4.9.2 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9d6ecc8..4f81235 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,7 +12,7 @@ license = MIT packages = mara_pipelines python_requires = >= 3.6 install_requires = - mara-db>=4.9.1 + mara-db>=4.9.2 mara-page>=1.3.0 graphviz>=0.8 python-dateutil>=2.6.1