-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
🔍 Before submitting the issue
- I have searched among the existing issues
- I am using a Python virtual environment
🐞 Description of the bug
When trying to build the metapackage for all PyAnsys libraries we are encountering certain issues regarding dependencies with ansys-dpf-post and ansys-fluent-visualization.
Even though the latter is using vtk==9.1.0 (and thus forcing it strictly to a certain vtk version), we were wondering the reason for not allowing it in ansys-dpf-post. This library is explicitly forcing the VTK library to be below 9.1.0 (vtk<9.1.0). Would it be possible to remove this strict requirement?
At the moment, ansys-dpf-post is forcing to use an old version of VTK to the rest of the PyAnsys libraries.
📝 Steps to reproduce
💻 Which operating system are you using?
Linux
🐍 Which Python version are you using?
3.9
📦 Installed packages
-Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working