Open
Conversation
Update CI and packaging to require Python >=3.10 and expand tested versions to 3.10, 3.12, 3.13, and 3.14 in both build-and-test and integration workflows. Adjust pyproject.toml: set requires-python to >=3.10, update classifiers to include 3.13 and 3.14 (remove 3.9), add nlopt>=2.9 to dependencies, and change ruff target-version to py310. These changes modernize supported Python versions and include a new native dependency.
Remove Python 3.14 from the GitHub Actions test matrices and package classifiers. Updated .github/workflows/build-and-test.yml and .github/workflows/integration.yml to remove "3.14" from the python-version matrix, and removed the "Programming Language :: Python :: 3.14" classifier from pyproject.toml to align package metadata with the CI matrix.
Workflow: add a Windows-only step to install VTK from PyPI (pip install vtk) before installing microgen to avoid relying on a conda-provided VTK build on Windows. Recipes: remove strict version pins for scotch in mmg and neper meta.yaml (replace 6.0.* / 6.* with an unpinned scotch) to permit newer/compatible scotch builds and reduce version conflicts during packaging.
Remove the Windows-specific pip install of VTK from the CI workflow and add a vtk >=9.4 dependency to environment.yml. This centralizes VTK installation into the environment configuration so CI no longer needs a platform-specific pip workaround and ensures a consistent VTK version across runners.
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.
make benefit of the embree (using pyembreeX) library with multi ray tracing embedded in PyVista.
Using : https://github.com/trimesh/embreex seems the best option so far