Skip to content
Snippets Groups Projects

Version 1.1

Merged Adrien Crovato requested to merge adri into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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'],
)
Loading