silx-kit / silx

silx toolkit
http://www.silx.org/doc/silx/latest/
MIT License
119 stars 70 forks source link

Dependencies: Added requirement scipy>=1.10 for the tests #4104

Closed t20100 closed 2 months ago

t20100 commented 2 months ago

Checklist:


This PR adds scipy>=1.10 to test dependencies so that try/except blocks for importing ascent can be removed.

Note: This constraint is only for the tests, not for the default installation.

This should close #3877

t20100 commented 2 months ago

Ready for review