Skip to content

Commit

Permalink
Pin Cython version to 0.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nocarryr committed Mar 28, 2018
1 parent e4f459f commit 9f930d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install-deps.sh
Expand Up @@ -3,7 +3,7 @@ KIVY_WHEEL_GLOB="build/Kivy-*linux_x86_64.whl"
KIVY_BUILD_NEEDED=1

pip install -U pip setuptools wheel
pip install -U Cython>=0.23
pip install -U Cython==0.25.2

# Find cached wheel for kivy
for file in $KIVY_WHEEL_GLOB ; do
Expand Down

0 comments on commit 9f930d2

Please sign in to comment.