Skip to content

Commit 7d10406

Browse files
author
Rohe
committed
Added missing psutil dependency.
1 parent f83f5b0 commit 7d10406

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ def get_ui_files(directory):
5858
"pyvistaqt",
5959
"openpyxl",
6060
"vtk",
61-
"joblib"
61+
"joblib",
62+
"psutil"
6263
],
6364
python_requires='>=3.8',
6465
extras_require={

src/sdynpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
read_modal_fit_data, ModalTest)
3232
from . import doc
3333

34-
__version__ = "0.14.0"
34+
__version__ = "0.14.1"
3535

3636
# Pull things in for easier access
3737
SdynpyArray = array.SdynpyArray

0 commit comments

Comments
 (0)