diff --git a/thc-net/pyproject.toml b/thc-net/pyproject.toml index 67a4beb..f034695 100755 --- a/thc-net/pyproject.toml +++ b/thc-net/pyproject.toml @@ -8,7 +8,7 @@ authors = ["Hartorn "] python = ">=3.6.1" tensorflow = "2.2.0" tensorflow-addons = "0.11.2" -scikit-learn = "0.23.1" +scikit-learn = "1.5.0" [tool.poetry.dev-dependencies] pytest = "5.4.3"