Skip to content

Bump dependencies for NumPy 2 compatibility #511

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 58 commits into from
Jan 21, 2025
Merged
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
bdc7c7f
Bump dependencies for NumPy 2 compatibility
cbrnr Oct 23, 2024
a7ab06f
Fix CI
cbrnr Oct 23, 2024
03be479
Bump scipy for Python 3.13
cbrnr Oct 23, 2024
ebfa756
Bump Python to 3.10
cbrnr Oct 23, 2024
11c001b
Include Python 3.9 again
cbrnr Oct 25, 2024
8a48648
Try to replace uv run
cbrnr Nov 18, 2024
5e15a41
Downgrade scipy
cbrnr Nov 18, 2024
bb7e98f
Run as module
cbrnr Nov 18, 2024
d70a0dd
Back to uv run
cbrnr Nov 18, 2024
1d9f9c1
Use --system option
cbrnr Nov 18, 2024
9ec5be8
Revert
cbrnr Nov 18, 2024
f61bc1b
Sync
cbrnr Nov 18, 2024
a8e4ee9
Try forking
cbrnr Nov 18, 2024
4f2b82b
Try >= 3.10
cbrnr Nov 19, 2024
ec8f039
Try with setup-python action
cbrnr Nov 19, 2024
30e50cf
Revert "Try with setup-python action"
cbrnr Nov 19, 2024
b59f4ad
Remove 3.13 (and add 3.9) for now
cbrnr Nov 19, 2024
e0a0d02
Force numpy >= 2.0.0
cbrnr Nov 19, 2024
14a4258
Revert to numpy >= 1.26.4
cbrnr Nov 26, 2024
6e7423d
Use uv pip
cbrnr Nov 26, 2024
a51ee56
Activate venv
cbrnr Nov 26, 2024
6839f64
Use system Python
cbrnr Nov 26, 2024
8155d85
Use setup-python
cbrnr Nov 26, 2024
f646425
Ping
cbrnr Nov 26, 2024
4836714
Add 3.13
cbrnr Nov 26, 2024
ee22dc4
Split jobs
cbrnr Nov 26, 2024
bf1917c
Rename
cbrnr Nov 26, 2024
ed08257
Remove numpy matrix
cbrnr Nov 26, 2024
9be66c1
Fix name for Debian test
cbrnr Nov 26, 2024
9b5c046
Downgrade pandas
cbrnr Nov 26, 2024
eb7f250
Revert pandas
cbrnr Nov 26, 2024
392d420
Numpy matrix
cbrnr Nov 26, 2024
9d09a00
Fix matrix
cbrnr Nov 26, 2024
8e90adb
Temporarily remove Debian
cbrnr Nov 26, 2024
31e8463
Re-enable
cbrnr Nov 26, 2024
3acea30
Test single OS
cbrnr Nov 26, 2024
cb7b529
Fix name
cbrnr Nov 26, 2024
96c2e3b
Remove quotes
cbrnr Nov 26, 2024
14eaa44
Forgot $
cbrnr Nov 26, 2024
100aaed
Try single command
cbrnr Nov 26, 2024
556a4d3
Simplify matrix
cbrnr Nov 26, 2024
b3a5498
Add OS name
cbrnr Nov 26, 2024
25b75c1
Improve name
cbrnr Nov 26, 2024
802fd3a
Revert
cbrnr Nov 26, 2024
9e8136d
Try another variant
cbrnr Nov 26, 2024
a9c7b74
OK forget it
cbrnr Nov 26, 2024
e2692f2
Only test NumPy 1.26.4 on Python 3.9
cbrnr Nov 26, 2024
c8ba35e
Try with condition
cbrnr Nov 26, 2024
ab64860
Use weak_and_warn
cbrnr Nov 26, 2024
ed25100
Don't fail fast
cbrnr Nov 26, 2024
96a52bb
Fix syntax
cbrnr Nov 26, 2024
ba4e1ab
Fix invalid escape sequence
cbrnr Nov 26, 2024
102e60c
Fix dtype promotion warning
cbrnr Nov 26, 2024
0d2a505
Try again
cbrnr Nov 26, 2024
99c7f7b
Maybe better
cbrnr Nov 26, 2024
fd12ec1
Use uv run again
cbrnr Jan 15, 2025
397c09d
Better name
cbrnr Jan 15, 2025
ec5e24f
Revert
cbrnr Jan 18, 2025
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
Prev Previous commit
Next Next commit
Try single command
  • Loading branch information
cbrnr committed Jan 18, 2025
commit 100aaedc81ebdb74ac68fb508595faa798742b4c
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
sudo apt-get install -y libsndfile1
- name: Install dependencies
run: |
uv pip install ".[dev]"
uv pip install ${{ matrix.numpy }}
uv pip install ".[dev]" ${{ matrix.numpy }}
- name: Run tests
run: pytest
- name: Check style
Expand Down