Skip to content

Commit 507a473

Browse files
authored
Brianjo hash fix (#1107)
* Update build.sh Fixing some build issues. * Update requirements.txt Continue build fix. * Update build.sh Testing upgrade option * Update build.sh
1 parent eb01560 commit 507a473

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)