From d9296584270f1e902944fc7390d0b43c34aa2dbb Mon Sep 17 00:00:00 2001 From: nea Date: Wed, 20 Apr 2022 17:49:59 +0200 Subject: literal tos violations --- Pipfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 43c3bd6..e595392 100644 --- a/Pipfile +++ b/Pipfile @@ -9,6 +9,8 @@ mwparserfromhell = "*" click = "*" questionary = "*" rich = "*" +numpy = "*" +sklearn = "*" [dev-packages] mypy = "*" -- cgit