We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac13f3 commit 17dfdc2Copy full SHA for 17dfdc2
requirements.txt
@@ -2,3 +2,4 @@ numpy>=1.17.0
2
matplotlib>=2.2.0,!=3.5.0
3
scipy>=1.5.0
4
PyYAML>=5.1
5
+packaging
setup.py
@@ -138,7 +138,8 @@ def run(self):
138
'numpy (>=1.17.0)',
139
'matplotlib (>=2.2.0,!=3.5.0)',
140
'scipy (>=1.5.0)',
141
- 'PyYAML (>=5.1)'],
+ 'PyYAML (>=5.1)',
142
+ 'packaging'],
143
# PySide is needed for the GUI
144
extras_require={'GUI': ["PySide6>=6.10"]},
145
cmdclass=cmd_class,
0 commit comments