mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-01-28 22:56:02 +01:00
Add new data files and update dependencies
- Added TP_ACE.pdf to the project. - Introduced perf_circle.csv containing performance circle data. - Added test_lissage.csv with test data for smoothing. - Updated pyproject.toml to include statsmodels as a dependency. - Modified uv.lock to reflect the addition of statsmodels and its dependencies.
This commit is contained in:
@@ -32,6 +32,7 @@ dependencies = [
|
||||
"seaborn>=0.13.2",
|
||||
"sentence-transformers>=5.2.0",
|
||||
"shap>=0.49.1",
|
||||
"statsmodels>=0.14.6",
|
||||
"tensorflow>=2.20.0",
|
||||
"tf-keras>=2.20.1",
|
||||
"umap-learn>=0.5.11",
|
||||
@@ -63,7 +64,8 @@ ignore = [
|
||||
"T201", # Print
|
||||
"N806",
|
||||
"N803",
|
||||
"N802"
|
||||
"N802",
|
||||
"N816",
|
||||
]
|
||||
|
||||
# Exclure certains fichiers ou répertoires
|
||||
|
||||
Reference in New Issue
Block a user