Skip to content

Commit

Permalink
require packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Feb 13, 2023
1 parent cac13f3 commit 17dfdc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ numpy>=1.17.0
matplotlib>=2.2.0,!=3.5.0
scipy>=1.5.0
PyYAML>=5.1
packaging
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ def run(self):
'numpy (>=1.17.0)',
'matplotlib (>=2.2.0,!=3.5.0)',
'scipy (>=1.5.0)',
'PyYAML (>=5.1)'],
'PyYAML (>=5.1)',
'packaging'],
# PySide is needed for the GUI
extras_require={'GUI': ["PySide6>=6.10"]},
cmdclass=cmd_class,
Expand Down

0 comments on commit 17dfdc2

Please sign in to comment.