Skip to content

Commit 9de6981

Browse files
authored
Merge branch 'master' into fix_memory_format_test
2 parents a5dcc14 + 507a473 commit 9de6981

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.jenkins/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export PATH=/opt/conda/bin:$PATH
1515
rm -rf src
1616
pip install -r $DIR/../requirements.txt
1717

18-
export PATH=/opt/conda/bin:$PATH
19-
pip install sphinx==1.8.2 pandas
18+
# export PATH=/opt/conda/bin:$PATH
19+
# pip install sphinx==1.8.2 pandas
2020

2121
# For Tensorboard. Until 1.14 moves to the release channel.
2222
pip install tb-nightly

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Refer to ./jenkins/build.sh for tutorial build instructions
22

3-
sphinx
3+
sphinx==1.8.2
44
sphinx-gallery==0.3.1
55
tqdm
66
numpy

0 commit comments

Comments
 (0)