Add matplotlib to the dependencies
This commit is contained in:
parent
094001d21c
commit
91fa0e77d2
2 changed files with 2 additions and 1 deletions
2
poetry.lock
generated
2
poetry.lock
generated
|
@ -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 = [
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue