Skip to content

Commit c698e73

Browse files
committed
chore: add missing eps dependency to benchmark and examples configs
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent b039368 commit c698e73

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

lib/node_modules/@stdlib/stats/base/dists/chisquare/variance/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"libraries": [],
5555
"libpath": [],
5656
"dependencies": [
57-
"@stdlib/math/base/assert/is-nan"
57+
"@stdlib/math/base/assert/is-nan",
58+
"@stdlib/constants/float64/eps"
5859
]
5960
},
6061
{

lib/node_modules/@stdlib/stats/base/dists/f/mean/manifest.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"libraries": [],
5555
"libpath": [],
5656
"dependencies": [
57-
"@stdlib/math/base/assert/is-nan"
57+
"@stdlib/math/base/assert/is-nan",
58+
"@stdlib/constants/float64/eps"
5859
]
5960
},
6061
{
@@ -69,7 +70,8 @@
6970
"libraries": [],
7071
"libpath": [],
7172
"dependencies": [
72-
"@stdlib/math/base/assert/is-nan"
73+
"@stdlib/math/base/assert/is-nan",
74+
"@stdlib/constants/float64/eps"
7375
]
7476
}
7577
]

lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
"libpath": [],
5757
"dependencies": [
5858
"@stdlib/math/base/assert/is-nan",
59-
"@stdlib/constants/float64/eulergamma"
59+
"@stdlib/constants/float64/eulergamma",
60+
"@stdlib/constants/float64/eps"
6061
]
6162
},
6263
{

lib/node_modules/@stdlib/stats/base/dists/rayleigh/mode/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"libraries": [],
5555
"libpath": [],
5656
"dependencies": [
57-
"@stdlib/math/base/assert/is-nan"
57+
"@stdlib/math/base/assert/is-nan",
58+
"@stdlib/constants/float64/eps"
5859
]
5960
},
6061
{

0 commit comments

Comments
 (0)