Skip to content

Commit

Permalink
Small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Oct 30, 2023
1 parent bdf892c commit 0ad1dad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ regression-tests-cpp-mpi: &regression-tests-cpp-mpi
ctest --verbose -R demo -R mpi_3
build-python-interface: &build-python-interface
name: Build Python/pybind11 interface
name: Build Python/nanobind interface
command: |
export CMAKE_BUILD_PARALLEL_LEVEL=2
cd python
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.test-env
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ RUN if [ "$MPI" = "mpich" ]; then \
# documentation or run tests.
RUN pip3 install --no-cache-dir --upgrade setuptools pip && \
pip3 install -no-cache-dir cffi mpi4py numba numpy==${NUMPY_VERSION} scikit-build-core[pyproject] && \
pip3 install --no-cache-dir breath clang-format cppimport cmakelang flake8 isort jupytext matplotlib mypy myst-parser nanobind==${PYBIND11_VERSION} pytest pytest-xdist scipy sphinx==5.0.2 sphinx_rtd_theme types-setuptools
pip3 install --no-cache-dir breath clang-format cppimport cmakelang flake8 isort jupytext matplotlib mypy myst-parser nanobind==${NANOBIND_VERSION} pytest pytest-xdist scipy sphinx==5.0.2 sphinx_rtd_theme types-setuptools

# Install KaHIP
RUN wget -nc --quiet https://github.com/kahip/kahip/archive/v${KAHIP_VERSION}.tar.gz && \
Expand Down
2 changes: 1 addition & 1 deletion python/build-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pybind11>=2.9.1
nanobind>=1.7.0
scikit-build-core[pyproject]
petsc4py
mpi4py

0 comments on commit 0ad1dad

Please sign in to comment.