Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Revert "[CI] Pin cython version to fix cython compilation (#15353)"
This reverts commit 991163c.
  • Loading branch information
tqchen authored Jul 19, 2023
commit 52a88dd3d9a562099fb4c403ddeec4159d025fe4
2 changes: 1 addition & 1 deletion docker/install/ubuntu_install_python_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pip3 install --upgrade \
"Pygments>=2.4.0" \
attrs \
cloudpickle \
cython==0.29.34 \
cython \
decorator \
mypy \
numpy==1.21.* \
Expand Down