Skip to content

Commit

Permalink
Merge pull request #296 from PeterDSteinberg/fix-pandas
Browse files Browse the repository at this point in the history
fix numpy and pandas versions
  • Loading branch information
jdebacker authored May 13, 2017
2 parents 537b607 + 5782215 commit 9e92129
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Python/conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ package:
requirements:
build:
- matplotlib
- numpy
- pandas
- numpy >=1.12.1
- pandas >=0.20.1
- pytest
- python
- scipy
Expand All @@ -15,8 +15,8 @@ requirements:

run:
- matplotlib
- numpy
- pandas
- numpy >=1.12.1
- pandas >=0.20.1
- pytest
- python
- scipy
Expand Down
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
- taxcalc
- numba
- numpy
- pandas=0.16.1
- numpy >=1.12.1
- pandas >=0.20.1
- pytest
- python=2.7

0 comments on commit 9e92129

Please sign in to comment.