-
Notifications
You must be signed in to change notification settings - Fork 142
build: remove pyansys-tools-versioning from requirements #4372
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR removes the pyansys-tools-versioning dependency from the project's requirements, cleaning up the dependency list by eliminating an unused or no longer needed package.
Changes:
- Removed
pyansys-tools-versioningdependency from project dependencies
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyproject.toml | Removed pyansys-tools-versioning>=0.3.3 from the dependencies list |
| minimum_requirements.txt | Removed pyansys-tools-versioning==0.6.0 from minimum requirements |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@pyansys-ci-bot LGTM |
pyansys-ci-bot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4372 +/- ##
==========================================
- Coverage 91.17% 91.13% -0.04%
==========================================
Files 196 196
Lines 16076 16076
==========================================
- Hits 14657 14651 -6
- Misses 1419 1425 +6 🚀 New features to boost your workflow:
|
…yansys-tools-versioning
for more information, see https://pre-commit.ci
…b.com/ansys/pymapdl into build/remove-pyansys-tools-versioning

Description
As the title.
Issue linked
NA