1 Star 0 Fork 0

skywalk / vaex

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 1.64 KB
一键复制 编辑 原始数据 按行查看 历史
environment:
matrix:
- PYTHON_VERSION: 3.6
MINICONDA: C:\Miniconda36-x64
- PYTHON_VERSION: 3.7
MINICONDA: C:\Miniconda37-x64
init:
- "ECHO %PYTHON_VERSION% %MINICONDA%"
build: false
install:
- git submodule update --init --recursive
- call %MINICONDA%\Scripts\activate.bat
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- "conda create -q -n test-environment -c conda-forge python=%PYTHON_VERSION% numpy scipy pyqt matplotlib pyopengl h5py numexpr astropy tornado cython pandas runipy cython pytest numba pyarrow graphviz python-graphviz pcre lightgbm py-xgboost catboost scikit-learn ipydatawidgets ipyvolume bqplot ipympl geopandas"
- activate test-environment
- pip install "tabulate==0.8.3" # issue with 0.8.4 on windows
- pip install "numpy>=1.13" "pyarrow>=0.12"
- pip install -r requirements.txt
- pip install -r requirements-ml.txt
- pushd packages\vaex-core && pip install . && popd
- pushd packages\vaex-hdf5 && pip install . && popd
- pushd packages\vaex-arrow && pip install . && popd
- pushd packages\vaex-viz && pip install . && popd
- pushd packages\vaex-server && pip install . && popd
- pushd packages\vaex-astro && pip install . && popd
- pushd packages\vaex-distributed && pip install . && popd
- pushd packages\vaex-jupyter && pip install . && popd
- pushd packages\vaex-ui && pip install . && popd
- pushd packages\vaex-ml && pip install . && popd
test_script:
- python -m vaex.test.dataset TestDataset
- py.test tests/
# - runipy examples/tutorial_ipython_notebook.ipynb
# - runipy examples/advanced_plotting.ipynb
1
https://gitee.com/skywalk/vaex.git
git@gitee.com:skywalk/vaex.git
skywalk
vaex
vaex
master

搜索帮助