Skip to content

Commit 7b0bbaa

Browse files
committed
Fix missing deps
1 parent b7585ef commit 7b0bbaa

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

lib/node_modules/@stdlib/strided/base/unary/manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,10 @@
173173
],
174174
"libraries": [],
175175
"libpath": [],
176-
"dependencies": []
176+
"dependencies": [
177+
"@stdlib/complex/float32",
178+
"@stdlib/complex/float64"
179+
]
177180
}
178181
]
179182
}

0 commit comments

Comments
 (0)