Skip to content

Commit

Permalink
Avoid Python 3.7 for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Sep 11, 2018
1 parent 25e5010 commit d0f8fc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ build:

requirements:
build:
- python >=3.6.5
- python >=3.6.5,<3.7
- numpy >=1.12.1
- pandas >=0.22.0
- bokeh >=0.12.3
- numba
- toolz

run:
- python >=3.6.5
- python >=3.6.5,<3.7
- numpy >=1.12.1
- pandas >=0.22.0
- bokeh >=0.12.3
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: taxcalc-dev
dependencies:
- python >=3.6.5
- python >=3.6.5,<3.7
- numpy >=1.12.1
- pandas >=0.22.0
- bokeh >=0.12.3
Expand Down

0 comments on commit d0f8fc3

Please sign in to comment.