aws / sagemaker-spark-container

The SageMaker Spark Container is a Docker image used to run data processing workloads with the Spark framework on Amazon SageMaker.
Apache License 2.0
36 stars 74 forks source link

Ignore numpy and urllib3 safety checks. #83

Open larroy opened 2 years ago

larroy commented 2 years ago

Issue #, if available:

Description of changes:

These safety checks are failing in CI, but I found it impossible to fix them on the Pipfile, also becase numpy 1.22 was not available to install with Pip.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.