Skip to content

Commit

Permalink
add missing req.
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Aug 6, 2019
1 parent 0bfc99a commit 50cca25
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ matrix:
cache: pip

install:
- sudo apt-get install python-opencv openslide-tools
- pip install -r requirements.txt
- pip install -r ./tests/requirements.txt
- pip install tox
Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ install:
# The AppVeyor 'rollout builds' option is supposed to serve the same
# purpose but it is problematic because it tends to cancel builds pushed
# directly to master instead of just PR builds (or the converse).
- choco upgrade chocolatey
- choco install -y opencv
- SET PATH=%PYTHON%;%PYTHON%\\Scripts;%path%
- pip install -U --user pip
- pip install -r requirements.txt
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ twine==1.13.0
numpy==1.16.4
torch>=1.1.0
torchvision==0.3.0
pandas
3 changes: 2 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ codecov
pytest>=3.0.5
pytest-cov
flake8
check-manifest
check-manifest
test_tube

0 comments on commit 50cca25

Please sign in to comment.