Skip to content

Commit

Permalink
Added missing psutil dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohe committed Nov 4, 2024
1 parent f83f5b0 commit 7d10406
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ def get_ui_files(directory):
"pyvistaqt",
"openpyxl",
"vtk",
"joblib"
"joblib",
"psutil"
],
python_requires='>=3.8',
extras_require={
Expand Down
2 changes: 1 addition & 1 deletion src/sdynpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
read_modal_fit_data, ModalTest)
from . import doc

__version__ = "0.14.0"
__version__ = "0.14.1"

# Pull things in for easier access
SdynpyArray = array.SdynpyArray
Expand Down

0 comments on commit 7d10406

Please sign in to comment.