Skip to content

Commit

Permalink
Adding ansys-fluent-visualization (#38)
Browse files Browse the repository at this point in the history
* Adding ansys-fluent-visualization

* Bump ansys-fluent-visualization to 0.4.1
  • Loading branch information
RobPasMue authored Aug 10, 2022
1 parent 8aaa518 commit fa43f8c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,15 @@ ansys-openapi-common = "==1.1.1"

# Optional dependencies
ansys-mapdl-reader = {version = "==0.51.15", optional = true}
# ansys-fluent-visualization = {version = "==0.4.0", optional = true}
ansys-fluent-visualization = {version = "==0.4.1", optional = true}
ansys-fluent-parametric = {version = "==0.4.1", optional = true}
Sphinx = {version = "==5.1.1", optional = true}
ansys-sphinx-theme = {version = "==0.4.2", optional = true}

[tool.poetry.extras]
mapdl-all = ["ansys-mapdl-reader"]
# fluent-all = ["ansys-fluent-visualization","ansys-fluent-parametric",]
fluent-all = ["ansys-fluent-parametric",]
# all = ["ansys-mapdl-reader","ansys-fluent-visualization","ansys-fluent-parametric"]
all = ["ansys-mapdl-reader","ansys-fluent-parametric"]
fluent-all = ["ansys-fluent-visualization","ansys-fluent-parametric",]
all = ["ansys-mapdl-reader","ansys-fluent-visualization","ansys-fluent-parametric"]
docs = ["Sphinx", "ansys-sphinx-theme"]


Expand Down

0 comments on commit fa43f8c

Please sign in to comment.