Skip to content

Commit 2883af5

Browse files
authored
Pin pystan (#978)
pystan 3.x released on March 25th, 2021 is not compatible with fbprophet and causing a build failure. http://b/183944405
1 parent 451c665 commit 2883af5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ RUN pip install mpld3 && \
188188
pip install pyldavis && \
189189
pip install mlxtend && \
190190
pip install altair && \
191-
pip install pystan && \
191+
# b/183944405 pystan 3.x is not compatible with fbprophet.
192+
pip install pystan==2.19.1.1 && \
192193
pip install ImageHash && \
193194
pip install ecos && \
194195
pip install CVXcanon && \

0 commit comments

Comments
 (0)