You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update pyproject.toml and python workflows: Add numpy dependency
- Additional dependencies required for the build environment
Numpy must be installed in the python environment where the build is being performed in order to build.
- Automatic installation of dependencies like a normal python package
When installing this package, if numpy does not exist in the python environment, it will be installed automatically.
Signed-off-by: HyeongSeok Kim <[email protected]>
* update python-wheels-*yml, pyproject.toml: remove BEFORE_BUILD, remove numpy in build requires
- python-wheels-*yml: When testing on other PRs, I found that dependencies were not properly installed for each build case, so I added this code. However, this PR is for adding numpy dependencies, so it is not needed as @JeanChristopheMorinPerso suggested.
- pyproject.toml: If you are going to do any additional work with the build artifacts, like generating stubs, you will need numpy in your build environment, but it is not needed at the moment. I agree with the review by @JeanChristopheMorinPerso.
Signed-off-by: HyeongSeok Kim <[email protected]>
---------
Signed-off-by: HyeongSeok Kim <[email protected]>
0 commit comments