We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbaf1a3 commit 166275fCopy full SHA for 166275f
.github/workflows/ci_cd.yml
@@ -45,6 +45,7 @@ jobs:
45
46
- name: Install packages for documentation build
47
run: |
48
+ sudo apt-get update
49
sudo apt-get install xvfb pandoc texlive-latex-extra latexmk
50
pip install --upgrade build
51
pip install .[doc]
pyproject.toml
@@ -45,7 +45,7 @@ tests = [
"openpyxl==3.1.2",
"scikit-learn==1.2.2",
"pytest-xdist==3.3.1",
- "ipython==8.13.2",
+ "ipython==8.14.0",
]
doc = [
"recommonmark==0.7.1",
@@ -68,7 +68,7 @@ doc = [
68
"ipywidgets==8.0.6",
69
"joblib==1.2.0",
70
71
72
"jupyterlab==4.0.1",
73
74
0 commit comments