audeering / audb

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

Depend on pandas>=2.0.1 #406

Closed hagenw closed 4 months ago

hagenw commented 4 months ago

The changes introduced in https://github.com/audeering/audb/pull/372 require a certain pandas version to work. The tests in this repo fail for pandas==1.5.3 and pandas==2.0.0, so I changed the minimum required pandas version to 2.0.1.

In addition, it adds tests for the latest pandas minor versions (2.0.3, 2.1.4), that are not part of the current development minor version (2.1.x).