We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8157e6a commit 0bc912bCopy full SHA for 0bc912b
bin/install_travis.sh
@@ -2,7 +2,7 @@
2
3
# symengine's bin/install_travis.sh will install miniconda
4
5
-export conda_pkgs="python=${PYTHON_VERSION} pip 'cython>=0.29.24' pytest gmp mpfr"
+export conda_pkgs="python=${PYTHON_VERSION} pip pytest gmp mpfr"
6
7
if [[ "${WITH_NUMPY}" != "no" ]]; then
8
export conda_pkgs="${conda_pkgs} numpy";
@@ -27,7 +27,7 @@ if [[ "${WITH_SAGE}" == "yes" ]]; then
27
export conda_pkgs="${conda_pkgs} sage=8.1";
28
fi
29
30
-conda install -q ${conda_pkgs}
+conda install -q ${conda_pkgs} "cython>=0.29.24"
31
32
if [[ "${WITH_SYMPY}" != "no" ]]; then
33
pip install sympy;
0 commit comments