Skip to content

Commit

Permalink
add PyYAML to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed May 25, 2021
1 parent c2fe7b3 commit a1aa45d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ def run(self):
install_requires=[
'numpy (>=1.17.0)',
'matplotlib (>=2.2.0)',
"scipy (>=1.5.0)"],
'scipy (>=1.5.0)',
'PyYAML (>=5.1)'],
# PySide2 is needed for the GUI
# pandas optional (for faster txt chain file read)
extras_require={'GUI': ["PySide2>=5.2"], 'txt': ["pandas>=0.14.0"]},
Expand Down

0 comments on commit a1aa45d

Please sign in to comment.