Skip to content

Commit

Permalink
Merge pull request #10 from gem/ae_macos_py312
Browse files Browse the repository at this point in the history
Wheels for MacOS python3.12
  • Loading branch information
vot4anto authored Oct 10, 2024
2 parents ef6bc3a + 87c7604 commit 6813dcf
Show file tree
Hide file tree
Showing 8 changed files with 272 additions and 259 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/linux_x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
PLAT: "${{ matrix.platform }}"
MB_PYTHON_VERSION: "${{ matrix.python }}"
MB_ML_VER: "2014"
BUILD_DEPENDS: "oldest-supported-numpy cython wheel"
TEST_DEPENDS: "oldest-supported-numpy attrs pytest click mock boto3 packaging hypothesis wheel pytz"
BUILD_DEPENDS: "oldest-supported-numpy cython wheel numpy==1.26.2"
TEST_DEPENDS: "oldest-supported-numpy attrs pytest click mock boto3 packaging hypothesis wheel pytz numpy==1.26.2"
TRAVIS_OS_NAME: ${{ matrix.os-name }}
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macos-target }}
steps:
Expand All @@ -94,8 +94,8 @@ jobs:
bash -x .github/workflows/build.sh
- name: Build Wheel of Fiona
env:
BUILD_DEPENDS: "oldest-supported-numpy cython==0.29.26 wheel==0.34.2"
TEST_DEPENDS: "oldest-supported-numpy attrs==21.4.0 pytest==6.2.5 click==8.0.3 mock boto3 packaging hypothesis==4.38.1 wheel==0.34.2 pytz"
BUILD_DEPENDS: "oldest-supported-numpy cython==0.29.26 wheel==0.34.2 numpy==1.26.2"
TEST_DEPENDS: "oldest-supported-numpy attrs==21.4.0 numpy==1.26.2 pytest==6.2.5 click==8.0.3 mock boto3 packaging hypothesis==4.38.1 wheel==0.34.2 pytz"
run: |
echo $PATH
sudo apt install python3-virtualenv
Expand All @@ -122,8 +122,8 @@ jobs:
PLAT: "${{ matrix.platform }}"
MB_PYTHON_VERSION: "${{ matrix.python }}"
MB_ML_VER: "2014"
BUILD_DEPENDS: "numpy wheel"
TEST_DEPENDS: "numpy"
BUILD_DEPENDS: "numpy==1.26.2 wheel"
TEST_DEPENDS: "numpy==1.26.2"
TRAVIS_OS_NAME: ${{ matrix.os-name }}
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macos-target }}
steps:
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
pip install --force-reinstall *${PYCUT}*
cd $HOME
git clone -b ${BRANCH_TEST} https://github.com/gem/oq-engine.git
cd oq-engine
cd oq-engine
git status
pip install -r requirements-py312-linux64.txt
pip install -e .
Expand Down
Loading

0 comments on commit 6813dcf

Please sign in to comment.