Skip to content

Commit

Permalink
added binder environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislit committed Oct 12, 2018
1 parent f739d41 commit b4ecc5c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Abydos
:target: https://libraries.io/pypi/abydos
:alt: Libraries.io SourceRank

.. image:: https://img.shields.io/badge/Pylint-9.52/10-green.svg
.. image:: https://img.shields.io/badge/Pylint-9.55/10-green.svg
:target: #
:alt: Pylint Score

Expand Down
10 changes: 10 additions & 0 deletions notebooks/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: python 3.6
channels:
- conda-forge
dependencies:
- python=3.6
- numpy
- matplotlib
- pandas
- scikit-learn
- tensorflow

0 comments on commit b4ecc5c

Please sign in to comment.