Skip to content

Commit

Permalink
The scikits.odes solver does not need pybind11
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Oct 19, 2023
1 parent 761ad1b commit c976eea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ RUN if [ "$IDAKLU" = "true" ]; then \

RUN if [ "$ODES" = "true" ]; then \
python scripts/install_KLU_Sundials.py && \
rm -rf pybind11 && \
git clone https://github.com/pybind/pybind11.git && \
pip install --user -e ".[all,dev,docs,odes]"; \
fi

Expand Down

0 comments on commit c976eea

Please sign in to comment.