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.
1 parent 37d8858 commit 5b1e35aCopy full SHA for 5b1e35a
setup.py
@@ -5,7 +5,7 @@
5
6
from setuptools import setup
7
8
-install_requires = ["packaging", "psutil", "tqdm", "numpy", "ansys-dpf-gate>0.1.*"]
+install_requires = ["packaging", "psutil", "tqdm", "numpy", "ansys-dpf-gate>=0.2.*"]
9
10
# Get version from version info
11
filepath = os.path.dirname(__file__)
0 commit comments