Skip to content

Commit 47b1dac

Browse files
authored
support ansys.dpf.core >= 0.3.0 (#46)
1 parent aca6400 commit 47b1dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from io import open as io_open
44
from setuptools import setup
55

6-
install_requires = ["pyvista>=0.24.0", "matplotlib", "ansys.dpf.core==0.3.0"]
6+
install_requires = ["pyvista>=0.24.0", "matplotlib", "ansys.dpf.core>=0.3.0"]
77

88

99
# Get version from version info

0 commit comments

Comments
 (0)