Skip to content

Commit

Permalink
Updated environment for Spring 2021.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtkiley committed Jan 18, 2021
1 parent 12844ee commit 3b922a2
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,23 @@ channels:
- defaults
- conda-forge
dependencies:
- beautifulsoup4=4.8.2
- gensim=3.8.0
- jupyterlab=1.2.4
- lxml=4.4.2
- nltk=3.4.5
- beautifulsoup4=4.9.3
- gensim=3.8.3
- jupyterlab=2.2.6
- nltk=3.5
- nodejs=10.13.0
- pandas=0.25.3
- pandas-datareader>=0.8.1
- pip>=19.3.1
- plotly=4.4.1
- pyarrow=0.13.0
- python=3.7
- requests=2.22.0
- scikit-learn=0.22.1
- spacy=2.2.3
- statsmodels>=0.10
- tensorflow>=2.0
- pandas=1.2.0
- pandas-datareader=0.9.0
- pip
- plotly=4.14.3
- pyarrow=2.0.0
- python=3.8
- requests=2.25
- scikit-learn=0.23.2
- spacy=2.3.5
- statsmodels=0.12
- textblob=0.15.3
- pip:
- linearmodels==4.15.4
- nytimesarticle==0.1.0
- linearmodels==4.19
- pynytimes==0.4.2
- tensorflow==2.4

0 comments on commit 3b922a2

Please sign in to comment.