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.
2 parents bc8efee + 499304e commit ea0e5edCopy full SHA for ea0e5ed
setup.py
@@ -5,7 +5,7 @@
5
6
from setuptools import setup
7
8
-install_requires = ["psutil", "progressbar2", "numpy", "ansys.grpc.dpf>=0.2.3"]
+install_requires = ["psutil", "progressbar2", "numpy", "ansys.grpc.dpf>=0.2.3, <0.4.0"]
9
10
11
# Get version from version info
0 commit comments