Skip to content

Commit 241e65b

Browse files
aayush0325Neerajpathak07
authored andcommitted
fix: add math/base/speical/abs in manifest.json of blas/ext/base/dapxsumkbn
PR-URL: stdlib-js#4732 Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent 0c4b40a commit 241e65b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@
7979
"libpath": [],
8080
"dependencies": [
8181
"@stdlib/blas/base/shared",
82-
"@stdlib/strided/base/stride2offset"
82+
"@stdlib/strided/base/stride2offset",
83+
"@stdlib/math/base/special/abs"
8384
]
8485
},
8586
{

0 commit comments

Comments
 (0)