Skip to content

Commit 4786d03

Browse files
committed
Remove numpy dependency on x86 architectures
1 parent 520a14a commit 4786d03

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

dependencies.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
2-
"*": {
2+
"linux-x64": {
3+
"*": [
4+
"numpy"
5+
]
6+
},
7+
"osx-x64": {
8+
"*": [
9+
"numpy"
10+
]
11+
},
12+
"windows-x64": {
313
"*": [
414
"numpy"
515
]

0 commit comments

Comments
 (0)