update MDI library version to 1.4.16

This commit is contained in:
Axel Kohlmeyer
2023-03-14 11:59:19 -04:00
parent ac848c91e9
commit d8d1235773
3 changed files with 8 additions and 7 deletions

View File

@ -67,15 +67,14 @@ static library, while Python requires a shared library.
Instead you can install MDI in your Python via conda:
% conda install -c conda-forge pymdi=1.4.1
% conda install -c conda-forge pymdi=1.4.16
or via pip:
% pip install pymdi==1.4.1
% pip install 'pymdi>=1.4.14'
It is likely fine to leave off the version number, to get the latest
MDI version. But to be safe, 1.4.1 is the version LAMMPS is currently
using.
MDI version. 1.4.16 is the version LAMMPS is currently using.
-------------------------------------------------