Skip to content

Commit 1425b4a

Browse files
committed
fix: remove unused eps dependency from levy/logcdf manifest
--- 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 484e565 commit 1425b4a

File tree

1 file changed

+3
-6
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/levy/logcdf

1 file changed

+3
-6
lines changed

lib/node_modules/@stdlib/stats/base/dists/levy/logcdf/manifest.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
"@stdlib/math/base/special/erfc",
4444
"@stdlib/math/base/special/sqrt",
4545
"@stdlib/math/base/special/ln",
46-
"@stdlib/constants/float64/ninf",
47-
"@stdlib/constants/float64/eps"
46+
"@stdlib/constants/float64/ninf"
4847
]
4948
},
5049
{
@@ -63,8 +62,7 @@
6362
"@stdlib/math/base/special/erfc",
6463
"@stdlib/math/base/special/sqrt",
6564
"@stdlib/math/base/special/ln",
66-
"@stdlib/constants/float64/ninf",
67-
"@stdlib/constants/float64/eps"
65+
"@stdlib/constants/float64/ninf"
6866
]
6967
},
7068
{
@@ -83,8 +81,7 @@
8381
"@stdlib/math/base/special/erfc",
8482
"@stdlib/math/base/special/sqrt",
8583
"@stdlib/math/base/special/ln",
86-
"@stdlib/constants/float64/ninf",
87-
"@stdlib/constants/float64/eps"
84+
"@stdlib/constants/float64/ninf"
8885
]
8986
}
9087
]

0 commit comments

Comments
 (0)