@@ -37,23 +37,23 @@ packages = [
3737
3838[tool .poetry .dependencies ]
3939# Core dependencies
40- python = " >=3.7,<4.0 "
40+ python = " >=3.7"
4141importlib-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 "
4747ansys-platform-instancemanagement = " ==1.0.2"
4848ansys-grantami-bomanalytics = " ==1.0.1"
4949ansys-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 }
5555Sphinx = {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 ]
5959mapdl-all = [" ansys-mapdl-reader" ]
0 commit comments