Skip to content

Commit 17dfdc2

Browse files
committed
require packaging
1 parent cac13f3 commit 17dfdc2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ numpy>=1.17.0
22
matplotlib>=2.2.0,!=3.5.0
33
scipy>=1.5.0
44
PyYAML>=5.1
5+
packaging

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ def run(self):
138138
'numpy (>=1.17.0)',
139139
'matplotlib (>=2.2.0,!=3.5.0)',
140140
'scipy (>=1.5.0)',
141-
'PyYAML (>=5.1)'],
141+
'PyYAML (>=5.1)',
142+
'packaging'],
142143
# PySide is needed for the GUI
143144
extras_require={'GUI': ["PySide6>=6.10"]},
144145
cmdclass=cmd_class,

0 commit comments

Comments
 (0)