Skip to content

Commit 809c660

Browse files
authored
Merge branch 'master-jumpstart-curated-hub' into feat/hub_service_sm_session
2 parents 1260dff + d5dfe2f commit 809c660

File tree

10 files changed

+1815
-79
lines changed

10 files changed

+1815
-79
lines changed

doc/api/prep_data/feature_store.rst

+4
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ Inputs
9191
:members:
9292
:show-inheritance:
9393

94+
.. autoclass:: sagemaker.feature_store.inputs.TtlDuration
95+
:members:
96+
:show-inheritance:
97+
9498
.. autoclass:: sagemaker.feature_store.inputs.S3StorageConfig
9599
:members:
96100
:show-inheritance:

requirements/extras/test_requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ awslogs==0.14.0
1212
black==22.3.0
1313
stopit==1.1.2
1414
# Update tox.ini to have correct version of airflow constraints file
15-
apache-airflow==2.7.3
15+
apache-airflow==2.8.1
1616
apache-airflow-providers-amazon==7.2.1
1717
attrs>=23.1.0,<24
1818
fabric==2.6.0
1919
requests==2.31.0
2020
sagemaker-experiments==0.1.35
21-
Jinja2==3.0.3
21+
Jinja2==3.1.3
2222
pyvis==0.2.1
2323
pandas>=1.3.5,<1.5
2424
scikit-learn==1.3.0
@@ -32,7 +32,7 @@ sagemaker-feature-store-pyspark-3.3
3232
# TODO find workaround
3333
xgboost>=1.6.2,<=1.7.6
3434
pillow>=10.0.1,<=11
35-
transformers==4.32.0
35+
transformers>=4.36.0
3636
sentencepiece==0.1.99
3737
# https://github.com/triton-inference-server/server/issues/6246
3838
tritonclient[http]<2.37.0

0 commit comments

Comments
 (0)