Skip to content

Commit 9816214

Browse files
fix: bench error
1 parent d27d94f commit 9816214

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

lib/node_modules/@stdlib/stats/base/dists/gamma/mgf/manifest.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"dependencies": [
4141
"@stdlib/math/base/napi/ternary",
4242
"@stdlib/math/base/assert/is-nan",
43-
"@stdlib/math/base/special/pow"
43+
"@stdlib/math/base/special/pow",
44+
"@stdlib/constants/float64/eps"
4445
]
4546
},
4647
{
@@ -56,7 +57,8 @@
5657
"libpath": [],
5758
"dependencies": [
5859
"@stdlib/math/base/assert/is-nan",
59-
"@stdlib/math/base/special/pow"
60+
"@stdlib/math/base/special/pow",
61+
"@stdlib/constants/float64/eps"
6062
]
6163
},
6264
{
@@ -72,7 +74,8 @@
7274
"libpath": [],
7375
"dependencies": [
7476
"@stdlib/math/base/assert/is-nan",
75-
"@stdlib/math/base/special/pow"
77+
"@stdlib/math/base/special/pow",
78+
"@stdlib/constants/float64/eps"
7679
]
7780
}
7881
]

0 commit comments

Comments
 (0)