diff options
author | Thomas Albers Raviola <thomas@thomaslabs.org> | 2024-08-23 11:04:41 +0200 |
---|---|---|
committer | Thomas Albers Raviola <thomas@thomaslabs.org> | 2024-08-23 11:04:41 +0200 |
commit | f120ae00a6a2d85c4159805788823f2d1811053b (patch) | |
tree | 7df478fd2635bf77ba438d25e32e279e8db45166 | |
parent | 70fbca0c321331710ede1896a99530e2dcab4b4a (diff) |
Add missing dependencies
-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 = "" |