From 4a1b6a805f65924c4169d6284fbad62964a1a462 Mon Sep 17 00:00:00 2001 From: acrovato <a.crovato@uliege.be> Date: Fri, 4 Oct 2024 13:53:17 +0200 Subject: [PATCH] update openmdao version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4763677..af86c77 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,6 @@ setup( url='https://gitlab.uliege.be/am-dept/omflut', license='Apache 2.0', packages=find_packages(include=['omflut*']), - install_requires=['numpy>=1.22', 'scipy>=1.8', 'openmdao>=3.19'], + install_requires=['numpy>=1.22', 'scipy>=1.8', 'openmdao>=3.19,<3.35'], classifiers=['Operating System :: OS Independent', 'Programming Language :: Python'], ) -- GitLab