summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-03-22 22:21:47 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-03-22 22:21:47 +0100
commit49f446c3b569af571717e781cdbd1b7d51377929 (patch)
tree83241920d3a6ff13c8e782f4ebad74879d6a470d /pyproject.toml
parent207a1fb12d1e332c02cdb16803e9673ccafa33f9 (diff)
build: add matplotlib
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 9a2eed3..8f3eedd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,6 +9,7 @@ python = "^3.9"
jupyter = "^1.0.0"
jaxlib = {url = "https://storage.googleapis.com/jax-releases/cuda11/jaxlib-0.3.2+cuda11.cudnn82-cp39-none-manylinux2010_x86_64.whl"}
jax = "^0.3.4"
+matplotlib = "^3.5.1"
[tool.poetry.dev-dependencies]
pytest = "^5.2"