Skip to content

Commit

Permalink
version 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinvtran committed Dec 13, 2016
1 parent 82e534d commit 87e4f4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/tex/troubleshooting.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ \subsection{Troubleshooting}

\subsubsection{Basic Installation}

\textbf{Warning: TensorFlow v0.12.0rc0 and v0.12.0rc1 broke
compatibility with Edward. Use at most
\href{https://www.tensorflow.org/versions/r0.11/get_started/os_setup.html#download-and-setup}{TensorFlow v0.11.0} for now.}

Edward depends on

\begin{itemize}
\item NumPy (>=1.7)
\item Six (>=1.1.0)
\item TensorFlow (>=0.11.0rc0)
\item TensorFlow (>=0.11.0rc0, !=0.12.0rc0, !=0.12.0rc1)
\end{itemize}

We recommend using \texttt{pip} to install \texttt{numpy} and
Expand Down
2 changes: 1 addition & 1 deletion edward/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.5'
__version__ = '1.1.6'

0 comments on commit 87e4f4d

Please sign in to comment.