We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451c665 commit 2883af5Copy full SHA for 2883af5
Dockerfile
@@ -188,7 +188,8 @@ RUN pip install mpld3 && \
188
pip install pyldavis && \
189
pip install mlxtend && \
190
pip install altair && \
191
- pip install pystan && \
+ # b/183944405 pystan 3.x is not compatible with fbprophet.
192
+ pip install pystan==2.19.1.1 && \
193
pip install ImageHash && \
194
pip install ecos && \
195
pip install CVXcanon && \
0 commit comments