File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ install:
62
62
63
63
- set PATH=C:\Python%PYTHON_VERSION%;C:\Python%PYTHON_VERSION%\Scripts;%PATH%
64
64
- pip install nose pytest sympy
65
- - pip install --install-option="--no-cython-compile" cython==0.23
65
+ - pip install --install-option="--no-cython-compile" cython
66
66
67
67
- set /p commit=<symengine_version.txt
68
68
- cd symengine-cpp
Original file line number Diff line number Diff line change @@ -12,11 +12,7 @@ if [[ "${WITH_SAGE}" != "yes" ]]; then
12
12
conda config --set always_yes yes --set changeps1 no;
13
13
conda update -q conda;
14
14
conda info -a;
15
- CYTHON_VERSION=0.23
16
- if [[ " ${PYTHON_VERSION} " == " 2.6" ]] || [[ " ${PYTHON_VERSION} " == " 3.3" ]]; then
17
- CYTHON_VERSION=0.22
18
- fi
19
- CONDA_PKGS=" pip cython=${CYTHON_VERSION} sympy nose pytest"
15
+ CONDA_PKGS=" pip cython sympy nose pytest"
20
16
if [[ " ${WITH_NUMPY} " == " yes" ]]; then
21
17
CONDA_PKGS=" ${CONDA_PKGS} numpy" ;
22
18
fi
You can’t perform that action at this time.
0 commit comments