File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
unit/sagemaker/serve/detector Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020SERVE_IN_PROCESS_TIMEOUT = 5
2121SERVE_MODEL_PACKAGE_TIMEOUT = 10
2222SERVE_LOCAL_CONTAINER_TIMEOUT = 10
23- SERVE_SAGEMAKER_ENDPOINT_TIMEOUT = 50
23+ SERVE_SAGEMAKER_ENDPOINT_TIMEOUT = 15
2424SERVE_SAVE_TIMEOUT = 2
2525
2626PYTHON_VERSION_IS_NOT_38 = platform .python_version_tuple ()[1 ] != "8"
Original file line number Diff line number Diff line change 2222DEPENDENCY_LIST = [
2323 "requests==2.26.0" ,
2424 "numpy>=2.0.0" ,
25- "pandas<=1 .3.3 " ,
25+ "pandas>=2 .3.0 " ,
2626 "matplotlib<3.5.0" ,
2727 "scikit-learn>0.24.1" ,
2828 "Django!=4.0.0" ,
3535EXPECTED_DEPENDENCY_MAP = {
3636 "requests" : "==2.26.0" ,
3737 "numpy" : ">=2.0.0" ,
38- "pandas" : "<=1 .3.3 " ,
38+ "pandas" : ">=2 .3.0 " ,
3939 "matplotlib" : "<3.5.0" ,
4040 "scikit-learn" : ">0.24.1" ,
4141 "Django" : "!=4.0.0" ,
You can’t perform that action at this time.
0 commit comments