Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pyMOR
pymor
Commits
8040c716
Commit
8040c716
authored
Jan 24, 2023
by
René Fritze
Browse files
[docs] add a note about pymor-oldest-supported-numpy package
parent
6532dbfe
Pipeline
#188786
passed with stages
in 42 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docs/source/developer_docs.md
View file @
8040c716
...
...
@@ -113,6 +113,15 @@ so that updated images become available to CI after entering the new commit hash
A GitHub Action will automatically create a pull request against the docker repository if changes in the requirements
files are detected. The necessary change to
`.env`
is included in the PR for the conda environment.
### NumPy
Like SciPy we have a meta package that pins the oldest supported
numpy versions for all our support Pythons:
[
`pymor-oldest-supported-numpy`
](
https://github.com/pymor/pymor-oldest-supported-numpy
)
.
It was introduced to be able to specify minimal NumPy versions
in the docker image build process to avoid binary incompatible wheel builds.
When adding new supported Python versions, the
`pymor-oldest-supported-numpy`
package needs to be updated accordingly and
change the install version in the docker images.
(ref-makefile)=
## The Makefile
...
...
github-bridge
@project_976_bot
mentioned in commit
4015d1d4
·
Jan 24, 2023
mentioned in commit
4015d1d4
mentioned in commit 4015d1d4985a88edbc5d4cda516ae8e0efdfaed3
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment