Skip to content

Commit 499304e

Browse files
authored
Version/ansys grpc dpf 0.3.0 (#169)
* fix version of ansys-grpc-dpf while release-0.4.0 is not completed
1 parent 4a617bb commit 499304e

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

1010

1111
# Get version from version info

0 commit comments

Comments
 (0)