Skip to content

Commit 6fecdcd

Browse files
committed
Merge branch 'main' into release/5.0
2 parents 8a63549 + 626041a commit 6fecdcd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ansys/api/additive/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.1
1+
5.1.2-dev0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["setuptools >= 42.0.0", "wheel", "ansys_tools_protoc_helper>=0.4.0"]
2+
requires = ["setuptools >= 42.0.0,<81", "wheel", "ansys_tools_protoc_helper>=0.4.0"]
33
build-backend = "setuptools.build_meta:__legacy__"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
url=f"https://github.com/ansys/{package_name}",
4040
license="MIT",
4141
python_requires=">=3.8,<4",
42-
install_requires=["grpcio~=1.47", "protobuf>=3.19,<6"],
42+
install_requires=["grpcio~=1.47", "protobuf>=3.19"],
4343
packages=setuptools.find_namespace_packages(
4444
".", include=("ansys.*", "google.*")
4545
),

0 commit comments

Comments
 (0)