Skip to content

Commit b40b6e5

Browse files
authored
feat: update dependency to use ansys-api-geometry (#41)
feat: update dependency
1 parent ec83f5d commit b40b6e5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- main
1111

1212
env:
13-
MAIN_PYTHON_VERSION: '3.10'
13+
MAIN_PYTHON_VERSION: '3.11'
1414

1515
jobs:
1616
build:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ requires = [
33
"setuptools >= 42.0.0",
44
"wheel",
55
"ansys_tools_protoc_helper>=0.4.0",
6-
"ansys-api-dbu==0.3.4"
6+
"ansys-api-geometry==0.4.8"
77
]
88
build-backend = "setuptools.build_meta:__legacy__"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
long_description_content_type='text/markdown',
3535
url=f"https://github.com/ansys/{package_name}",
3636
license="MIT",
37-
python_requires=">=3.7",
38-
install_requires=["grpcio~=1.47", "protobuf>=3.19,<5", "ansys-api-dbu==0.3.4"],
37+
python_requires=">=3.10",
38+
install_requires=["grpcio~=1.47", "protobuf>=3.19,<6", "ansys-api-geometry==0.4.8"],
3939
packages=setuptools.find_namespace_packages(".", include=("ansys.*",)),
4040
package_data={
4141
"": ["*.proto", "*.pyi", "py.typed", "VERSION"],

0 commit comments

Comments
 (0)