Skip to content

Commit c0eaa66

Browse files
committed
Bump ansys-api-platform-instancemanagement dependency to the released version (#92)
1 parent 9b2288e commit c0eaa66

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Integration
137137
-----------
138138

139139
PyPIM can be integrated in PyAnsys libraries to transparently switch to a remote
140-
instance in a suitable environment. This process is described in `Integration <https://pypim.docs.pyansys.com/integration.html>`_
140+
instance in a suitable environment. This process is described in `Integration <https://pypim.docs.pyansys.com/version/dev/integration.html>`_
141141
in the PyPIM documentation.
142142

143143
For example, starting MAPDL with PyPIM is as simple as using this code:

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@ classifiers = [
2929
]
3030
dependencies = [
3131
"importlib-metadata >=4.0",
32-
"ansys-api-platform-instancemanagement>=1.0.0b3",
32+
"ansys-api-platform-instancemanagement~=1.0",
3333
]
3434

3535
[project.optional-dependencies]
3636
tests = [
37-
"ansys-api-platform-instancemanagement>=1.0.0b1",
37+
"ansys-api-platform-instancemanagement==1.0.0",
3838
"grpcio-health-checking==1.56.2",
3939
"grpcio-testing",
4040
"six~=1.16",
4141
"pytest==7.4.0",
4242
"pytest-cov==4.1.0",
4343
]
4444
doc = [
45-
"ansys-api-platform-instancemanagement>=1.0.0b1",
45+
"ansys-api-platform-instancemanagement==1.0.0",
4646
"ansys-sphinx-theme==0.10.2",
4747
"numpydoc==1.5.0",
4848
"Sphinx==7.1.2",

0 commit comments

Comments
 (0)