Closed b-trout closed 3 months ago
Hi, thanks to develop such a great library! I am concern that the version specification of the dependent numpy incorrect.
The filepyproject.toml says this library requires numpy>=1.83 and the latest numpy1 is 1.26.4.
pyproject.toml
numpy>=1.83
Could you modify the version?
This would be typo of >=1.13.0
>=1.13.0
Closed in #134
Hi, thanks to develop such a great library! I am concern that the version specification of the dependent numpy incorrect.
The file
pyproject.toml
says this library requiresnumpy>=1.83
and the latest numpy1 is 1.26.4.Could you modify the version?