Skip to content

Commit

Permalink
added env.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
axsaucedo committed Apr 18, 2019
1 parent 5ce14b4 commit 68d6547
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions env.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: xai
channels:
- defaults
- conda-forge
dependencies:
- python==3.7.3
- jupyter
- numpy
- pandas
- matplotlib
- scikit-learn
- seaborn
- spacy
- nb_conda
- keras
- pip:
- black
- jupyterthemes # jt -t monokai -T -nfs 115 -cellw 98% -N -kl -ofs 11 -altmd

0 comments on commit 68d6547

Please sign in to comment.