Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider using pyproject.toml #13

Closed
akaszynski opened this issue Feb 9, 2022 · 1 comment · Fixed by #35
Closed

Consider using pyproject.toml #13

akaszynski opened this issue Feb 9, 2022 · 1 comment · Fixed by #35

Comments

@akaszynski
Copy link
Contributor

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]
@RobPasMue
Copy link
Member

This one will be solved on #34

@RobPasMue RobPasMue linked a pull request Jul 29, 2022 that will close this issue
@RobPasMue RobPasMue added this to the v2023R1 milestone Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants