Skip to content

Commit

Permalink
fix: fixing typo in dependecy setup
Browse files Browse the repository at this point in the history
charset-normalizer is misplet in the
requirements.txt files
  • Loading branch information
akrishna1995 committed Oct 21, 2024
1 parent dc0860d commit 6acb492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sagemaker/serve/utils/conda_in_process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies:
- botocore>=1.29.114
- cachetools>=5.3.0
- certifi==2022.12.7
- harset-normalizer>=3.1.0
- charset-normalizer>=3.1.0
- click>=8.1.3
- cloudpickle>=2.2.1
- colorama>=0.4.4
Expand Down
2 changes: 1 addition & 1 deletion src/sagemaker/serve/utils/in_process_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ blinker>=1.6.2
botocore>=1.29.114
cachetools>=5.3.0
certifi==2024.7.4
harset-normalizer>=3.1.0
charset-normalizer>=3.1.0
click>=8.1.3
cloudpickle>=2.2.1
colorama>=0.4.4
Expand Down

0 comments on commit 6acb492

Please sign in to comment.