File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ Integration
137
137
-----------
138
138
139
139
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 >`_
141
141
in the PyPIM documentation.
142
142
143
143
For example, starting MAPDL with PyPIM is as simple as using this code:
Original file line number Diff line number Diff line change @@ -29,20 +29,20 @@ classifiers = [
29
29
]
30
30
dependencies = [
31
31
" importlib-metadata >=4.0" ,
32
- " ansys-api-platform-instancemanagement> =1.0.0b3 " ,
32
+ " ansys-api-platform-instancemanagement~ =1.0" ,
33
33
]
34
34
35
35
[project .optional-dependencies ]
36
36
tests = [
37
- " ansys-api-platform-instancemanagement>= 1.0.0b1 " ,
37
+ " ansys-api-platform-instancemanagement== 1.0.0 " ,
38
38
" grpcio-health-checking==1.56.2" ,
39
39
" grpcio-testing" ,
40
40
" six~=1.16" ,
41
41
" pytest==7.4.0" ,
42
42
" pytest-cov==4.1.0" ,
43
43
]
44
44
doc = [
45
- " ansys-api-platform-instancemanagement>= 1.0.0b1 " ,
45
+ " ansys-api-platform-instancemanagement== 1.0.0 " ,
46
46
" ansys-sphinx-theme==0.10.2" ,
47
47
" numpydoc==1.5.0" ,
48
48
" Sphinx==7.1.2" ,
You can’t perform that action at this time.
0 commit comments