inbo / niche_vlaanderen

Python package to run the NICHE Vlaanderen model
https://inbo.github.io/niche_vlaanderen/
MIT License
5 stars 2 forks source link

Fix pandas on <2.0 #364

Closed johanvdw closed 10 months ago

johanvdw commented 10 months ago

Niche Vlaanderen is not yet compatible with pandas 2. This caused the tests to fail (and would also fail for users).

This PR adjust the requirements file and documentation to make sure the correct version is installed.