chore: update vtk version to 9.5.2 in requirements and pyproject.toml#4340
Merged
chore: update vtk version to 9.5.2 in requirements and pyproject.toml#4340
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the VTK (Visualization Toolkit) package version from 9.4.2 to 9.5.2 across the project's dependency files to address issue #4292.
Key changes:
- Updated VTK version constraint in main dependencies from
<9.5.0to<9.5.3 - Pinned VTK version to 9.5.2 in test and documentation dependencies
- Synchronized VTK versions across all devcontainer requirement files
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyproject.toml | Updated VTK version constraint to allow 9.5.x versions and pinned test/doc dependencies to 9.5.2 |
| .devcontainer/devcontainer-local/requirements.txt | Updated VTK from 9.3.1 to 9.5.2 |
| .devcontainer/codespaces-docs/requirements.txt | Updated VTK from 9.4.2 to 9.5.2 |
| .devcontainer/codespaces-dev/requirements.txt | Updated VTK from 9.4.2 to 9.5.2 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4340 +/- ##
==========================================
- Coverage 91.27% 91.24% -0.03%
==========================================
Files 195 195
Lines 15969 15969
==========================================
- Hits 14575 14571 -4
- Misses 1394 1398 +4 🚀 New features to boost your workflow:
|
Collaborator
Author
|
@pyansys-ci-bot LGTM. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
As the title.
Issue linked
Close #4292
Checklist
draftif it is not ready to be reviewed yet.feat: adding new MAPDL command)