From 9b9b8185a5cadc201837fd0dfe8b73928c24c3b9 Mon Sep 17 00:00:00 2001 From: panquez Date: Mon, 6 Mar 2023 09:20:13 +0100 Subject: [PATCH] feat(OpenGeode): porting to v13 --- bindings/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/requirements.txt b/bindings/python/requirements.txt index e36c941..8eeceae 100644 --- a/bindings/python/requirements.txt +++ b/bindings/python/requirements.txt @@ -1 +1 @@ -OpenGeode-core >= 12.3.4, == 12.* +OpenGeode-core >= 13.0.0, == 13.*