Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- update

jobs:
pages:
Expand Down
1 change: 1 addition & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ project:
- index.qmd
- 404.qmd
- content/getting-started/03_revisions.qmd
- content/modelisation/5_clustering.qmd

profile:
default: fr
Expand Down
1 change: 0 additions & 1 deletion content/manipulation/02_pandas_suite.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ As explained below, we will use a library called `pynsee` to retrieve Insee data
```{python}
#| eval: false
#| echo: true
!pip install xlrd --quiet
!pip install pynsee --quiet
!pip install great_tables --quiet
```
Expand Down
2 changes: 1 addition & 1 deletion content/manipulation/03_geopandas_intro.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ you can remove the `!` at the beginning of the line):
#| echo: true
#| label: install-cartiflette
!pip install py7zr geopandas openpyxl tqdm s3fs --quiet
!pip install PyYAML xlrd --quiet
!pip install PyYAML --quiet
!pip install cartiflette --quiet
```

Expand Down
1 change: 0 additions & 1 deletion content/modelisation/0_preprocessing.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ The following packages are needed to import and visualize the election data:
```{python}
#| eval: false
#| echo: true
!pip install --upgrade xlrd
!pip install geopandas
```

Expand Down
388 changes: 197 additions & 191 deletions content/modelisation/5_clustering.qmd

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
"jupyter>=1.1.1",
"jupyter-cache==1.0.0",
"kaleido==0.2.1",
"langchain-community==0.3.9",
"langchain-community>=0.3.27",
"loguru==0.7.3",
"markdown>=3.8",
"nbclient==0.10.0",
Expand All @@ -36,11 +36,10 @@ dependencies = [
"scikit-image==0.24.0",
"scipy==1.13.0",
"selenium<4.39.0",
"skore>=0.11.4",
"spacy==3.8.4",
"webdriver-manager==4.0.2",
"wordcloud==1.9.3",
"xlrd==2.0.1",
"yellowbrick==1.5",
"wordcloud==1.9.3"
]

[tool.uv.sources]
Expand Down
2,102 changes: 1,106 additions & 996 deletions uv.lock

Large diffs are not rendered by default.