File tree Expand file tree Collapse file tree 2 files changed +22
-13
lines changed Expand file tree Collapse file tree 2 files changed +22
-13
lines changed Original file line number Diff line number Diff line change
1
+ feat: remove pyvista hard dependency
Original file line number Diff line number Diff line change @@ -25,22 +25,33 @@ classifiers = [
25
25
" Programming Language :: Python :: 3.13" ,
26
26
]
27
27
28
- dependencies = [" ansys-dpf-core>=0.7.2 " ,
29
- " ansys-api-dyna==0.4 .2" ,
30
- " ansys-tools-path>=0.6.0 " ,
31
- " pyvista >=0.43.4 " ,
32
- " hollerith>=0.6.0" ,
33
- " numpy>=1" ,
34
- " pandas>=2.0" ,
35
- " appdirs>=1.4.4" ,
36
- " transformations==2025.1.1" ,
37
- " chardet==5.2.0" ,
28
+ dependencies = [
29
+ " ansys-dpf-core>=0.7 .2" ,
30
+ " ansys-api-dyna==0.4.2 " ,
31
+ " ansys-tools-path >=0.6.0 " ,
32
+ " hollerith>=0.6.0" ,
33
+ " numpy>=1" ,
34
+ " pandas>=2.0" ,
35
+ " appdirs>=1.4.4" ,
36
+ " transformations==2025.1.1" ,
37
+ " chardet==5.2.0" ,
38
38
]
39
39
40
40
[project .optional-dependencies ]
41
+ all = [
42
+ " ansys-platform-instancemanagement~=1.0" ,
43
+ " pyvista>=0.43.4" ,
44
+ " Jinja2" ,
45
+ ]
46
+ graphics = [
47
+ " pyvista>=0.43.4" ,
48
+ ]
41
49
pim = [
42
50
" ansys-platform-instancemanagement~=1.0" ,
43
51
]
52
+ codegen = [
53
+ " Jinja2"
54
+ ]
44
55
tests = [
45
56
" matplotlib==3.10.1" ,
46
57
" numpy==2.2.3" ,
@@ -54,9 +65,6 @@ tests = [
54
65
" ipython==8.32.0" ,
55
66
" pyvista==0.44.2" ,
56
67
]
57
- codegen = [
58
- " Jinja2"
59
- ]
60
68
doc = [
61
69
" recommonmark==0.7.1" ,
62
70
" matplotlib==3.10.1" ,
You can’t perform that action at this time.
0 commit comments