mirror of
https://github.com/guezoloic/millesima_projetS6.git
synced 2026-03-30 11:56:16 +00:00
ajout: learning.ipnyb dans mkdocs et finission du modele 1
This commit is contained in:
@@ -7,7 +7,7 @@ dependencies = [
|
||||
"pandas==2.3.3",
|
||||
"tqdm==4.67.3",
|
||||
"scikit-learn==1.7.2",
|
||||
"matplotlib==3.10.8"
|
||||
"matplotlib==3.10.8",
|
||||
]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
@@ -16,7 +16,12 @@ testpaths = ["tests"]
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = ["pytest==8.4.2", "requests-mock==1.12.1", "flake8==7.3.0"]
|
||||
doc = ["mkdocs<2.0.0", "mkdocs-material==9.6.23", "mkdocstrings[python]"]
|
||||
doc = [
|
||||
"mkdocs<2.0.0",
|
||||
"mkdocs-material==9.6.23",
|
||||
"mkdocstrings[python]",
|
||||
"mkdocs-jupyter==0.26.1",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools", "wheel"]
|
||||
|
||||
Reference in New Issue
Block a user