Since the release of Numpy 2.3.0, tests are started to fail.
This is due to:
The binary mode of fromstring now errors, use frombuffer instead (deprecated since 1.14)
(gh-28254)
Since @borondics last pull request solved the issue already last year, but they did not create a new release.
Should we tighten the requirements for numpy versions?
I created an issue at the GwyFile repo (tuxu/gwyfile#7), but I don't know how long it is going to take for them to push the new release.
Since the release of Numpy 2.3.0, tests are started to fail.
This is due to:
The binary mode of fromstring now errors, use frombuffer instead (deprecated since 1.14)
(gh-28254)
Since @borondics last pull request solved the issue already last year, but they did not create a new release.
Should we tighten the requirements for numpy versions?
I created an issue at the GwyFile repo (tuxu/gwyfile#7), but I don't know how long it is going to take for them to push the new release.