Skip to content

Commit

Permalink
add limitation to cython version for MOAB compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke committed Aug 6, 2023
1 parent 05bf358 commit 9e35740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CI/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN apt-get -y update; \
apt-get install -y git; \
update-alternatives --install /usr/bin/python python /usr/bin/python3 10; \
update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 10; \
pip install cython;
pip install "cython<3";

ARG build_dir
ARG install_dir
Expand Down
1 change: 1 addition & 0 deletions doc/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Next version
* Patched cmake-search paths for double-down and MOAB (#878)
* Patch to compile with gcc-13 (#882)
* Tweak conda environment for Windows build to avoid conflicting gtest headers (#888)
* Restrict cython version for MOAB (#)

v3.2.2
====================
Expand Down

0 comments on commit 9e35740

Please sign in to comment.