Skip to content

Commit f02b6c8

Browse files
authored
Add config dependencies (#110)
1 parent 95096e8 commit f02b6c8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,10 @@
8585
"ruff==0.6.2",
8686
"hera-workflows==5.16.3",
8787
"sagemaker-core<2.0.0",
88-
"pydantic>=2.10.6,<3.0.0"
88+
"pydantic>=2.10.6,<3.0.0",
89+
"hyperpod-pytorch-job-template>=1.0.0, <2.0.0",
90+
"hyperpod-custom-inference-template>=1.0.0, <2.0.0",
91+
"hyperpod-jumpstart-inference-template>=1.0.0, <2.0.0"
8992
],
9093
entry_points={
9194
"console_scripts": [

0 commit comments

Comments
 (0)