From 2811b77a620600290d849dfaf9bedb8bc16042bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Przyby=C5=82a?= <piotrmp@e-science.pl> Date: Mon, 12 Dec 2022 10:02:31 +0000 Subject: [PATCH] Added numpy dependency. --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8b7a2c3..a5b5c6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ dependencies = [ 'requests >= 2.22.0, < 3', 'tqdm >= 4.43.0, < 5', 'urllib3 >= 1.22, <2', + 'numpy >= 1.23.1, < 2', ] [project.optional-dependencies] @@ -30,4 +31,4 @@ spacy = [ 'spacy >= 3.0.3, < 4', ] [project.urls] #"Homepage" = "https://github.com/pypa/sampleproject" -#"Bug Tracker" = "https://github.com/pypa/sampleproject/issues" \ No newline at end of file +#"Bug Tracker" = "https://github.com/pypa/sampleproject/issues" -- GitLab