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 e108841 commit 08f04ecCopy full SHA for 08f04ec
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 pytest gmp mpfr"
+export conda_pkgs="python=${PYTHON_VERSION} pip pytest setuptools gmp mpfr"
6
7
if [[ "${WITH_NUMPY}" != "no" ]]; then
8
export conda_pkgs="${conda_pkgs} numpy";
0 commit comments