From 48158f804a5ae7f0d662d06d1772ddfea699c467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franck=20P=C3=A9rignon?= <franck.perignon@univ-grenoble-alpes.fr> Date: Wed, 13 Nov 2024 10:53:14 +0100 Subject: [PATCH] Update doc docker image --- ci/hysop-doc-env.yaml | 47 +------------------------------------------ 1 file changed, 1 insertion(+), 46 deletions(-) diff --git a/ci/hysop-doc-env.yaml b/ci/hysop-doc-env.yaml index 66fa4e80b..c0af1c7af 100644 --- a/ci/hysop-doc-env.yaml +++ b/ci/hysop-doc-env.yaml @@ -21,41 +21,6 @@ name: base channels: - conda-forge dependencies: - - python=3.12 - - clinfo - - cmake - - cython - - editdistance - - gmpy2 - - jsonpickle - - matplotlib - - meson - - meson-python # need for pip install --no-build-isolation --no-deps . - - mpi4py - - networkx - - ninja - - numba - - numcodecs - - numpy - - openmpi # no hack for mpi, use conda - - portalocker - - psutil - - py-cpuinfo - - pyopencl==2024.1 - - pytest - - python-flint - - pyvis - - scipy - - sympy - - wheel - - zarr - - hdf5=*=mpi* - - h5py=*=mpi* - - fftw=*=mpi* - - tox - - pyfftw - - jupyterlab - - intel-opencl-rt - doxygen - graphviz - sphinx @@ -66,16 +31,6 @@ dependencies: - strip-hints - pandoc - antlr4-python3-runtime - #- ipykernel - - pip + - ipykernel - pip: - nbsphinx - - tee - - colors.py - - primefac - - argparse_color_formatter - - memory-tempfile -channels: - - numba -dependencies: - - llvmlite -- GitLab