Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pyopencl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Klöckner
pyopencl
Commits
0efa89f8
Commit
0efa89f8
authored
1 year ago
by
Andreas Klöckner
Committed by
Andreas Klöckner
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Pypy 3.9 wheels: Allow newer numpy to avoid build failures
parent
b69f660f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#457162
passed
1 year ago
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pyproject.toml
+7
-1
7 additions, 1 deletion
pyproject.toml
with
7 additions
and
1 deletion
pyproject.toml
+
7
−
1
View file @
0efa89f8
[build-system]
# Minimum requirements for the build system to execute.
requires
=
["setuptools>
=
42.0
.
0
", "
wheel>
=
0.34
.
2
", "
oldest-supported-numpy
", "
pybind11>
=
2.5
.
0
"] # PEP 508 specifications.
requires
=
[
"setuptools>
=
42.0
.
0
",
"wheel>
=
0.34
.
2
",
"numpy;python_version >= '3.9' and platform_python_implementation == 'PyPy'"
,
"oldest-supported-numpy;python_version < '3.9' or platform_python_implementation != 'PyPy'"
,
"pybind11>
=
2.5
.
0
"
]
build-backend
=
"setuptools.build_meta"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment