Skip to content

Installation and dependencies

Depending on the installation setup (Version of python, pip, ...) different issues are appearing during installation of bayesvalidrox with pip. They fall under the following categories

  • Numpy vs scikit-learn
  • Matplotlib vs seaborn (Only relevant for some plots)
  • Numpoly - pip - wheels (Appears for pip>=24)
  • H5py/hdf5 - pyproject.toml - wheels/libhdf5.so (Especially for py3.12)
  • Numpy version >2.0 (e.g. >np.asfarray(), np.PINF> are no longer supported, as well as other numpy functions)
Edited by Maria Fernanda Morales