Add numpy to the dependencies
This commit is contained in:
parent
e96d380276
commit
2c15cad48f
2 changed files with 2 additions and 1 deletions
2
poetry.lock
generated
2
poetry.lock
generated
|
@ -853,7 +853,7 @@ python-versions = ">=3.6"
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "39dee10111398a10dfd97f7a6a0df15c873f9b44f1577dfe14c68387a71b95f8"
|
||||
content-hash = "8312344eff434c7ac688e77e6b3c8abfa6bb09244493b41f5fa90510e23d0b1f"
|
||||
|
||||
[metadata.files]
|
||||
anyio = [
|
||||
|
|
|
@ -28,6 +28,7 @@ repository = "https://github.com/webartifex/intro-to-data-science"
|
|||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
jupyterlab = "^3.0.16"
|
||||
numpy = "^1.20.3"
|
||||
scikit-learn = "^0.24.2"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
|
Loading…
Reference in a new issue