@@ -65,7 +65,6 @@ integration-tests = [
6565]
6666tests = [
6767 " ipython>=7.30.0,<9.1" ,
68- " joblib>=1.0.0,<1.5" ,
6968 " matplotlib>=3.5.0,<3.11" ,
7069 " mock>=5.1.0,<5.3" ,
7170 " numpy>=1.20.0,<2.3" ,
@@ -78,8 +77,6 @@ tests = [
7877 " pyvista[io]>=0.38.0,<0.45" ,
7978 " ansys-tools-visualization-interface; python_version >= '3.10'" ,
8079 " tables; python_version >= '3.10'" ,
81- # Never directly imported but required when loading ML related file see #4713
82- " scikit-learn>=1.0.0,<1.7" ,
8380 " scikit-rf>=0.30.0,<1.7" ,
8481 " pytest-timeout>=2.3.0,<2.4" ,
8582]
@@ -115,8 +112,6 @@ all = [
115112 " fast-simplification>=0.1.7" ,
116113 " ansys-tools-visualization-interface; python_version >= '3.10'" ,
117114 " tables; python_version >= '3.10'" ,
118- # Never directly imported but required when loading ML related file see #4713
119- " scikit-learn>=1.0.0,<1.7" ,
120115 " scikit-rf>=0.30.0,<1.7" ,
121116]
122117installer = [
@@ -128,8 +123,6 @@ installer = [
128123 " pyvista[io]>=0.38.0,<0.45" ,
129124 " fast-simplification>=0.1.7" ,
130125 " ansys-tools-visualization-interface; python_version >= '3.10'" ,
131- # Never directly imported but required when loading ML related file see #4713
132- " scikit-learn>=1.0.0,<1.7" ,
133126 " scikit-rf>=0.30.0,<1.7" ,
134127 " jupyterlab>=3.6.0,<4.4" ,
135128 " ipython>=7.30.0,<9.1" ,
0 commit comments