1
0
Fork 0
mirror of https://gitlab.rlp.net/pgp/pgp1-python-einfuehrung synced 2024-10-12 13:24:22 +00:00
pgp1-python-einfuehrung/pyproject.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"