From 9b142d4438dbb6e20e50cfbd652eb2255b465304 Mon Sep 17 00:00:00 2001 From: Henning Peters Date: Sun, 1 May 2016 12:30:59 +0200 Subject: [PATCH] can't work around build issue on windows --- buildbot.json | 1 - 1 file changed, 1 deletion(-) diff --git a/buildbot.json b/buildbot.json index 8ccfe534f..6dc8aa286 100644 --- a/buildbot.json +++ b/buildbot.json @@ -10,7 +10,6 @@ ], "wheel": [ "python untar.py source.tar.gz .", - "pip install \"numpy<1.8\"", "python setup.py bdist_wheel", "python cpdist.py dist" ]