You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noted by @greschd, we can incorporate the use of pyproject.toml and "pin" certain pyansys packages that we know have been tested and are compatible to allow the user to install the the latest pyansys packages for a certain release. Potentially in the following manner (up for discussion):
pip install pyansys==2022R1
We could also install individual packages with:
pip install pyansys[mapdl]
or
pip install pyansys[pymapdl]
The text was updated successfully, but these errors were encountered:
As noted by @greschd, we can incorporate the use of
pyproject.toml
and "pin" certain pyansys packages that we know have been tested and are compatible to allow the user to install the the latest pyansys packages for a certain release. Potentially in the following manner (up for discussion):We could also install individual packages with:
or
The text was updated successfully, but these errors were encountered: