mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-22 13:00:09 +08:00
Use my dask branch instead of master
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ before_install:
|
||||
- tools/build_versions.py
|
||||
|
||||
install:
|
||||
- pip install git+https://github.com/ContinuumIO/dask --upgrade
|
||||
- pip install git+https://github.com/cowlicks/dask@skimage --upgrade
|
||||
- python setup.py build_ext --inplace
|
||||
- python setup.py install
|
||||
|
||||
|
||||
+1
-1
@@ -39,7 +39,7 @@ 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/ContinuumIO/dask --upgrade"
|
||||
- "%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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user