Skip to content

Commit b61e6de

Browse files
authored
install newer cython
1 parent 5d25f2f commit b61e6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install_travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# symengine's bin/install_travis.sh will install miniconda
44

5-
export conda_pkgs="python=${PYTHON_VERSION} pip cython pytest gmp mpfr"
5+
export conda_pkgs="python=${PYTHON_VERSION} pip 'cython>=0.29.24' pytest gmp mpfr"
66

77
if [[ "${WITH_NUMPY}" != "no" ]]; then
88
export conda_pkgs="${conda_pkgs} numpy";

0 commit comments

Comments
 (0)