Installation

Requirements

  • Python >= 3.8 (the examples use 3.9).

  • TensorFlow is pinned to 2.7.0 with TensorFlow Probability ~0.12.2; verify platform/driver compatibility for your setup.

Create a conda environment:

conda create -n ijazz python=3.9
conda activate ijazz

Install package in editable mode:

git clone https://gitlab.cern.ch/fcouderc/ijazz_2p0
cd ijazz_2p0
pip install -e .

Install from PyPI:

pip install ijazz