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