Skip to content

Commit 3e1463b

Browse files
committed
adapt to 0.27.1
1 parent 50dd7d8 commit 3e1463b

File tree

2 files changed

+32
-17
lines changed

2 files changed

+32
-17
lines changed

poetry.lock

Lines changed: 29 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
[tool.poetry]
22
name = "tutorial"
3-
version = "0.27.0"
3+
version = "0.27.1"
44
description = ""
55
authors = ["Peter Urban <[email protected]>"]
66
readme = "README.md"
77
package-mode = false
88

99
[tool.poetry.dependencies]
1010
python = ">=3.10, <3.13"
11-
themachinethatgoesping = "0.27"
11+
themachinethatgoesping = "0.27.1"
1212
matplotlib = "3.9.3"
1313
jupyterlab = "4.2.6"
1414
ipympl = "^0.9.4"
1515
nbmake = "^1.5.4"
1616
ipyleaflet = "^0.19.2"
1717
numba = "^0.60" #setting this here makes sure that e.g. numpy version is set compatible by poetry
18+
jupyterlab-execute-time = "^3.2.0"
1819

1920

2021
[build-system]

0 commit comments

Comments
 (0)