Skip to content

Commit 6267618

Browse files
authored
Update versions for pyansys metapackage (#49)
* Update versions for pyansys metapackage * Remove Python 4.0 blocker since dependabot cannot automatically update otherwise
1 parent fc845ba commit 6267618

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,23 @@ packages = [
3737

3838
[tool.poetry.dependencies]
3939
# Core dependencies
40-
python = ">=3.7,<4.0"
40+
python = ">=3.7"
4141
importlib-metadata = {version = "^4.0", python = "<3.8"}
42-
ansys-mapdl-core = "==0.63.1"
43-
ansys-dpf-core = "==0.4.2"
44-
ansys-dpf-post = "==0.2.2"
45-
ansys-fluent-core = "==0.10.1"
46-
pyaedt = "==0.5.11"
42+
ansys-mapdl-core = "==0.63.2"
43+
ansys-dpf-core = "==0.6.0"
44+
ansys-dpf-post = "==0.2.5"
45+
ansys-fluent-core = "==0.11.0"
46+
pyaedt = "==0.6.1"
4747
ansys-platform-instancemanagement = "==1.0.2"
4848
ansys-grantami-bomanalytics = "==1.0.1"
4949
ansys-openapi-common = "==1.1.1"
5050

5151
# Optional dependencies
52-
ansys-mapdl-reader = {version = "==0.51.15", optional = true}
53-
ansys-fluent-visualization = {version = "==0.4.1", optional = true}
54-
ansys-fluent-parametric = {version = "==0.4.1", optional = true}
52+
ansys-mapdl-reader = {version = "==0.52.0", optional = true}
53+
ansys-fluent-visualization = {version = "==0.5.0", optional = true}
54+
ansys-fluent-parametric = {version = "==0.5.0", optional = true}
5555
Sphinx = {version = "==5.1.1", optional = true}
56-
ansys-sphinx-theme = {version = "==0.4.2", optional = true}
56+
ansys-sphinx-theme = {version = "==0.5.2", optional = true}
5757

5858
[tool.poetry.extras]
5959
mapdl-all = ["ansys-mapdl-reader"]

0 commit comments

Comments
 (0)