Skip to content

Commit 8e36540

Browse files
committed
add frozen dict to deps
Signed-off-by: Kyle Sayers <kylesayrs@gmail.com>
1 parent 500af9b commit 8e36540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def _setup_packages() -> List:
8888
)
8989

9090
def _setup_install_requires() -> List:
91-
return ["torch>=1.7.0", "transformers", "pydantic>=2.0"]
91+
return ["torch>=1.7.0", "transformers", "pydantic>=2.0", "frozendict"]
9292

9393
def _setup_extras() -> Dict:
9494
return {

0 commit comments

Comments
 (0)