Skip to content

[flint] Bump to silx 0.13.0b0

This MR update silx dependency to 0.13.0b0 (the one expected for the restart)

As we was not able to provide a real silx release, this version was tagged by the DAU, and the conda package is provided by the BCU conda packaging system (not conda-forge).

This provides mostly:

  • Autoscale based on standard deviation (like Oxidis)
  • Plot API clean up

You have to update your Bliss environment:

# Update setup.py dependencies
pip install -e .
# Update env libraries
conda install --file requirements-conda.txt

Merge request reports