Skip to content

Commit d3a538d

Browse files
committed
Remove tomopy example and dependency.
1 parent ca8950f commit d3a538d

File tree

3 files changed

+1
-175
lines changed

3 files changed

+1
-175
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,9 @@ env:
77
- secure: "Y6tBB5CwAxaHPxLzwyyoQKXEwLK68ni8GqzoaYCYbrjLhSFqEDCk6Si7UPmMoED8t7hyxFZofPfEpmOLBoronWUQycnB/K/oxYFfKyEXxNxGpY/iaQk/XCC6rkJ3g863QKdAsgobBgJIClDczZ7leY3RlN+mHfH0wohCBLFAh0E="
88

99
install:
10-
- pip install -q -r requirements.txt
11-
- pip install git+https://github.com/tomopy/tomopy
12-
- ls -alF /home/travis/virtualenv/python3.6.3/lib/
13-
- export LD_LIBRARY_PATH="/home/travis/virtualenv/python3.6.3/lib/":$LD_LIBRARY_PATH
10+
- pip install -r requirements.txt
1411

1512
script:
1613
- set -e
1714
- make html
18-
- pip uninstall -y doctr
19-
- pip install git+https://github.com/danielballan/doctr@other-master
2015
- doctr deploy --deploy-repo NSLS-II/NSLS-II.github.io --deploy-branch-name master .

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ numexpr # for gallery example
1111
numpy # for gallery example
1212
numpydoc
1313
ophyd
14-
pandas # for tomopy
1514
path.py
1615
pillow # required by sphinx-gallery
1716
pyepics

source/_cookbook/live_recon.py

Lines changed: 0 additions & 168 deletions
This file was deleted.

0 commit comments

Comments
 (0)