Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Numpy 2.0 doesn't play well with some requirements of our python packages, i.e. spacy and thinc, used in FormFyxer. This change adds a build-contraint file, as inspired by https://thinc.ai/docs/install#extended, which will prevent python from trying to use numpy 2 when doing isolated builds. Since this file is best referenced from `https://raw.githubusercontent.com`, this commit will be merged into main first, and then a commit that references this file will be used in `publish/action.yml`.
- Loading branch information