From 612362523c0a95328903cd977e38c72e9f7d2d41 Mon Sep 17 00:00:00 2001 From: Jeff Reback Date: Sat, 10 Jun 2017 06:39:17 -0400 Subject: [PATCH] Revert "BLD: fix numpy on 3.6 build as 1.13 was released but no deps are built for it (#16633)" This reverts commit dfebd8a56cdcfa6d3d1217a3a22e882b5f1591e2. --- 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 8d09e0ee930707..1c4b46aea3865d 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.12* +numpy cython