From f45c7c19c24066c47848eb81024785db3aa3e416 Mon Sep 17 00:00:00 2001 From: Stijn de Gooijer Date: Tue, 3 Oct 2023 15:02:55 +0200 Subject: [PATCH] ci(python): Unpin maturin version, fix release workflow (#11483) --- .github/workflows/release-python.yml | 2 +- py-polars/requirements-dev.txt | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index 750f62c217eb..8f5665183723 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -26,7 +26,7 @@ jobs: architecture: [x86-64, aarch64] exclude: - os: windows-32gb-ram - cpu: aarch64 + architecture: aarch64 steps: - uses: actions/checkout@v4 diff --git a/py-polars/requirements-dev.txt b/py-polars/requirements-dev.txt index d998d1348234..33094478f6f2 100644 --- a/py-polars/requirements-dev.txt +++ b/py-polars/requirements-dev.txt @@ -4,6 +4,13 @@ --prefer-binary +# ----- +# BUILD +# ----- + +maturin +patchelf; platform_system == 'Linux' # Extra dependency for maturin, only for Linux + # ------------ # DEPENDENCIES # ------------ @@ -47,8 +54,6 @@ gevent # ------- hypothesis==6.87.1 -maturin==1.2.3 -patchelf; platform_system == 'Linux' # Extra dependency for maturin, only for Linux pytest==7.4.0 pytest-cov==4.1.0 pytest-xdist==3.3.1