From 91fa0e77d2b70f56e0d6dfb9cb8b9d4ddb62ad3e Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Tue, 25 May 2021 08:12:28 +0200 Subject: [PATCH] Add matplotlib to the dependencies --- poetry.lock | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 8295eb8..b71847e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1138,7 +1138,7 @@ test = ["pytest", "pytest-cov"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "b92923df82a5a9c6fc4d6275c02f3d0afb169b06cafbf06c672e0f7c034148b0" +content-hash = "83a3da345ed6e90e0bcfbd3c253855f591309409e82cf78debbd8a0529129def" [metadata.files] anyio = [ diff --git a/pyproject.toml b/pyproject.toml index c622c30..3be4853 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ repository = "https://github.com/webartifex/ames-housing" python = "^3.8" jupyterlab = "^3.0.16" missingno = "^0.4.2" +matplotlib = "^3.4.2" numpy = "^1.20.3" pandas = "^1.2.4" requests = "^2.25.1"