Skip to content

Commit c1518a9

Browse files
authored
MAINT downgrade pandas in doc environment to avoid seaborn warnings (scikit-learn#27448)
1 parent 73f14ab commit c1518a9

File tree

3 files changed

+36
-33
lines changed

3 files changed

+36
-33
lines changed

build_tools/circle/doc_environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
- joblib
1313
- threadpoolctl
1414
- matplotlib
15-
- pandas
15+
- pandas<2.1
1616
- pyamg
1717
- pytest
1818
- pytest-xdist=2.5.0

0 commit comments

Comments
 (0)