diff --git a/.travis.yml b/.travis.yml index 51b99f890c6b4..fdfa31be4d0cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/appveyor.yml b/appveyor.yml index 8e5e1414f2177..ce2846515fd04 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 diff --git a/requirements.txt b/requirements.txt index aba573c0c6085..83e49f4a1d44c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ twine==1.13.0 numpy==1.16.4 torch>=1.1.0 torchvision==0.3.0 +pandas \ No newline at end of file diff --git a/tests/requirements.txt b/tests/requirements.txt index dc667a096430c..54c540cbc522c 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -4,4 +4,5 @@ codecov pytest>=3.0.5 pytest-cov flake8 -check-manifest \ No newline at end of file +check-manifest +test_tube \ No newline at end of file