@@ -76,7 +76,7 @@ tests = [
76
76
" ansys-tools-visualization-interface; python_version >= '3.10'" ,
77
77
" tables; python_version >= '3.10'" ,
78
78
# Never directly imported but required when loading ML related file see #4713
79
- " scikit-learn>=1.0.0,<1.6 " ,
79
+ " scikit-learn>=1.0.0,<1.7 " ,
80
80
" scikit-rf>=0.30.0,<1.6" ,
81
81
" SRTM.py" ,
82
82
" utm" ,
@@ -113,7 +113,7 @@ all = [
113
113
" ansys-tools-visualization-interface; python_version >= '3.10'" ,
114
114
" tables; python_version >= '3.10'" ,
115
115
# Never directly imported but required when loading ML related file see #4713
116
- " scikit-learn>=1.0.0,<1.6 " ,
116
+ " scikit-learn>=1.0.0,<1.7 " ,
117
117
" scikit-rf>=0.30.0,<1.6" ,
118
118
" SRTM.py" ,
119
119
" utm" ,
@@ -128,7 +128,7 @@ installer = [
128
128
" fast-simplification>=0.1.7" ,
129
129
" ansys-tools-visualization-interface; python_version >= '3.10'" ,
130
130
# Never directly imported but required when loading ML related file see #4713
131
- " scikit-learn>=1.0.0,<1.6 " ,
131
+ " scikit-learn>=1.0.0,<1.7 " ,
132
132
" scikit-rf>=0.30.0,<1.6" ,
133
133
" SRTM.py" ,
134
134
" utm" ,
0 commit comments