audeering / audb

Manage audio and video databases
https://audeering.github.io/audb/
Other
23 stars 1 forks source link

CI: use numpy<2.0.0 for older pandas versions #431

Closed hagenw closed 1 month ago

hagenw commented 1 month ago

We just finished https://github.com/audeering/audb/pull/430 and added tests for older pandas versions, but a few hours ago numpy released version 2.0.0, which does not work with pandas==2.0.3. As numpy is not automatically downgraded when installing pandas==2.0.3, I downgrade it manually now.