diff --git a/requirements.txt b/requirements.txt index 9a5feb4..1b4b0d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ pyyaml==6.0; python_version >= "3.7" requests-oauthlib==1.3.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6" requests==2.28.1; python_version >= "3.7" and python_version < "4" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6") rsa==4.8; python_version >= "3.6" and python_version < "4" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.7") -scikit-learn==1.1.2 +scikit-learn==1.5.1 six==1.16.0; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.8" sniffio==1.2.0; python_version >= "3.7" and python_full_version >= "3.6.2" starlette==0.20.4; python_version >= "3.6" and python_full_version >= "3.6.1"