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
6c123773
Unverified
Commit
6c123773
authored
Jan 24, 2023
by
René Fritze
Committed by
GitHub
Jan 24, 2023
Browse files
Merge pull request #1939 from pymor/oldest_numpy
[docs] add a note about pymor-oldest-supported-numpy package
parents
95ac7e97
8040c716
Pipeline
#190229
failed with stages
in 87 minutes and 43 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
docs/source/developer_docs.md
View file @
6c123773
...
...
@@ -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
...
...
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