We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca6400 commit 47b1dacCopy full SHA for 47b1dac
setup.py
@@ -3,7 +3,7 @@
3
from io import open as io_open
4
from setuptools import setup
5
6
-install_requires = ["pyvista>=0.24.0", "matplotlib", "ansys.dpf.core==0.3.0"]
+install_requires = ["pyvista>=0.24.0", "matplotlib", "ansys.dpf.core>=0.3.0"]
7
8
9
# Get version from version info
0 commit comments