Skip to content

Commit 52a93ae

Browse files
committed
Merge branch 'main' into release/2023.2
2 parents f632bda + f9ecb2d commit 52a93ae

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The ``pyansys`` metapackage ensures compatibility between these PyAnsys packages
6060
Much effort is underway to continue expanding and developing packages in the
6161
`PyAnsys GitHub <https://github.com/ansys/>`__ account. On the ``Issues`` page
6262
for each package, you can post issues and request new features. You can also feel
63-
free to post a question on the [Ansys Developer Forums](https://discuss.ansys.com/).
63+
free to post a question on the `Ansys Developer Forums <https://discuss.ansys.com/>`_.
6464

6565
By default, the PyAnsys metapackage installs these core modules:
6666

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434

3535
html_theme_options = {
36-
"github_url": "https://github.com/ansys",
36+
"github_url": "https://github.com/ansys/pyansys",
3737
"show_prev_next": False,
3838
"show_breadcrumbs": True,
3939
# "collapse_navigation": True,
@@ -46,7 +46,7 @@
4646
# },
4747
{
4848
"name": "Contribute",
49-
"url": "https://dev.docs.pyansys.com/dev/how-to/contributing.html",
49+
"url": "https://dev.docs.pyansys.com/how-to/contributing.html",
5050
"icon": "fa fa-wrench",
5151
},
5252
],

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ dependencies = [
3030
"ansys-dpf-core==0.8.1",
3131
"ansys-dpf-post==0.4.0",
3232
"ansys-dpf-gate==0.3.1",
33-
"ansys-dpf-composites==0.2b2",
34-
"ansys-fluent-core==0.13.1",
35-
"pyaedt==0.6.75",
33+
"ansys-dpf-composites==0.2.0",
34+
"ansys-fluent-core==0.14.0",
35+
"pyaedt==0.6.76",
3636
"ansys-platform-instancemanagement==1.1.1",
3737
"ansys-grantami-bomanalytics==1.1.3",
3838
"ansys-openapi-common==1.2.1",
3939
"ansys-seascape==0.2.0",
40-
"ansys-meshing-prime==0.3.0",
40+
"ansys-meshing-prime==0.3.2",
4141
"pytwin==0.3.0",
4242
"ansys-systemcoupling-core==0.1.3",
4343
"ansys-motorcad-core==0.1.3",
4444
"ansys-math-core==0.1.1",
45-
"ansys-optislang-core==0.2.0",
45+
"ansys-optislang-core==0.2.1",
4646
"ansys-mechanical-core==0.8.0",
4747
]
4848

0 commit comments

Comments
 (0)