Upgrade dependencies
- jupyterlab => ^3.1 - matplotlib => ^3.4 - numpy => ^1.21 - pandas => ^1.3 - scikit-learn => ^1.0 - various transient dependencies
This commit is contained in:
parent
4c38519209
commit
33f2e74c64
2 changed files with 612 additions and 453 deletions
1054
poetry.lock
generated
1054
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -27,10 +27,11 @@ repository = "https://github.com/webartifex/intro-to-data-science"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
jupyterlab = "^3.0.16"
|
|
||||||
matplotlib = "^3.4.2"
|
jupyterlab = "^3.1"
|
||||||
numpy = "^1.20.3"
|
matplotlib = "^3.4"
|
||||||
pandas = "^1.2.4"
|
numpy = "^1.21"
|
||||||
scikit-learn = "^0.24.2"
|
pandas = "^1.3"
|
||||||
|
scikit-learn = "^1.0"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
|
|
Loading…
Reference in a new issue