developmentseed / eoapi-cdk

AWS CDK constructs for deploying eoAPI
https://developmentseed.org/eoapi-cdk
11 stars 4 forks source link

fix: install compilation dependency for numexpr #109

Closed hrodmn closed 3 weeks ago

hrodmn commented 3 weeks ago

:warning: Checklist if your PR is changing anything else than documentation

Merge request description

numexpr>=2.10.1 requires g++ when installing. See https://github.com/pydata/numexpr/issues/493 for an explanation.

Resolves #107

Successful deployment: https://github.com/developmentseed/eoapi-cdk/actions/runs/10463773141