mirror of
https://gitlab.rlp.net/pgp/pgp1-python-einfuehrung
synced 2024-11-16 13:48:11 +00:00
18 lines
349 B
TOML
18 lines
349 B
TOML
[tool.poetry]
|
|
name = "pgp1-python-einfuehrung"
|
|
version = "1.1.0"
|
|
description = ""
|
|
authors = []
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.9,<3.10"
|
|
jupyterlab = "^3.1.9"
|
|
matplotlib = "^3.4.3"
|
|
numpy = "^1.21.2"
|
|
scipy = "^1.7.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|