# On AL2_X86_64, numpy>=2.3.0 requires patchelf which is blocked for general use
# https://prod.peruse.builder-tools.aws.dev/shared/package/pypi/patchelf
# As a workaround, constrain numpy to <=2.2.6
# Reference: https://sage.amazon.dev/posts/1979005

numpy<=2.2.6
