We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca8950f + b5796c6 commit a80a239Copy full SHA for a80a239
3 files changed
.travis.yml
@@ -8,13 +8,8 @@ env:
8
9
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
14
15
script:
16
- set -e
17
- make html
18
- - pip uninstall -y doctr
19
- - pip install git+https://github.com/danielballan/doctr@other-master
20
- doctr deploy --deploy-repo NSLS-II/NSLS-II.github.io --deploy-branch-name master .
requirements.txt
@@ -11,7 +11,6 @@ numexpr # for gallery example
numpy # for gallery example
numpydoc
ophyd
-pandas # for tomopy
path.py
pillow # required by sphinx-gallery
pyepics
source/_cookbook/live_recon.py
0 commit comments