Skip to content

Commit

Permalink
Use numpy<2.0 in minimum test
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jun 19, 2024
1 parent a4ae33f commit ac8a3ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
run: |
pip install "audeer==2.0.0"
pip install "audiofile==0.4.0"
pip install "numpy<2.0"
pip install "pandas==1.4.1"
pip install "pyarrow==10.0.1"
pip install "pyyaml==5.4.1"
Expand Down

0 comments on commit ac8a3ef

Please sign in to comment.