Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
TopFarm2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TOPFARM
TopFarm2
Commits
b7434ebf
Commit
b7434ebf
authored
6 years ago
by
Pierre-Elouan Rethore
Browse files
Options
Downloads
Patches
Plain Diff
adding a more strict dependency on networkx to avoid a deprecation issue. Fixes
#77
parent
8e6c706b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!83
Adding a more strict dependency on networkx to avoid a deprecation issue.
Pipeline
#6594
passed
6 years ago
Stage: test
Stage: deploy
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+1
-0
1 addition, 0 deletions
setup.py
with
1 addition
and
0 deletions
setup.py
+
1
−
0
View file @
b7434ebf
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment