Skip to content

Commit 2f9d347

Browse files
authored
Bump version of pyadditive (#607)
1 parent 3c27f44 commit 2f9d347

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

pyproject.toml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ readme = "README.rst"
1111
requires-python = ">=3.9,<4"
1212
license = { file = "LICENSE" }
1313
authors = [{ name = "ANSYS, Inc.", email = "[email protected]" }]
14-
maintainers = [
15-
{ name = "PyAnsys developers", email = "[email protected]" },
16-
]
14+
maintainers = [{ name = "PyAnsys developers", email = "[email protected]" }]
1715
classifiers = [
1816
"Development Status :: 4 - Beta",
1917
"Intended Audience :: Science/Research",
@@ -28,7 +26,7 @@ classifiers = [
2826

2927
dependencies = [
3028
"ansys-acp-core==0.1b1",
31-
"ansys-additive-core==0.17.2",
29+
"ansys-additive-core==0.18.0b6",
3230
"ansys-additive-widgets==0.2.1",
3331
"ansys-conceptev-core==0.1.4",
3432
"ansys-dpf-composites==0.5.0",
@@ -64,10 +62,7 @@ dependencies = [
6462

6563
[project.optional-dependencies]
6664
mapdl-all = ["ansys-mapdl-reader==0.53.0"]
67-
fluent-all = [
68-
"ansys-fluent-visualization==0.9.0",
69-
"ansys-fluent-parametric==0.10.0",
70-
]
65+
fluent-all = ["ansys-fluent-visualization==0.9.0", "ansys-fluent-parametric==0.10.0"]
7166
tools = [
7267
"ansys-materials-manager==0.2.3",
7368
"ansys-tools-filetransfer==0.1.0",
@@ -98,12 +93,7 @@ all = [
9893
"pyansys-tools-versioning==0.5.0",
9994
"pyansys-tools-variableinterop==0.1.1",
10095
]
101-
doc = [
102-
"Sphinx==7.2.6",
103-
"ansys-sphinx-theme==0.16.6",
104-
"sphinx-copybutton==0.5.2",
105-
"sphinx-design==0.6.0",
106-
]
96+
doc = ["Sphinx==7.2.6", "ansys-sphinx-theme==0.16.6", "sphinx-copybutton==0.5.2", "sphinx-design==0.6.0"]
10797

10898
[project.urls]
10999
Source = "https://github.com/ansys/pyansys"

0 commit comments

Comments
 (0)