Skip to content

Commit

Permalink
take a dependency on sagemaker-training and sagemaker-inference libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Malav Shastri committed Aug 13, 2024
1 parent 36078a9 commit 0d7818a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ pynvml==11.4.1
python-dateutil==2.8.1
retrying==1.3.3
requests==2.29.0
sagemaker-containers==2.8.6.post2
sagemaker-inference==1.5.5
sagemaker-training==4.7.4
sagemaker-inference==1.10.1
scikit-learn==0.24.1
scipy==1.8.0
urllib3==1.26.5
Expand Down
4 changes: 2 additions & 2 deletions test/resources/versions/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
pyarrow==14.0.1
python-dateutil==2.8.1
retrying==1.3.3
sagemaker-containers==2.8.6.post2
sagemaker-inference==1.5.5
sagemaker-training==4.7.4
sagemaker-inference==1.10.1
scikit-learn==0.24.1
scipy==1.8.0
smdebug==1.0.29
Expand Down

0 comments on commit 0d7818a

Please sign in to comment.