Unverified Commit 04f439a0 authored by J-shang's avatar J-shang Committed by GitHub
Browse files

fix sklearn (#4165)

parent 7b16db17
......@@ -8,7 +8,8 @@ responses
schema
PythonWebHDFS
colorama
scikit-learn >= 0.24.1
scikit-learn >= 0.24.1 ; python_version >= "3.7"
scikit-learn < 1.0 ; python_version < "3.7"
websockets
filelock
prettytable
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment