Skip to content

Commit

Permalink
Remove numpy dependency on x86 architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
wadetb committed Dec 9, 2016
1 parent 520a14a commit 4786d03
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion dependencies.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"*": {
"linux-x64": {
"*": [
"numpy"
]
},
"osx-x64": {
"*": [
"numpy"
]
},
"windows-x64": {
"*": [
"numpy"
]
Expand Down

0 comments on commit 4786d03

Please sign in to comment.