@@ -27,13 +27,13 @@ classifiers = [
27
27
dependencies = [
28
28
" importlib-metadata>=4.0,<5; python_version<='3.8'" ,
29
29
" ansys-mapdl-core==0.64.1" ,
30
- " ansys-dpf-core==0.8.0 " ,
30
+ " ansys-dpf-core==0.8.1 " ,
31
31
" ansys-dpf-post==0.4.0" ,
32
32
" ansys-dpf-gate==0.3.1" ,
33
33
" ansys-dpf-composites==0.2b2" ,
34
- " ansys-fluent-core==0.12.5 " ,
35
- " pyaedt==0.6.70 " ,
36
- " ansys-platform-instancemanagement==1.0.3 " ,
34
+ " ansys-fluent-core==0.13.1 " ,
35
+ " pyaedt==0.6.75 " ,
36
+ " ansys-platform-instancemanagement==1.1.1 " ,
37
37
" ansys-grantami-bomanalytics==1.1.3" ,
38
38
" ansys-openapi-common==1.2.1" ,
39
39
" ansys-seascape==0.2.0" ,
@@ -43,26 +43,26 @@ dependencies = [
43
43
" ansys-motorcad-core==0.1.3" ,
44
44
" ansys-math-core==0.1.1" ,
45
45
" ansys-optislang-core==0.2.0" ,
46
- " ansys-mechanical-core==0.7.1 " ,
46
+ " ansys-mechanical-core==0.8.0 " ,
47
47
]
48
48
49
49
[project .optional-dependencies ]
50
50
mapdl-all = [
51
- " ansys-mapdl-reader==0.52.11 " ,
51
+ " ansys-mapdl-reader==0.52.13 " ,
52
52
]
53
53
fluent-all = [
54
- " ansys-fluent-visualization==0.6.0 " ,
55
- " ansys-fluent-parametric==0.6 .1" ,
54
+ " ansys-fluent-visualization==0.7.1 " ,
55
+ " ansys-fluent-parametric==0.7 .1" ,
56
56
]
57
57
all = [
58
- " ansys-mapdl-reader==0.52.11 " ,
59
- " ansys-fluent-visualization==0.6.0 " ,
60
- " ansys-fluent-parametric==0.6 .1" ,
58
+ " ansys-mapdl-reader==0.52.13 " ,
59
+ " ansys-fluent-visualization==0.7.1 " ,
60
+ " ansys-fluent-parametric==0.7 .1" ,
61
61
]
62
62
doc = [
63
- " Sphinx==5.3.0 " ,
64
- " ansys-sphinx-theme==0.9.7 " ,
65
- " sphinx-copybutton==0.5.1 " ,
63
+ " Sphinx==6.2.1 " , # BLOCKED BY sphinx-design - Cannot upgrade to Sphinx 7 for now
64
+ " ansys-sphinx-theme==0.9.9 " ,
65
+ " sphinx-copybutton==0.5.2 " ,
66
66
" sphinx-design==0.4.1" ,
67
67
]
68
68
0 commit comments