Skip to content

Commit 6455f6a

Browse files
author
Mohamed Zeidan
committed
fixed uncomment
1 parent 8876288 commit 6455f6a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
setup(
4848
data_files=sagemaker_hyperpod_recipes,
4949
name="sagemaker-hyperpod",
50-
version="3.3.1",
50+
version="3.4.0",
5151
description="Amazon SageMaker HyperPod SDK and CLI",
5252
long_description=open("README.md").read(),
5353
long_description_content_type="text/markdown",
@@ -91,7 +91,8 @@
9191
"hyperpod-custom-inference-template>=1.0.0, <2.0.0",
9292
"hyperpod-jumpstart-inference-template>=1.0.0, <2.0.0",
9393
"hyperpod-cluster-stack-template>=1.0.0, <2.0.0"
94-
"hyperpod_dev_space_template>=1.0.0, <2.0.0"
94+
# TODO: need to uncomment before pushing to master
95+
"hyperpod_space_template>=1.0.0, <2.0.0"
9596
],
9697
entry_points={
9798
"console_scripts": [

0 commit comments

Comments
 (0)