Skip to content

Commit 3d9c97f

Browse files
authored
fix: add math/base/speical/abs in manifest.json of blas/ext/base/dapxsumkbn
PR-URL: #4732 Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent 1024672 commit 3d9c97f

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

+2-1
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)