From 984df9441af0985c3676cc08cc0bfc89a4264c22 Mon Sep 17 00:00:00 2001 From: Wim Pomp Date: Wed, 9 Oct 2024 15:11:23 +0200 Subject: [PATCH] - add python dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7e13236..a658afd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] +dependencies = ["numpy", "tqdm"] [project.optional-dependencies] test = ["pytest"]