Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pyansys/DPF-Core
Browse files Browse the repository at this point in the history
  • Loading branch information
cbellot000 committed Feb 3, 2022
2 parents bc8efee + 499304e commit ea0e5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from setuptools import setup

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"]


# Get version from version info
Expand Down

0 comments on commit ea0e5ed

Please sign in to comment.