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 5d25f2f commit b61e6deCopy full SHA for b61e6de
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 pytest gmp mpfr"
+export conda_pkgs="python=${PYTHON_VERSION} pip 'cython>=0.29.24' pytest gmp mpfr"
6
7
if [[ "${WITH_NUMPY}" != "no" ]]; then
8
export conda_pkgs="${conda_pkgs} numpy";
0 commit comments