Update the dependencies to up-to-date versions
This commit is contained in:
parent
73432b9060
commit
950909547c
2 changed files with 1775 additions and 1055 deletions
2809
poetry.lock
generated
2809
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -1,29 +1,26 @@
|
|||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
build-backend = "poetry.masonry.api"
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry]
|
||||
name = "intro-to-python"
|
||||
version = "0.1.0.dev0"
|
||||
package-mode = false
|
||||
|
||||
authors = ["Alexander Hess <alexander@webartifex.biz>"]
|
||||
description = "An intro to Python & programming for wanna-be data scientists"
|
||||
license = "MIT"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
python = "^3.11"
|
||||
|
||||
jupyterlab = "^2.2.8"
|
||||
numpy = "^1.19.2"
|
||||
jupyterlab = "^4.1.0"
|
||||
numpy = "^1.26.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
# Task runners
|
||||
nox = "^2020.8.22"
|
||||
pre-commit = "^2.7.1"
|
||||
nox = "^2024.3.2"
|
||||
pre-commit = "^3.7.0"
|
||||
|
||||
# Testing
|
||||
xdoctest = "^0.15.0"
|
||||
|
||||
# Live coding during presentation mode
|
||||
jupyter-contrib-nbextensions = "^0.5.1"
|
||||
rise = "^5.6.1"
|
||||
xdoctest = "^1.1.0"
|
||||
|
|
Loading…
Reference in a new issue