Skip to content

Commit b5ee3ea

Browse files
committed
fix setup.py for ansys.grpc.dpf
1 parent 8e38302 commit b5ee3ea

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 = ["psutil", "progressbar2", "numpy", "ansys.grpc.dpf>=0.2.3, <0.4.0"]
8+
install_requires = ["psutil", "progressbar2", "numpy", "ansys.grpc.dpf>=0.2.3"]
99

1010

1111
# Get version from version info

0 commit comments

Comments
 (0)