@@ -54,28 +54,20 @@ unit-tests = [
54
54
]
55
55
integration-tests = [
56
56
" matplotlib>=3.5.0,<3.11" ,
57
- " mock>=5.1.0,<5.3" ,
58
57
" numpy>=1.20.0,<2.3" ,
59
58
" pandas>=1.1.0,<2.3" ,
60
- " pytest>=7.4.0,<8.4" ,
61
- " pytest-cov>=4.0.0,<6.1" ,
59
+ " pyaedt[unit-tests]" ,
62
60
]
63
61
tests = [
64
- " ipython>=7.30.0,<9.1" ,
65
- " matplotlib>=3.5.0,<3.11" ,
66
- " mock>=5.1.0,<5.3" ,
67
- " numpy>=1.20.0,<2.3" ,
62
+ " ansys-tools-visualization-interface; python_version >= '3.10'" ,
68
63
" openpyxl>=3.1.0,<3.3" ,
69
64
" osmnx>=1.1.0,<2.1" ,
70
- " pandas>=1.1.0,<2.3" ,
71
- " pytest>=7.4.0,<8.4" ,
72
- " pytest-cov>=4.0.0,<6.1" ,
65
+ " pyaedt[integration-tests]" ,
66
+ " pytest-timeout>=2.3.0,<2.4" ,
73
67
" pytest-xdist>=3.5.0,<3.7" ,
74
68
" pyvista[io]>=0.38.0,<0.45" ,
75
- " ansys-tools-visualization-interface; python_version >= '3.10'" ,
76
- " tables; python_version >= '3.10'" ,
77
69
" scikit-rf>=0.30.0,<1.7" ,
78
- " pytest-timeout>=2.3.0,<2.4 " ,
70
+ " tables; python_version >= '3.10' " ,
79
71
]
80
72
dotnet = [
81
73
" ansys-pythonnet>=3.1.0rc3" ,
@@ -99,6 +91,11 @@ doc = [
99
91
" pyvista[io]>=0.38.0,<0.45" ,
100
92
" ansys-tools-visualization-interface; python_version >= '3.10'" ,
101
93
]
94
+ jupyter = [
95
+ " jupyterlab>=3.6.0,<4.4" ,
96
+ " ipython>=7.30.0,<9.1" ,
97
+ " ipyvtklink>=0.2.0,<0.2.4" ,
98
+ ]
102
99
all = [
103
100
" matplotlib>=3.5.0,<3.11" ,
104
101
" numpy>=1.20.0,<2.3" ,
@@ -110,23 +107,20 @@ all = [
110
107
" ansys-tools-visualization-interface; python_version >= '3.10'" ,
111
108
" tables; python_version >= '3.10'" ,
112
109
" scikit-rf>=0.30.0,<1.7" ,
113
- " jupyterlab>=3.6.0,<4.4" ,
114
- " ipython>=7.30.0,<9.1" ,
115
- " ipyvtklink>=0.2.0,<0.2.4" ,
110
+ " pyaedt[jupyter]" ,
116
111
]
117
- # Set of dependencies used to run our examples with CPython 3.10
118
112
examples = [
119
- " imageio==2.37.0 " ,
120
- " matplotlib==3.10.1 " ,
121
- " numpy==2. 2.3" ,
122
- " openpyxl== 3.1.5 " ,
123
- " osmnx==2.0.2 " ,
124
- " pandas==2. 2.3" ,
125
- " pyvista==0.44.2 " ,
126
- " fast-simplification== 0.1.9 " ,
127
- " joblib== 1.4.2 " ,
128
- " plotly== 6.0.1" ,
129
- " scikit-rf==1.6.2 " ,
113
+ " imageio>=2.34.0,<2.38 " ,
114
+ " matplotlib>=3.5.0,<3.11 " ,
115
+ " numpy>=1.20.0,< 2.3" ,
116
+ " openpyxl>= 3.1.0,<3.3 " ,
117
+ " osmnx>=1.1.0,<2.1 " ,
118
+ " pandas>=1.1.0,< 2.3" ,
119
+ " pyvista>=0.38.0,<0.45 " ,
120
+ " fast-simplification>= 0.1.7 " ,
121
+ " joblib>= 1.4.0,<1.5 " ,
122
+ " plotly>= 6.0,<6 .1" ,
123
+ " scikit-rf>=0.30.0,<1.7 " ,
130
124
]
131
125
132
126
[tool .setuptools .dynamic ]
0 commit comments