Skip to content

Commit fbad485

Browse files
Update scikit-learn requirement from <1.6,>=1.2.0 to >=1.2.0,<1.7 (mosaicml#3799)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel King <[email protected]>
1 parent 8231154 commit fbad485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def package_files(prefix: str, directory: str, extension: str):
142142
'cryptography==44.0.0',
143143
'pytest-httpserver>=1.0.4,<1.2',
144144
'setuptools==78.0.2',
145-
'scikit-learn>=1.2.0,<1.6',
145+
'scikit-learn>=1.2.0,<1.7',
146146
]
147147

148148
extra_deps['system_metrics_monitor'] = {

0 commit comments

Comments
 (0)