Skip to content

Commit

Permalink
Adding anaconda environment file (#21)
Browse files Browse the repository at this point in the history
* Adding anaconda environment file

* Fixing some environment issues

* fixing typos

* removing unnecessary packages

* Fixing environment file
  • Loading branch information
VincentLa14 authored Jan 24, 2019
1 parent 0294182 commit 63b572c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: nltweets
channels:
- conda-forge
- defaults
dependencies:
- ipykernel==4.6.1
- matplotlib==3.0.2
- nltk==3.4
- numpy==1.15.4
- pandas==0.23.4
- python==3.6.0
- scikit-learn==0.20.2
- seaborn==0.9.0
- spacy==2.0.18
- sqlalchemy==1.1
- tweepy==3.6.0
- pip:
- gitpython==2.1.8

prefix: /home/vla/anaconda3/envs/nltweets

0 comments on commit 63b572c

Please sign in to comment.