Skip to content

Commit

Permalink
Simplify local requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Feb 17, 2022
1 parent 42069d3 commit 922e1bc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@
extras_require = {
'develop': {'pytest', 'flake8>=3.9.0', 'black'},
'local': [
'pydotplus==2.0.2',
'adage>=0.10.1',
'packtivity>=0.14.23',
'yadage>=0.20.1', # yadage[viz] breaks so install following manually
'pydot', # from yadage[viz] extra
'pygraphviz', # from yadage[viz] extra
'yadage[viz]>=0.20.2'
],
'kubernetes': ['kubernetes==9.0.0'],
'reana': ['reana-client>=0.8.0'],
Expand Down

0 comments on commit 922e1bc

Please sign in to comment.