From 28f220a0e499663acf085db280d4015b4f3602b1 Mon Sep 17 00:00:00 2001 From: Maksim Rakitin Date: Wed, 2 Jan 2019 17:55:57 -0500 Subject: [PATCH 1/2] DEV: try to install tomopy from master using the new approach --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 64ef7c8..b3489b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,6 @@ install: - pip install -q -r requirements.txt - git clone https://github.com/tomopy/tomopy --branch master --single-branch ~/tomopy - pushd ~/tomopy - - python build.py - pip install -v . - popd - ls -alF /home/travis/virtualenv/python3.6.3/lib/ From 12b33b5fa78a0d631c90c8cc31cf7c09d7b23791 Mon Sep 17 00:00:00 2001 From: Maksim Rakitin Date: Wed, 2 Jan 2019 18:10:34 -0500 Subject: [PATCH 2/2] DEP: added pandas as a dependency --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 2ff4d26..c1e9eed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,7 @@ numexpr # for gallery example numpy # for gallery example numpydoc ophyd +pandas # for tomopy path.py pillow # required by sphinx-gallery pyepics