Skip to content

Commit

Permalink
Merge branch 'main' into release/0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Oct 8, 2024
2 parents 59e0cc1 + 6e1a21f commit 4d27b2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
long_description_content_type="text/markdown",
url=f"https://github.com/ansys/{package_name}",
license="MIT",
python_requires=">=3.9",
install_requires=["grpcio~=1.49", "protobuf>=3.19,<6"],
python_requires=">=3.10",
install_requires=["grpcio~=1.44", "protobuf>=3.19,<6"],
packages=setuptools.find_namespace_packages(".", include=("ansys.*",)),
package_data={
"": ["*.proto", "*.pyi", "py.typed", "VERSION"],
Expand Down

0 comments on commit 4d27b2f

Please sign in to comment.