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 0ea8fcf commit 89290f2Copy full SHA for 89290f2
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"
+export conda_pkgs="python=${PYTHON_VERSION} pip cython pytest gmp mpfr"
6
7
if [[ "${WITH_SYMPY}" != "no" ]]; then
8
export conda_pkgs="${conda_pkgs} sympy";
0 commit comments