From 7a9f83bb8fb68e6a5389e83cd784e04c0a7399c7 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Mon, 12 Aug 2019 08:56:11 -0500 Subject: [PATCH 1/5] CI From ab67ef6c8d04785b2a059a0cc3154fde0e4ec9cb Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Mon, 12 Aug 2019 10:18:08 -0500 Subject: [PATCH 2/5] CI: Pin to 3.7.3 --- ci/deps/azure-37-locale.yaml | 2 +- ci/deps/azure-37-numpydev.yaml | 2 +- ci/deps/travis-37.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/deps/azure-37-locale.yaml b/ci/deps/azure-37-locale.yaml index 26dcd213bbfa0..437fbc24b9411 100644 --- a/ci/deps/azure-37-locale.yaml +++ b/ci/deps/azure-37-locale.yaml @@ -17,7 +17,7 @@ dependencies: - openpyxl - pytables - python-dateutil - - python=3.7.* + - python=3.7.3 - pytz - s3fs - scipy diff --git a/ci/deps/azure-37-numpydev.yaml b/ci/deps/azure-37-numpydev.yaml index 65c92ec1dcf0d..e1acda7ecf3c7 100644 --- a/ci/deps/azure-37-numpydev.yaml +++ b/ci/deps/azure-37-numpydev.yaml @@ -2,7 +2,7 @@ name: pandas-dev channels: - defaults dependencies: - - python=3.7.* + - python=3.7.3 - pytz - Cython>=0.28.2 # universal diff --git a/ci/deps/travis-37.yaml b/ci/deps/travis-37.yaml index 9e08c41a3d9c0..d7bed9e3f03f2 100644 --- a/ci/deps/travis-37.yaml +++ b/ci/deps/travis-37.yaml @@ -4,7 +4,7 @@ channels: - conda-forge - c3i_test dependencies: - - python=3.7.* + - python=3.7.3 - botocore>=1.11 - cython>=0.28.2 - numpy From 8824c73469abe1b7f46375aa96807cbad5e131a5 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Mon, 12 Aug 2019 10:36:09 -0500 Subject: [PATCH 3/5] pin docs too --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 6d2cd701c3854..24f5ff8b5f66c 100644 --- a/environment.yml +++ b/environment.yml @@ -5,7 +5,7 @@ channels: dependencies: # required - numpy>=1.15 - - python=3 + - python=3.7.4 - python-dateutil>=2.6.1 - pytz From eb5dadc938e8bb6ab8b1154e064dddae73ba5b3a Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Mon, 12 Aug 2019 10:36:36 -0500 Subject: [PATCH 4/5] pin to 3.7 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 24f5ff8b5f66c..0cbd500209b6c 100644 --- a/environment.yml +++ b/environment.yml @@ -5,7 +5,7 @@ channels: dependencies: # required - numpy>=1.15 - - python=3.7.4 + - python=3.7.3 - python-dateutil>=2.6.1 - pytz From 4fc8212009bc5c4c4ba1e72ed9f87fa5469b12f9 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Mon, 12 Aug 2019 11:02:36 -0500 Subject: [PATCH 5/5] regen deps --- requirements-dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-dev.txt b/requirements-dev.txt index cf11a3ee28258..f866f1436edc6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,5 @@ numpy>=1.15 +python==3.7.3 python-dateutil>=2.6.1 pytz asv