From d0f8fc328d422b3b404ca02d82bf1d3ca7d6f2ad Mon Sep 17 00:00:00 2001 From: Martin Holmer Date: Tue, 11 Sep 2018 12:43:19 -0400 Subject: [PATCH] Avoid Python 3.7 for the time being --- conda.recipe/meta.yaml | 4 ++-- environment.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index bf4e26502..97651e7da 100755 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -8,7 +8,7 @@ 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 @@ -16,7 +16,7 @@ requirements: - toolz run: - - python >=3.6.5 + - python >=3.6.5,<3.7 - numpy >=1.12.1 - pandas >=0.22.0 - bokeh >=0.12.3 diff --git a/environment.yml b/environment.yml index ad5a8dfca..c4f2ba4af 100644 --- a/environment.yml +++ b/environment.yml @@ -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