Skip to content

Commit

Permalink
apacheGH-41203: [Python][Packaging] Ensure to build with released num…
Browse files Browse the repository at this point in the history
…py 2.0 (instead of RC) in the wheel building workflows (apache#42194)

### Rationale for this change

Now NumPy 2.0.0 is released, we can update the version specifier to no longer mention the RC.

* GitHub Issue: apache#41203

Authored-by: Joris Van den Bossche <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
  • Loading branch information
jorisvandenbossche authored Jun 18, 2024
1 parent eec6f17 commit e6da396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ VCPKG="a42af01b72c28a8e1d7b48107b33e4f286a55ef6" # 2023.11.20 Release
# ci/docker/python-wheel-windows-vs2019.dockerfile.
# This is a workaround for our CI problem that "archery docker build" doesn't
# use pulled built images in dev/tasks/python-wheels/github.windows.yml.
PYTHON_WHEEL_WINDOWS_IMAGE_REVISION=2024-04-09
PYTHON_WHEEL_WINDOWS_IMAGE_REVISION=2024-06-18

# Use conanio/${CONAN_BASE}:{CONAN_VERSION} for "docker-compose run --rm conan".
# See https://github.com/conan-io/conan-docker-tools#readme and
Expand Down
2 changes: 1 addition & 1 deletion python/requirements-wheel-build.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cython>=0.29.31
oldest-supported-numpy>=0.14; python_version<'3.9'
numpy>=2.0.0rc1; python_version>='3.9'
numpy>=2.0.0; python_version>='3.9'
setuptools_scm
setuptools>=58
wheel

0 comments on commit e6da396

Please sign in to comment.