Skip to content

Commit 5b1e35a

Browse files
committed
Fix ansys-dpf-gate version dependency
1 parent 37d8858 commit 5b1e35a

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
@@ -5,7 +5,7 @@
55

66
from setuptools import setup
77

8-
install_requires = ["packaging", "psutil", "tqdm", "numpy", "ansys-dpf-gate>0.1.*"]
8+
install_requires = ["packaging", "psutil", "tqdm", "numpy", "ansys-dpf-gate>=0.2.*"]
99

1010
# Get version from version info
1111
filepath = os.path.dirname(__file__)

0 commit comments

Comments
 (0)