Skip to content

Commit 484e565

Browse files
committed
fix: remove unused pinf dependency from gamma-lanczos-sum 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 74596d4 commit 484e565

File tree

1 file changed

+3
-8
lines changed
  • lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum

1 file changed

+3
-8
lines changed

lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum/manifest.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
"libraries": [],
3737
"libpath": [],
3838
"dependencies": [
39-
"@stdlib/math/base/napi/unary",
40-
"@stdlib/constants/float64/pinf"
39+
"@stdlib/math/base/napi/unary"
4140
]
4241
},
4342
{
@@ -50,9 +49,7 @@
5049
],
5150
"libraries": [],
5251
"libpath": [],
53-
"dependencies": [
54-
"@stdlib/constants/float64/pinf"
55-
]
52+
"dependencies": []
5653
},
5754
{
5855
"task": "examples",
@@ -64,9 +61,7 @@
6461
],
6562
"libraries": [],
6663
"libpath": [],
67-
"dependencies": [
68-
"@stdlib/constants/float64/pinf"
69-
]
64+
"dependencies": []
7065
}
7166
]
7267
}

0 commit comments

Comments
 (0)