Skip to content

Commit

Permalink
Remove cython
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed May 24, 2024
1 parent ba4c752 commit eb50242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.test-env
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ RUN pip3 install --break-system-packages --no-cache-dir --upgrade setuptools pip
pip3 install --break-system-packages --no-cache-dir cffi numba numpy==${NUMPY_VERSION} scikit-build-core[pyproject] && \
pip3 install --break-system-packages --no-cache-dir --no-build-isolation mpi4py && \
pip3 install --break-system-packages --no-cache-dir breathe clang-format cmakelang jupytext matplotlib mypy myst-parser nanobind==${NANOBIND_VERSION} pytest pytest-xdist ruff scipy pyamg sphinx sphinx_rtd_theme types-setuptools && \
pip3 install --break-system-packages --no-cache-dir cython wheel
pip3 install --break-system-packages --no-cache-dir wheel

# Install KaHIP
RUN wget -nc --quiet https://github.com/kahip/kahip/archive/v${KAHIP_VERSION}.tar.gz && \
Expand Down

0 comments on commit eb50242

Please sign in to comment.