numpy 2.0.0 was officially released today (https://pypi.org/project/numpy/)
However, the pyproject.toml file states numpy<2.0 as a dependency for timezonefinder.
I have successfully executed all the tests from the tests folder after updating numpy to 2.0.
It seems like this project doesn't really requires numpy <2.
Can we flexibilize the rules in the pyproject.toml file so timezonefinder can be installed with numpy 2.0?
There's a migration guide for numpy 2.0. The Python API changes are minimum:
Hello,
numpy 2.0.0 was officially released today (https://pypi.org/project/numpy/) However, the
pyproject.toml
file states numpy<2.0 as a dependency for timezonefinder. I have successfully executed all the tests from thetests
folder after updating numpy to 2.0. It seems like this project doesn't really requires numpy <2.Can we flexibilize the rules in the pyproject.toml file so timezonefinder can be installed with numpy 2.0?
There's a migration guide for numpy 2.0. The Python API changes are minimum: