We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1cc04 commit 8876288Copy full SHA for 8876288
setup.py
@@ -47,7 +47,7 @@
47
setup(
48
data_files=sagemaker_hyperpod_recipes,
49
name="sagemaker-hyperpod",
50
- version="3.4.0",
+ version="3.3.1",
51
description="Amazon SageMaker HyperPod SDK and CLI",
52
long_description=open("README.md").read(),
53
long_description_content_type="text/markdown",
@@ -90,8 +90,8 @@
90
"hyperpod-pytorch-job-template>=1.0.0, <2.0.0",
91
"hyperpod-custom-inference-template>=1.0.0, <2.0.0",
92
"hyperpod-jumpstart-inference-template>=1.0.0, <2.0.0",
93
- "hyperpod-cluster-stack-template>=1.0.0, <2.0.0",
94
- "hyperpod-space-template>=1.0.0, <2.0.0"
+ "hyperpod-cluster-stack-template>=1.0.0, <2.0.0"
+ "hyperpod_dev_space_template>=1.0.0, <2.0.0"
95
],
96
entry_points={
97
"console_scripts": [
0 commit comments