Skip to content
Snippets Groups Projects
Commit 9e630e75 authored by Adrien Crovato's avatar Adrien Crovato
Browse files

update openmdao version

parent 4a1b6a80
No related branches found
No related tags found
1 merge request!1Version 1.1
Pipeline #48254 failed
...@@ -33,7 +33,7 @@ default: ...@@ -33,7 +33,7 @@ default:
- python3 -m pip install . - python3 -m pip install .
- cd .. - cd ..
# Install OpenMDAO # Install OpenMDAO
- python3 -m pip install openmdao - python3 -m pip install openmdao^<3.35
.global_tag: &global_tag_def .global_tag: &global_tag_def
tags: tags:
......
...@@ -31,6 +31,6 @@ setup( ...@@ -31,6 +31,6 @@ setup(
url='https://gitlab.uliege.be/am-dept/omflut', url='https://gitlab.uliege.be/am-dept/omflut',
license='Apache 2.0', license='Apache 2.0',
packages=find_packages(include=['omflut*']), packages=find_packages(include=['omflut*']),
install_requires=['numpy>=1.22', 'scipy>=1.8', 'openmdao>=3.19,<3.35'], install_requires=['numpy>=1.22', 'scipy>=1.8', 'openmdao>=3.19'],
classifiers=['Operating System :: OS Independent', 'Programming Language :: Python'], classifiers=['Operating System :: OS Independent', 'Programming Language :: Python'],
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment