Skip to content

Commit 7685d1a

Browse files
committed
test upgraded env
1 parent 06ae547 commit 7685d1a

File tree

3 files changed

+859
-773
lines changed

3 files changed

+859
-773
lines changed

_quarto.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,44 @@ project:
44
- index.qmd
55
- 404.qmd
66
- content/getting-started/index.qmd
7+
- content/getting-started/01_environment.qmd
8+
- content/getting-started/02_data_analysis.qmd
9+
- content/getting-started/03_revisions.qmd
10+
- content/manipulation/index.qmd
711
- content/manipulation/01_numpy.qmd
12+
- content/manipulation/02_pandas_intro.qmd
13+
- content/manipulation/02_pandas_suite.qmd
14+
- content/manipulation/02a_pandas_tutorial.qmd
15+
- content/manipulation/02b_pandas_TP.qmd
16+
- content/manipulation/03_geopandas_intro.qmd
17+
- content/manipulation/03_geopandas_tutorial.qmd
18+
- content/manipulation/03_geopandas_TP.qmd
19+
- content/manipulation/04a_webscraping_TP.qmd
20+
- content/manipulation/04c_API_TP.qmd
21+
- content/manipulation/04b_regex_TP.qmd
22+
- content/manipulation/05_parquet_s3.qmd
23+
- content/visualisation/index.qmd
24+
- content/visualisation/matplotlib.qmd
25+
- content/visualisation/maps.qmd
26+
- content/modelisation/index.qmd
27+
- content/modelisation/0_preprocessing.qmd
28+
- content/modelisation/1_modelevaluation.qmd
29+
- content/modelisation/2_classification.qmd
30+
- content/modelisation/3_regression.qmd
31+
- content/modelisation/4_featureselection.qmd
32+
- content/modelisation/5_clustering.qmd
33+
- content/modelisation/6_pipeline.qmd
34+
- content/modelisation/7_mlapi.qmd
35+
- content/NLP/index.qmd
36+
- content/NLP/01_intro.qmd
37+
- content/NLP/02_exoclean.qmd
38+
- content/NLP/03_embedding.qmd
39+
- content/git/index.qmd
40+
- content/git/introgit.qmd
41+
- content/git/exogit.qmd
42+
- content/annexes/about.qmd
43+
- content/annexes/evaluation.qmd
44+
- content/annexes/corrections.qmd
845

946
profile:
1047
default: fr

pyproject.toml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,41 +6,42 @@ readme = "README.md"
66
requires-python = ">=3.13,<3.14"
77
dependencies = [
88
"altair>=6.0.0",
9-
"black==24.8.0",
109
"cartiflette",
1110
"contextily==1.6.2",
1211
"duckdb>=0.10.1",
1312
"folium>=0.19.6",
14-
"gdal!=3.11.1",
15-
"geoplot==0.5.1",
13+
"gdal==3.11.4",
1614
"graphviz==0.20.3",
1715
"great-tables>=0.12.0",
1816
"gt-extras>=0.0.8",
1917
"ipykernel>=6.29.5",
2018
"jupyter>=1.1.1",
21-
"jupyter-cache==1.0.0",
22-
"kaleido==0.2.1",
19+
"jupyter-cache>=1.0.0",
20+
"kaleido>=0.2.1",
2321
"langchain-community>=0.3.27",
2422
"loguru==0.7.3",
2523
"markdown>=3.8",
26-
"nbclient==0.10.0",
27-
"nbformat==5.10.4",
24+
"nbclient>=0.10.0",
25+
"nbformat>=5.10.4",
2826
"nltk>=3.9.1",
27+
"pandas>=2.3.3",
2928
"pip>=25.1.1",
3029
"plotly>=6.1.2",
3130
"plotnine>=0.15",
32-
"polars==1.8.2",
31+
"polars>=1.8.2",
3332
"pyarrow>=17.0.0",
34-
"pynsee==0.1.8",
35-
"python-dotenv==1.0.1",
33+
"pynsee>=0.1.8",
34+
"python-dotenv>=1.0.1",
3635
"python-frontmatter>=1.1.0",
37-
"pywaffle==1.1.1",
36+
"pywaffle>=1.1.1",
3837
"requests>=2.32.3",
39-
"scikit-image==0.24.0",
38+
"scikit-image>=0.24.0",
39+
"scikit-learn>=1.8.0",
4040
"scipy>=1.13.0",
41+
"seaborn>=0.13.2",
4142
"selenium<4.39.0",
4243
"spacy>=3.8.4",
43-
"webdriver-manager==4.0.2",
44+
"webdriver-manager>=4.0.2",
4445
"wordcloud==1.9.3",
4546
]
4647

0 commit comments

Comments
 (0)