mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-03 01:09:26 +08:00
Install dask[array] from pypi for travis and appveyor
This commit is contained in:
@@ -31,7 +31,6 @@ before_install:
|
||||
- tools/build_versions.py
|
||||
|
||||
install:
|
||||
- pip install git+https://github.com/cowlicks/dask@skimage --upgrade
|
||||
- python setup.py build_ext --inplace
|
||||
- python setup.py install
|
||||
|
||||
|
||||
@@ -39,7 +39,6 @@ install:
|
||||
# Install the build and runtime dependencies of the project.
|
||||
- "%CMD_IN_ENV% pip install -v %WHEELHOUSE% -r tools/appveyor/requirements.txt"
|
||||
- "%CMD_IN_ENV% pip install -v -r requirements.txt"
|
||||
- "%CMD_IN_ENV% pip install git+https://github.com/cowlicks/dask@skimage --upgrade"
|
||||
- "%CMD_IN_ENV% python setup.py bdist_wheel bdist_wininst"
|
||||
- ps: "ls dist"
|
||||
|
||||
|
||||
@@ -13,5 +13,6 @@ scipy==0.14.0
|
||||
cython==0.20.2
|
||||
matplotlib==1.4.2
|
||||
pillow==2.6.1
|
||||
dask[array]>=0.5.0
|
||||
wheel
|
||||
nose
|
||||
|
||||
@@ -67,6 +67,8 @@ fi
|
||||
|
||||
retry pip install -q tifffile
|
||||
|
||||
pip install 'dask[array]>=0.5.0'
|
||||
|
||||
section_end "Install.optional.dependencies"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user