mirror of
https://gitlab.rlp.net/pgp/pgp1-python-einfuehrung
synced 2024-11-16 13:48:11 +00:00
Removed poetry files
This commit is contained in:
parent
b3b6f927c7
commit
a185423154
3 changed files with 2 additions and 1662 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,3 +2,5 @@
|
|||
MarkDownSpellcheckingNotebook.ipynb
|
||||
L_*
|
||||
Musterloesung_Aufgaben_zur_Vorbereitung.ipynb
|
||||
poetry.lock
|
||||
pyproject.toml
|
||||
|
|
1644
poetry.lock
generated
1644
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -1,18 +0,0 @@
|
|||
[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"
|
Loading…
Reference in a new issue