From edb2c164c84cd72795b5ba62da2bde9b2053c292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lafr=C3=A9choux?= Date: Mon, 10 Jun 2024 18:37:06 +0200 Subject: [PATCH] Require OMPython commit 35a67ed --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3dbbcab..a7df886 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ install_requires=[ "pandas>=1.5.0", "numpy>=1.17.3", - "OMPython>=3.4.0", + "OMPython @ git+https://github.com/OpenModelica/OMPython@35a67ed", "corrai>=0.3.0", ], packages=find_packages(exclude=["tests*"]),