We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83f5b0 commit 7d10406Copy full SHA for 7d10406
setup.py
@@ -58,7 +58,8 @@ def get_ui_files(directory):
58
"pyvistaqt",
59
"openpyxl",
60
"vtk",
61
- "joblib"
+ "joblib",
62
+ "psutil"
63
],
64
python_requires='>=3.8',
65
extras_require={
src/sdynpy/__init__.py
@@ -31,7 +31,7 @@
31
read_modal_fit_data, ModalTest)
32
from . import doc
33
34
-__version__ = "0.14.0"
+__version__ = "0.14.1"
35
36
# Pull things in for easier access
37
SdynpyArray = array.SdynpyArray
0 commit comments