[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"