Skip to content

Commit

Permalink
CI: fixed missing scikit-ued
Browse files Browse the repository at this point in the history
Former-commit-id: 252b1ed [formerly 252b1ed [formerly c5f1067 [formerly 6a30243]]]
Former-commit-id: c5f1067
Former-commit-id: efde386
Former-commit-id: a8642de
Former-commit-id: 7cd1d73
  • Loading branch information
LaurentRDC committed Jun 11, 2018
1 parent 90078e4 commit 74c4e4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ environment:
# to the matrix section.
TEST_CMD: "python -m unittest discover --verbose"

CONDA_DEPENDENCIES: "numpy scipy scikit-image pyqt h5py scikit-ued"
PIP_DEPENDENCIES: "pyqtgraph npstreams"
CONDA_DEPENDENCIES: "numpy scipy scikit-image pyqt h5py"
PIP_DEPENDENCIES: "pyqtgraph npstreams scikit-ued"

matrix:

Expand Down

0 comments on commit 74c4e4e

Please sign in to comment.