Skip to content

Commit

Permalink
Updating requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
bjherger committed May 26, 2018
1 parent c3220a1 commit 39fce32
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/readme_link.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@

<div class="section" id="keras-pandas">
<h1>keras-pandas<a class="headerlink" href="#keras-pandas" title="Permalink to this headline"></a></h1>
<p><strong>tl;dr:</strong> <a href="#id1"><span class="problematic" id="id2">`</span></a>keras-pandas helps users rapidly build and iterate on deep learning models. It providing a
<p><strong>tl;dr:</strong> keras-pandas helps users rapidly build and iterate on deep learning models. It providing a
batteries-included solution for data transformation, data input layers and a data output layer.</p>
<p>Getting data into keras can be:</p>
<ul class="simple">
Expand Down
7 changes: 2 additions & 5 deletions docs/_build/html/readme_link.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,7 @@

<p class="caption"><span class="caption-text">Contents:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="index.html">Welcome to keras-pandas’s documentation!</a></li>
<li class="toctree-l1"><a class="reference internal" href="index.html#introduciton">Introduciton</a></li>
<li class="toctree-l1"><a class="reference internal" href="index.html#keras-pandas">keras-pandas</a></li>
<li class="toctree-l1"><a class="reference internal" href="index.html#indices-and-tables">Indices and tables</a></li>
<li class="toctree-l1"><a class="reference internal" href="index.html">keras-pandas</a></li>
<li class="toctree-l1"><a class="reference internal" href="automater.html">Automater</a></li>
<li class="toctree-l1"><a class="reference internal" href="lib.html">constants</a></li>
<li class="toctree-l1"><a class="reference internal" href="constants.html">lib</a></li>
Expand Down Expand Up @@ -159,7 +156,7 @@ <h1>Readme File<a class="headerlink" href="#readme-file" title="Permalink to thi
</div>
<div class="section" id="keras-pandas">
<h1>keras-pandas<a class="headerlink" href="#keras-pandas" title="Permalink to this headline"></a></h1>
<p><strong>tl;dr:</strong> <a href="#id1"><span class="problematic" id="id2">`</span></a>keras-pandas helps users rapidly build and iterate on deep learning models. It providing a
<p><strong>tl;dr:</strong> keras-pandas helps users rapidly build and iterate on deep learning models. It providing a
batteries-included solution for data transformation, data input layers and a data output layer.</p>
<p>Getting data into keras can be:</p>
<ul class="simple">
Expand Down
9 changes: 7 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ bleach==1.5.0
certifi==2018.4.16
chardet==3.0.4
click==6.7
configparser==3.5.0
docutils==0.14
entrypoints==0.2.3
enum34==1.1.6
Flask==0.12.2
funcsigs==1.0.2
Expand All @@ -18,8 +21,10 @@ idna==2.6
itsdangerous==0.24
Jinja2==2.10
Keras==2.1.5
m2r==0.1.14
Markdown==2.6.11
MarkupSafe==1.0
mistune==0.8.3
mock==2.0.0
more-itertools==4.1.0
numpy==1.14.2
Expand All @@ -37,8 +42,8 @@ scipy==1.0.1
six==1.11.0
sklearn==0.0
sklearn-pandas==1.6.0
tensorboard==1.7.0
tensorflow==1.7.0
tensorboard==1.8.0
tensorflow==1.8.0
termcolor==1.1.0
urllib3==1.22
Werkzeug==0.14.1

0 comments on commit 39fce32

Please sign in to comment.