Skip to content

Commit

Permalink
added cython & requests
Browse files Browse the repository at this point in the history
  • Loading branch information
kangwonlee committed Jul 5, 2019
1 parent 58a6637 commit fa262d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion environment.3.7.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channels:
dependencies:
- python=3.7.1
# Anaconda 2018.12 python 3.7.1
# $ conda env export --file FILE
# https://docs.anaconda.com/anaconda/packages/old-pkg-lists/2018.12/py3.7_win-64/
- jupyter=1.0.0
- matplotlib=3.0.2
- numpy=1.15.4
Expand All @@ -17,3 +17,5 @@ dependencies:
- statsmodels=0.9.0
- sympy=1.3
- pytest-xdist=1.26.1
- cython=0.29.2
- requests=2.21.0

0 comments on commit fa262d5

Please sign in to comment.