Skip to content
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

Require audmath>=1.4.1 to support numpy 2.0 #175

Merged
merged 4 commits into from
Jun 19, 2024
Merged

Require audmath>=1.4.1 to support numpy 2.0 #175

merged 4 commits into from
Jun 19, 2024

Conversation

hagenw
Copy link
Member

@hagenw hagenw commented Jun 18, 2024

This requires the latest version of audmath to ensure, that audinterface also works with numpy 2.0.

We also have to require numpy<2.0.0 when building the docs as we use librosa in an example, which fails due to dofuuz/python-soxr#28.

We cannot easily test Python 3.8 as audb caches created with numpy 2 cannot be read with older versions of numpy. As Python 3.8 reaches anyway its end of life, I decided to remove already support for Python 3.8, instead of adding workarounds for the tests.

@hagenw hagenw requested a review from maxschmitt June 18, 2024 14:53
@hagenw hagenw merged commit 9b6b1d8 into main Jun 19, 2024
13 checks passed
@hagenw hagenw deleted the numpy2 branch June 19, 2024 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants