From 2453187a26b094680d4729fff1cdd03285bdbaea Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Mon, 8 Jan 2018 09:15:17 -0600 Subject: [PATCH 1/2] CI: Pin NumPy in 3.6 build --- ci/requirements-3.6.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements-3.6.build b/ci/requirements-3.6.build index 1c4b46aea3865..57b4c904e8500 100644 --- a/ci/requirements-3.6.build +++ b/ci/requirements-3.6.build @@ -2,5 +2,5 @@ python=3.6* python-dateutil pytz nomkl -numpy +numpy=1.13 cython From cd06db62c9f9ec5817dd49f954f5ffa2e03ff15d Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Mon, 8 Jan 2018 09:47:45 -0600 Subject: [PATCH 2/2] Syntax --- ci/requirements-3.6.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements-3.6.build b/ci/requirements-3.6.build index 57b4c904e8500..94e1152450d87 100644 --- a/ci/requirements-3.6.build +++ b/ci/requirements-3.6.build @@ -2,5 +2,5 @@ python=3.6* python-dateutil pytz nomkl -numpy=1.13 +numpy=1.13.* cython