Skip to content

Commit

Permalink
Upgrade numpy to 1.12.1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sixohsix committed Apr 14, 2017
1 parent 2031c58 commit 8dbb1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8dbb1b5

Please sign in to comment.