From 919191b68c25c52564c71f8b50fbe4dc74e81531 Mon Sep 17 00:00:00 2001 From: rwijtvliet Date: Fri, 15 Sep 2023 20:03:33 +0200 Subject: [PATCH] pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b4b650..c5356b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,6 @@ readme = "README.rst" [tool.poetry.dependencies] python = "^3.9" pyyaml = "^6.0.1" -pandas = "^2.1.0" numpy = "^1.25.2" requests = "^2.31.0" tqdm = "^4.66.1"