File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -50,17 +50,15 @@ ansys-openapi-common = "==1.1.1"
5050
5151# Optional dependencies
5252ansys-mapdl-reader = {version = " ==0.51.15" , optional = true }
53- # ansys-fluent-visualization = {version = "==0.4.0 ", optional = true}
53+ ansys-fluent-visualization = {version = " ==0.4.1 " , optional = true }
5454ansys-fluent-parametric = {version = " ==0.4.1" , optional = true }
5555Sphinx = {version = " ==5.1.1" , optional = true }
5656ansys-sphinx-theme = {version = " ==0.4.2" , optional = true }
5757
5858[tool .poetry .extras ]
5959mapdl-all = [" ansys-mapdl-reader" ]
60- # fluent-all = ["ansys-fluent-visualization","ansys-fluent-parametric",]
61- fluent-all = [" ansys-fluent-parametric" ,]
62- # all = ["ansys-mapdl-reader","ansys-fluent-visualization","ansys-fluent-parametric"]
63- all = [" ansys-mapdl-reader" ," ansys-fluent-parametric" ]
60+ fluent-all = [" ansys-fluent-visualization" ," ansys-fluent-parametric" ,]
61+ all = [" ansys-mapdl-reader" ," ansys-fluent-visualization" ," ansys-fluent-parametric" ]
6462docs = [" Sphinx" , " ansys-sphinx-theme" ]
6563
6664
You can’t perform that action at this time.
0 commit comments