Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kangwonlee committed May 11, 2019
1 parent 96122ba commit cad94c9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions environment.nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ channels:
- defaults

dependencies:
- python>=3.7
- python>=3.7.3
- jupyter>=1.0.0
- matplotlib>=3.0.2
- numpy>=1.15.4
- pandas>=0.23.4
- pytest>=4.0.2
- scipy>=1.1.0
- matplotlib>=3.0.3
- numpy>=1.16.2
- pandas>=0.24.2
- pytest>=4.3.1
- scipy>=1.2.1
- statsmodels>=0.9.0
- sympy>=1.3
- pytest-xdist

0 comments on commit cad94c9

Please sign in to comment.