sagemaker-xgboost-container icon indicating copy to clipboard operation
sagemaker-xgboost-container copied to clipboard

Upgrade to numpy>=1.20 for typing support

Open l3ku opened this issue 2 years ago • 0 comments

Numpy is pinned to version 1.19.2 in https://github.com/aws/sagemaker-xgboost-container/blob/master/requirements.txt#LL13C1-L13C14. This version doesn't yet include type hints in numpy.typing (https://numpy.org/devdocs/reference/typing.html), so it would be great to be able to use version >=1.20 in order to leverage type hints in the local development when using SageMaker script mode.

l3ku avatar Jun 16 '23 05:06 l3ku