From 8dbb1b5d0acc165995720d5befe15a5a3cbf47fd Mon Sep 17 00:00:00 2001 From: Mike Verdone Date: Fri, 14 Apr 2017 14:05:46 +0200 Subject: [PATCH] Upgrade numpy to 1.12.1 The previous version, 1.9.1, doesn't have a Windows Wheel package, meaning it must be compiled when installed. 1.12.1 has a Wheel package, so it can be installed without a compiler on Windows. Otherwise, there are no noticeable differences. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bacb822..dc59c60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ PyAudio==0.2.9 python-rtmidi==1.0.0 -numpy==1.9.1 +numpy==1.12.1 tqdm==4.8.4 tabulate==0.7.7 autopep8==0.9.6