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 189f4af commit c1d30e7Copy full SHA for c1d30e7
.github/workflows/main-test.yml
@@ -45,7 +45,7 @@ jobs:
45
apt-get clean
46
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
47
pip3 install --no-cache-dir --no-binary=h5py h5py meshio
48
- pip3 install --no-cache-dir tqdm
+ pip3 install --no-cache-dir tqdm pandas seaborn
49
pip3 install notebook nbconvert jupyter-book myst_parser==0.13.3 pyvista jupyterlab
50
pip3 install --no-cache-dir matplotlib itkwidgets ipywidgets setuptools --upgrade
51
jupyter labextension install jupyter-matplotlib jupyterlab-datawidgets itkwidgets && \
0 commit comments