Closed t20100 closed 4 months ago
/AzurePipelines run
thanks for this contribution. This is fine for me. It should not affect anything on the azure pipelines and the automatic builds for PyPI since they only run for python >= 3.9
/AzurePipelines run
I tried to use oldest-supported-numpy
instead of numpy
for python<3.9 which would make the build more compatible... but it fails to install, so I left numpy
.
Test TestIO_PerkinElmer.test_tiffread
fails with Python3.12:
The test failure is weird and certainly unrelated to your change. If it reproduces I will investigate.
/AzurePipelines run
I will merge this despite the error. My feeling is that it is a download problem of the test data. If the problem persists on the main branch I will fix it in a separate PR. thanks again for the contribution.
This PR proposes to use dependency specifiers in the
build-system
'srequires
to usenumpy>2
only for versions of Python that supports it.Closes #187