Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ updates:
semver-minor-days: 7 # Cooldown for minor version updates
semver-patch-days: 3 # Cooldown for patch updates
exclude:
- "ansys-api-geometry"
- "ansys-api-discovery"
- "ansys-platform-instancemanagement"
- "ansys-sphinx-theme"
- "ansys-tools-path"
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/2365.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Switch to ansys-api-discovery for protos package
2 changes: 1 addition & 1 deletion doc/source/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ previous versions of Python are no longer supported.
PyAnsys Geometry dependencies are automatically checked when packages are installed.
These projects are required dependencies for PyAnsys Geometry:

* `ansys-api-geometry <https://pypi.org/project/ansys-api-geometry/>`_: Used for supplying
* `ansys-api-discovery <https://pypi.org/project/ansys-api-discovery/>`_: Used for supplying
gRPC code generated from Protobuf (PROTO) files
* `NumPy <https://pypi.org/project/numpy/>`_: Used for data array access
* `Pint <https://pypi.org/project/Pint/>`_: Used for measurement units
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
]

dependencies = [
"ansys-api-geometry==0.4.84",
"ansys-api-discovery==1.0.3",
"ansys-tools-path>=0.3,<1",
"beartype>=0.11.0,<0.23",
"geomdl>=5,<6",
Expand Down
Loading