Skip to content
Snippets Groups Projects
Commit b7434ebf authored by Pierre-Elouan Rethore's avatar Pierre-Elouan Rethore
Browse files

adding a more strict dependency on networkx to avoid a deprecation issue. Fixes #77

parent 8e6c706b
No related branches found
No related tags found
1 merge request!83Adding a more strict dependency on networkx to avoid a deprecation issue.
Pipeline #6594 passed
...@@ -23,6 +23,7 @@ setup(name='topfarm', ...@@ -23,6 +23,7 @@ setup(name='topfarm',
'matplotlib', # for plotting 'matplotlib', # for plotting
'numpy', # for numerical calculations 'numpy', # for numerical calculations
'openmdao==2.3.1', # for optimization 'openmdao==2.3.1', # for optimization
'networkx==2.1', # for avoiding a warning/bug
'pytest', # for testing 'pytest', # for testing
'pytest-cov', # for calculating coverage 'pytest-cov', # for calculating coverage
'scipy', # constraints 'scipy', # constraints
......
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