Skip to content

Commit

Permalink
remove a few references to pypar and replace with mpi4py
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdaniels committed Jun 13, 2022
1 parent 6a744af commit a701545
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ scipy
# pygraphviz
# python-libsbml
file:../sloppycell#egg=SloppyCell
file:../pypar#egg=pypar
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
'SloppyCell',
],
extras_require={
'multi-processor': ['pypar'],
'multi-processor': ['mpi4py'],
'graphs': ['pygraphviz'],
'SBML': ['python-libsbml'],
},
dependency_links=[
'https://github.com/daleroberts/pypar/tarball/master#egg=pypar',
'https://github.com/GutenkunstLab/SloppyCell/tarball/master#egg=SloppyCell',
]
)

0 comments on commit a701545

Please sign in to comment.