diff options
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index f28ca29..27d328b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" name = "schroedinger" version = "0.1" requires-python = ">= 3.12" -dependencies = ["numpy"] +dependencies = ["matplotlib", "numpy", "scipy"] maintainers = [{name = "Thomas Albers Raviola", email = "thomasgu@uni-bremen.de"}, {name = "Tim Suhling", email = "timsuh@uni-bremen.de"}] description = "" |