Skip to content

Commit 67df8e1

Browse files
authored
Merge pull request #398 from CAMBI-tech/dependency-fix
Adjust PyTables dependency to fix build on all supported platforms and versions.
2 parents 8eecd87 + 9759d9d commit 67df8e1

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish_to_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build:
1010
name: Build distribution 📦
11-
runs-on: macos-latest
11+
runs-on: macos-14
1212

1313
steps:
1414
- uses: actions/checkout@v4

.github/workflows/publish_to_test_pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build:
1010
name: Build distribution 📦
11-
runs-on: macos-latest
11+
runs-on: macos-14
1212

1313
steps:
1414
- uses: actions/checkout@v4
@@ -20,7 +20,7 @@ jobs:
2020
python-version: "3.9"
2121
- name: update pip & install custom dependencies
2222
run: |
23-
spython -m pip install --upgrade pip
23+
python -m pip install --upgrade pip
2424
brew update
2525
brew uninstall cmake
2626
sh scripts/shell/m2chip_install.sh
@@ -59,4 +59,4 @@ jobs:
5959
uses: pypa/gh-action-pypi-publish@release/v1
6060
with:
6161
skip-existing: true
62-
repository-url: https://test.pypi.org/legacy/
62+
repository-url: https://test.pypi.org/legacy/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies = [
5555
"tqdm==4.62.2",
5656
"rich==13.9.4",
5757
"reportlab==4.2.0",
58-
"tables==3.10.1",
58+
"tables==3.9.1",
5959
"pyWinhook==1.6.2;python_version=='3.9' and platform_system=='Windows'",
6060
"WxPython==4.2.1;platform_system!='Linux'",
6161
]

0 commit comments

Comments
 (0)