aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorThomas Albers Raviola <thomas@thomaslabs.org>2024-08-23 11:04:41 +0200
committerThomas Albers Raviola <thomas@thomaslabs.org>2024-08-23 11:04:41 +0200
commitf120ae00a6a2d85c4159805788823f2d1811053b (patch)
tree7df478fd2635bf77ba438d25e32e279e8db45166 /pyproject.toml
parent70fbca0c321331710ede1896a99530e2dcab4b4a (diff)
Add missing dependencies
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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 = ""