Skip to content

Commit cf50200

Browse files
authored
Update de l'environnement (et retrait de yellowbricks au passage) (#665)
* upgrade * test upgrade * upgrade * retire yellowbricks * clean chapitre * retire yellowbricks
1 parent 7804cda commit cf50200

File tree

8 files changed

+1309
-1194
lines changed

8 files changed

+1309
-1194
lines changed

.github/workflows/prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- update
78

89
jobs:
910
pages:

_quarto.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ project:
44
- index.qmd
55
- 404.qmd
66
- content/getting-started/03_revisions.qmd
7+
- content/modelisation/5_clustering.qmd
78

89
profile:
910
default: fr

content/manipulation/02_pandas_suite.qmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ As explained below, we will use a library called `pynsee` to retrieve Insee data
145145
```{python}
146146
#| eval: false
147147
#| echo: true
148-
!pip install xlrd --quiet
149148
!pip install pynsee --quiet
150149
!pip install great_tables --quiet
151150
```

content/manipulation/03_geopandas_intro.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ you can remove the `!` at the beginning of the line):
348348
#| echo: true
349349
#| label: install-cartiflette
350350
!pip install py7zr geopandas openpyxl tqdm s3fs --quiet
351-
!pip install PyYAML xlrd --quiet
351+
!pip install PyYAML --quiet
352352
!pip install cartiflette --quiet
353353
```
354354

content/modelisation/0_preprocessing.qmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ The following packages are needed to import and visualize the election data:
195195
```{python}
196196
#| eval: false
197197
#| echo: true
198-
!pip install --upgrade xlrd
199198
!pip install geopandas
200199
```
201200

content/modelisation/5_clustering.qmd

Lines changed: 197 additions & 191 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"jupyter>=1.1.1",
1919
"jupyter-cache==1.0.0",
2020
"kaleido==0.2.1",
21-
"langchain-community==0.3.9",
21+
"langchain-community>=0.3.27",
2222
"loguru==0.7.3",
2323
"markdown>=3.8",
2424
"nbclient==0.10.0",
@@ -36,11 +36,10 @@ dependencies = [
3636
"scikit-image==0.24.0",
3737
"scipy==1.13.0",
3838
"selenium<4.39.0",
39+
"skore>=0.11.4",
3940
"spacy==3.8.4",
4041
"webdriver-manager==4.0.2",
41-
"wordcloud==1.9.3",
42-
"xlrd==2.0.1",
43-
"yellowbrick==1.5",
42+
"wordcloud==1.9.3"
4443
]
4544

4645
[tool.uv.sources]

uv.lock

Lines changed: 1106 additions & 996 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)