diff --git a/appveyor.yml b/appveyor.yml index 508d6d23..94c045f3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -82,6 +82,9 @@ install: # this installs the appropriate Miniconda (Py2/Py3, 32/64 bit), - powershell .\ci\appveyor\install.ps1 - SET PATH=%PYTHON%;%PYTHON%\Scripts;%PATH% + - sed -i "s/numpy==.*/numpy==%NUMPY_VERSION%/" etc/requirements.txt + - sed -i "s/pandas==.*/pandas==%PANDAS_VERSION%/" etc/requirements.txt + - sed -i "s/scipy==.*/scipy==%SCIPY_VERSION%/" etc/requirements.txt - conda info -a - conda install conda-build=1.19.2 --yes