Skip to content

Commit c0bd43e

Browse files
committed
Merge branch 'main' into release/2024.2
2 parents c2e81fe + a27506f commit c0bd43e

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repos:
3838

3939
# this validates our github workflow files
4040
- repo: https://github.com/python-jsonschema/check-jsonschema
41-
rev: 0.29.0
41+
rev: 0.29.1
4242
hooks:
4343
- id: check-github-workflows
4444

pyproject.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,49 +28,49 @@ dependencies = [
2828
"ansys-acp-core==0.1b1",
2929
"ansys-additive-core==0.18.1",
3030
"ansys-additive-widgets==0.2.1",
31-
"ansys-conceptev-core==0.1.4",
31+
"ansys-conceptev-core==0.2.1",
3232
"ansys-dpf-composites==0.5.0",
3333
"ansys-dpf-core==0.12.2",
3434
"ansys-dpf-post==0.8.0",
3535
"ansys-dyna-core==0.4.15",
3636
"ansys-dynamicreporting-core==0.6.0",
37-
"ansys-edb-core==0.1.4",
38-
"ansys-fluent-core==0.21.3",
39-
"ansys-geometry-core==0.6.5",
37+
"ansys-edb-core==0.1.5",
38+
"ansys-fluent-core==0.22.0",
39+
"ansys-geometry-core==0.6.6",
4040
"ansys-hps-client==0.8.0",
4141
"ansys-mapdl-core==0.68.4",
4242
"ansys-math-core==0.1.5",
43-
"ansys-mechanical-core==0.11.1",
43+
"ansys-mechanical-core==0.11.3",
4444
"ansys-meshing-prime==0.6.1",
4545
"ansys-modelcenter-workflow==0.1.1",
46-
"ansys-motorcad-core==0.5.2",
46+
"ansys-motorcad-core==0.5.5",
4747
"ansys-optislang-core==0.7.1",
4848
"ansys-platform-instancemanagement==1.1.2",
49-
"ansys-pyensight-core==0.8.6",
49+
"ansys-pyensight-core==0.8.8",
5050
"ansys-rocky-core==0.2.0",
5151
"ansys-seascape==0.2.0",
5252
"ansys-sherlock-core==0.6.0",
53-
"ansys-simai-core==0.2.1",
53+
"ansys-simai-core==0.2.2",
5454
"ansys-sound-core==0.1.2",
5555
"ansys-systemcoupling-core==0.6.0",
5656
"ansys-turbogrid-core==0.4.1",
5757
"ansys-workbench-core==0.4.0",
58-
"pyaedt==0.9.9",
59-
"pyedb==0.21.0",
58+
"pyaedt==0.9.10",
59+
"pyedb==0.23.0",
6060
"pygranta==2024.2.0",
6161
"pytwin==0.7.0",
6262
]
6363

6464
[project.optional-dependencies]
6565
mapdl-all = ["ansys-mapdl-reader==0.53.0"]
66-
fluent-all = ["ansys-fluent-visualization==0.10.1"]
66+
fluent-all = ["ansys-fluent-visualization==0.11.0"]
6767
tools = [
6868
"ansys-materials-manager==0.2.3",
6969
"ansys-tools-filetransfer==0.1.0",
7070
"ansys-tools-local-product-launcher==0.1.0",
7171
"ansys-tools-path==0.6.0",
7272
# "ansys-tools-protoc-helper==0.4.0; python_version<='3.10'",
73-
"ansys-tools-visualization-interface==0.2.6",
73+
"ansys-tools-visualization-interface==0.4.0",
7474
"ansys-units==0.3.2",
7575
"pyansys-tools-report==0.7.3",
7676
"pyansys-tools-versioning==0.5.0",
@@ -80,21 +80,21 @@ all = [
8080
# MAPDL - ALL
8181
"ansys-mapdl-reader==0.53.0",
8282
# FLUENT - ALL
83-
"ansys-fluent-visualization==0.10.1",
83+
"ansys-fluent-visualization==0.11.0",
8484
# TOOLS
8585
"ansys-materials-manager==0.2.3",
8686
"ansys-tools-filetransfer==0.1.0",
8787
"ansys-tools-local-product-launcher==0.1.0",
8888
"ansys-tools-path==0.6.0",
8989
# "ansys-tools-protoc-helper==0.4.0; python_version<='3.10'",
90-
"ansys-tools-visualization-interface==0.2.6",
90+
"ansys-tools-visualization-interface==0.4.0",
9191
"ansys-units==0.3.2",
9292
"pyansys-tools-report==0.7.3",
9393
"pyansys-tools-versioning==0.5.0",
9494
"pyansys-tools-variableinterop==0.1.1",
9595
]
9696
doc = [
97-
"Sphinx==7.3.7",
97+
"Sphinx==7.4.7",
9898
"ansys-sphinx-theme==0.16.6",
9999
"sphinx-copybutton==0.5.2",
100100
"sphinx-design==0.6.0",

0 commit comments

Comments
 (0)