first commi

This commit is contained in:
Johan
2025-12-15 14:50:43 +01:00
commit 057a24afec
11 changed files with 6323 additions and 0 deletions

21
pyproject.toml Normal file
View File

@@ -0,0 +1,21 @@
[project]
name = "tp-rappels-python"
version = "0.1.0"
description = ""
authors = [
{name = "ENI",email = "my@email.com"}
]
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"jupyterlab (>=4.4.9,<5.0.0)",
"pandas (>=2.3.3,<3.0.0)",
"matplotlib (>=3.10.6,<4.0.0)"
]
[tool.poetry]
package-mode = false
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"