Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
platform: [ ubuntu-latest, macos-latest ]
python-version: ["3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]

runs-on: ${{ matrix.platform }}
steps:
Expand Down
63 changes: 0 additions & 63 deletions pytests/test_twoway.py

This file was deleted.

2 changes: 1 addition & 1 deletion requirements-dev-arm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PyWavelets
spgl1
scikit-fmm
sympy
devito
# devito (until numpy>=2.0.0 is supported)
# dtcwt (until numpy>=2.0.0 is supported)
# astra-toolbox (not available on arm-osx)
matplotlib
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ PyWavelets
spgl1
scikit-fmm
sympy
devito
# dtcwt (until numpy>=2.0.0 is supported)
# devito (until numpy>=2.0.0 is supported)
# dtcwt (until numpy>=2.3.3 is supported)
astra-toolbox>=2.2.0
matplotlib
ipython
Expand Down