Skip to content

Fix installation and online monitor

Yannick Manuel Dieter requested to merge fix_installation into development

This MR fixes the installation by...

  • updating the version requirements of required packages
  • add iminuit to requirements
  • python setup.py develop is replaced with pip install -e ..
  • Use latest miniconda in favor of anaconda which creates dependency errors

In addition a few things in the online monitor of bdaq53 have been fixed (see !505 (merged)).

Fixes #506 (closed).

Edited by Yannick Manuel Dieter

Merge request reports