add missing req.

This commit is contained in:
Jiri BOROVEC
2019-08-06 22:45:27 +02:00
parent 0bfc99ad7a
commit 50cca25d6f
4 changed files with 3 additions and 4 deletions
-1
View File
@@ -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
-2
View File
@@ -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
+1
View File
@@ -4,3 +4,4 @@ twine==1.13.0
numpy==1.16.4
torch>=1.1.0
torchvision==0.3.0
pandas
+2 -1
View File
@@ -4,4 +4,5 @@ codecov
pytest>=3.0.5
pytest-cov
flake8
check-manifest
check-manifest
test_tube