Warning with siphash24
There is this warning related to siphash24
tomoscan version is 2.1.0-alpha7
nxtomo version is 1.3.0dev4
nxtomomill version is 1.1.0-alpha1
nabu version is 2024.2.0-dev10
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
/home/pautran/venv/tomotools/tomwer/lib/python3.11/site-packages/pytools/persistent_dict.py:59: UserWarning: pytools.persistent_dict: unable to import 'siphash24.siphash13', falling back to hashlib.sha256
warn("pytools.persistent_dict: unable to import 'siphash24.siphash13', "
Seems like doing pip install siphash24
removes the warning ?
Shoud we had it as a dependency ?