Add matplotlib to the dependencies

This commit is contained in:
Alexander Hess 2021-05-25 08:12:28 +02:00
parent 094001d21c
commit 91fa0e77d2
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 2 additions and 1 deletions

2
poetry.lock generated
View file

@ -1138,7 +1138,7 @@ test = ["pytest", "pytest-cov"]
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.8" python-versions = "^3.8"
content-hash = "b92923df82a5a9c6fc4d6275c02f3d0afb169b06cafbf06c672e0f7c034148b0" content-hash = "83a3da345ed6e90e0bcfbd3c253855f591309409e82cf78debbd8a0529129def"
[metadata.files] [metadata.files]
anyio = [ anyio = [

View file

@ -28,6 +28,7 @@ repository = "https://github.com/webartifex/ames-housing"
python = "^3.8" python = "^3.8"
jupyterlab = "^3.0.16" jupyterlab = "^3.0.16"
missingno = "^0.4.2" missingno = "^0.4.2"
matplotlib = "^3.4.2"
numpy = "^1.20.3" numpy = "^1.20.3"
pandas = "^1.2.4" pandas = "^1.2.4"
requests = "^2.25.1" requests = "^2.25.1"