@@ -9,9 +9,11 @@ version = "2024.2.dev0"
99description = " Pythonic interfaces to Ansys products"
1010readme = " README.rst"
1111requires-python = " >=3.9,<4"
12- license = {file = " LICENSE" }
13- authors = [{
name =
" ANSYS, Inc." ,
email =
" [email protected] " }]
14- maintainers = [{
name =
" PyAnsys developers" ,
email =
" [email protected] " }]
12+ license = { file = " LICENSE" }
13+ authors = [{
name =
" ANSYS, Inc." ,
email =
" [email protected] " }]
14+ maintainers = [
15+ {
name =
" PyAnsys developers" ,
email =
" [email protected] " },
16+ ]
1517classifiers = [
1618 " Development Status :: 4 - Beta" ,
1719 " Intended Audience :: Science/Research" ,
@@ -33,8 +35,6 @@ dependencies = [
3335 " ansys-dyna-core==0.4.5" ,
3436 " ansys-dynamicreporting-core==0.5.0" ,
3537 " ansys-geometry-core==0.4.4" ,
36- " ansys-grantami-bomanalytics==1.2.0" ,
37- " ansys-grantami-recordlists==1.0.0.post1" ,
3838 " ansys-fluent-core==0.18.2" ,
3939 " ansys-mapdl-core==0.67.0" ,
4040 " ansys-math-core==0.1.3" ,
@@ -50,13 +50,12 @@ dependencies = [
5050 " ansys-systemcoupling-core==0.3.0" ,
5151 " ansys-turbogrid-core==0.4.dev1" ,
5252 " pyaedt==0.7.10" ,
53+ " pygranta==2024.1.0" ,
5354 " pytwin==0.6.0" ,
5455]
5556
5657[project .optional-dependencies ]
57- mapdl-all = [
58- " ansys-mapdl-reader==0.53.0" ,
59- ]
58+ mapdl-all = [" ansys-mapdl-reader==0.53.0" ]
6059fluent-all = [
6160 " ansys-fluent-visualization==0.8.0" ,
6261 " ansys-fluent-parametric==0.9.0" ,
@@ -67,7 +66,7 @@ tools = [
6766 " pyansys-tools-report==0.7.0" ,
6867 " pyansys-tools-versioning==0.5.0" ,
6968]
70- all = [
69+ all = [
7170 # MAPDL - ALL
7271 " ansys-mapdl-reader==0.53.0" ,
7372 # FLUENT - ALL
0 commit comments