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

Create a minimal requirements file #2443

Merged
merged 58 commits into from
Nov 2, 2023
Merged

Create a minimal requirements file #2443

merged 58 commits into from
Nov 2, 2023

Conversation

germa89
Copy link
Collaborator

@germa89 germa89 commented Oct 24, 2023

This file will install the minimal packages to run PyMAPDL "decently".

Main changes

  • No pyvista dependency
  • No ansys.mapdl.reader dependency.
  • No ansys.mapdl.math dependency
  • No matplotlib

New dependencies:

ansys-api-mapdl==0.5.1
ansys-mapdl-core==0.67.0
exceptiongroup==1.1.3
grpcio==1.59.0
importlib-metadata==6.8.0
iniconfig==2.0.0
numpy==1.26.1
packaging==23.2
platformdirs==3.11.0
pluggy==1.3.0
protobuf==3.20.3
psutil==5.9.6
pyansys-tools-versioning==0.5.0
pytest==7.4.2
tomli==2.0.1
zipp==3.17.0

reduced from:

ansys-api-mapdl==0.5.1
ansys-api-platform-instancemanagement==1.0.0
ansys-mapdl-core==0.67.0
ansys-mapdl-reader==0.52.20
ansys-math-core==0.1.3
ansys-platform-instancemanagement==1.1.2
ansys-tools-path==0.3.2
appdirs==1.4.4
certifi==2023.7.22
charset-normalizer==3.3.1
click==8.1.7
contourpy==1.1.1
cycler==0.12.1
fonttools==4.43.1
geomdl==5.3.1
grpcio==1.59.0
idna==3.4
importlib-metadata==6.8.0
kiwisolver==1.4.5
matplotlib==3.8.0
numpy==1.26.1
packaging==23.2
Pillow==10.1.0
platformdirs==3.11.0
pooch==1.8.0
protobuf==3.20.3
psutil==5.9.6
pyansys-tools-versioning==0.5.0
pyiges==0.3.1
pyparsing==3.1.1
python-dateutil==2.8.2
pyvista==0.42.3
requests==2.31.0
scipy==1.11.3
scooby==0.9.2
six==1.16.0
tqdm==4.66.1
urllib3==2.0.7
vtk==9.2.6
zipp==3.17.0

@ansys-reviewer-bot
Copy link
Contributor

Thanks for opening a Pull Request. If you want to perform a review write a comment saying:

@ansys-reviewer-bot review

@github-actions github-actions bot added CI/CD Related with CICD, Github Actions, etc Maintenance General maintenance of the repo (libraries, cicd, etc) Enhancement Improve any current implemented feature New Feature Request or proposal for a new feature labels Oct 24, 2023
@germa89 germa89 requested a review from koubaa October 26, 2023 17:48
@germa89 germa89 enabled auto-merge (squash) October 26, 2023 18:32
Copy link
Contributor

Hello! 👋

Your PR is changing the image cache. So I am attaching the new image cache
in a new commit.

This commit does not re-run the CICD workflows (since no changes are made in the codebase) therefore
you will see the actions showing in their status Expected — Waiting for status to be reported. Do not worry.
You commit workflow is still running here 😄

You might want to rerun the test to make sure that everything is passing. You can retrigger the CICD sending an empty commit git commit -m "Empty comment to trigger CICD" --allow-empty.

You will see this message everytime your commit changes the image cache but you are not attaching the updated cache. 🤓

@germa89 germa89 merged commit d89968a into main Nov 2, 2023
26 checks passed
@germa89 germa89 deleted the feat/create-minimal-file branch November 2, 2023 09:05
@germa89
Copy link
Collaborator Author

germa89 commented Nov 2, 2023

Finally!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Related with CICD, Github Actions, etc Enhancement Improve any current implemented feature Maintenance General maintenance of the repo (libraries, cicd, etc) New Feature Request or proposal for a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants