mirror of
https://github.com/guezoloic/millesima-ai-engine.git
synced 2026-03-30 10:46:26 +00:00
Compare commits
1 Commits
main
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f29130f4bb |
@@ -2,11 +2,11 @@
|
|||||||
name = "millesima-project-s6"
|
name = "millesima-project-s6"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"requests==2.32.5",
|
"requests==2.33.0",
|
||||||
"beautifulsoup4==4.14.3",
|
"beautifulsoup4==4.14.3",
|
||||||
"pandas==2.3.3",
|
"pandas==3.0.1",
|
||||||
"tqdm==4.67.3",
|
"tqdm==4.67.3",
|
||||||
"scikit-learn==1.7.2",
|
"scikit-learn==1.8.0",
|
||||||
"matplotlib==3.10.8",
|
"matplotlib==3.10.8",
|
||||||
"seaborn==0.13.2"
|
"seaborn==0.13.2"
|
||||||
]
|
]
|
||||||
@@ -16,10 +16,10 @@ pythonpath = "src"
|
|||||||
testpaths = ["tests"]
|
testpaths = ["tests"]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
test = ["pytest==8.4.2", "requests-mock==1.12.1", "flake8==7.3.0"]
|
test = ["pytest==9.0.2", "requests-mock==1.12.1", "flake8==7.3.0"]
|
||||||
doc = [
|
doc = [
|
||||||
"mkdocs<2.0.0",
|
"mkdocs<2.0.0",
|
||||||
"mkdocs-material==9.6.23",
|
"mkdocs-material==9.7.6",
|
||||||
"mkdocstrings[python]",
|
"mkdocstrings[python]",
|
||||||
"mkdocs-jupyter==0.26.1",
|
"mkdocs-jupyter==0.26.1",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user