MCPcopy
hub / github.com/huggingface/alignment-handbook / deps_list

Function deps_list

setup.py:83–84  ·  view source on GitHub ↗
(*pkgs)

Source from the content-addressed store, hash-verified

81
82
83def deps_list(*pkgs):
84 return [deps[pkg] for pkg in pkgs]
85
86
87extras = {}

Callers 1

setup.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected