scipp / scippnexus

h5py-like utility for NeXus files with seamless scipp integration
https://scipp.github.io/scippnexus/
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Update python version in nightly.txt requirements after py3.9 was dropped #210

Closed nvaytet closed 5 months ago

nvaytet commented 5 months ago

It seems that in #207 , requirements/nightly.in was updated (use python 3.10 instead of 3.9), but requirements/nightly.txt was not updated accordingly.

We re-run tox -e deps to fix this here.