-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
[MNT]: create build-requirements.txt and update dev-requirements.txt #28091
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| pybind11 | ||
| meson-python | ||
| cmake | ||
| ninja | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What do we need ninja for?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If I remember correctly I got this list in the chat on gitter while triaging the first time. We can remove it if it is unnecessary.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Woah! Removing ninja has failed the CI build😮
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yeah it's on our build-dependencies list https://matplotlib.org/devdocs/install/dependencies.html#setup-dependencies b/c meson uses it
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would have expected that meson-python declaration jinja as a dependency. But if not, let’s include it explicitly- with a comment that it‘s for meson.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
It effectively does, if you are using build isolation, but not if you aren't. See contourpy/contourpy#260 for discussion with a There is no good answer to explicitly including I have a slight preference for not including it, so that
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do you mean that we need to put ninja dependency manually in the Ci scripts, separete from build-requirements.txt?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We might need to, but shouldn't do it by default. We should only consider doing so in specific CI runs that fail at the build stage due to lack of
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have removed both ninja and cmake. I see a test coverage pipeline failing. Others have passed. |
||
| numpy | ||
| setuptools-scm | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| -r build-requirements.txt | ||
| -r ../doc/doc-requirements.txt | ||
| -r ../testing/all.txt | ||
| -r ../testing/extra.txt | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.