File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ before_install:
3636 - conda update -q conda
3737 - conda info -a
3838 # future: kapteyn should only be needed for astro package testing
39- - conda create -q -n test-environment -c conda-forge python=$PYTHON_VERSION setuptools==42.0.2 certifi=2019.6.16 pip numpy scipy xarray pyqt matplotlib pyopengl h5py astropy tornado cython pandas pytest pytest-asyncio numba graphviz python-graphviz pcre catboost libcxx=9.0.0 notebook scikit-learn lightgbm py-xgboost # $OPTIONAL_PACKAGES
39+ - conda create -q -n test-environment -c arrow-nightlies -c conda-forge python=$PYTHON_VERSION setuptools==42.0.2 certifi=2019.6.16 pip numpy pyarrow scipy xarray pyqt matplotlib pyopengl h5py astropy tornado cython pandas pytest pytest-asyncio numba graphviz python-graphviz pcre catboost libcxx=9.0.0 notebook scikit-learn lightgbm py-xgboost # $OPTIONAL_PACKAGES
4040 - which pip
4141 - source activate test-environment
4242 - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ install:
1818 - conda config --set always_yes yes --set changeps1 no
1919 - conda update -q conda
2020 - conda info -a
21- - " conda create -q -n test-environment -c conda-forge python=%PYTHON_VERSION% numpy scipy xarray pyqt matplotlib pyopengl h5py astropy tornado cython pandas cython pytest pytest-asyncio numba graphviz python-graphviz pcre lightgbm py-xgboost catboost scikit-learn ipydatawidgets ipyvolume bqplot ipympl geopandas"
21+ - " conda create -q -n test-environment -c arrow-nightlies -c conda-forge python=%PYTHON_VERSION% numpy pyarrow scipy xarray pyqt matplotlib pyopengl h5py astropy tornado cython pandas cython pytest pytest-asyncio numba graphviz python-graphviz pcre lightgbm py-xgboost catboost scikit-learn ipydatawidgets ipyvolume bqplot ipympl geopandas"
2222 - activate test-environment
2323 - pip install -r requirements-ml.txt
2424 - pushd packages\vaex-core && pip install . && popd
You can’t perform that action at this time.
0 commit comments