analysis-systems-env-nightlies Environment Lock Files

To install environments from these lock files either download them from this page or direct your installer towards their url.

Report issues on GitHub: github.com/iris-hep/analysis-systems-env-nightlies

Usage Examples

Python 3.11 pip example:

python -m pip install --upgrade --require-hashes --requirement https://iris-hep.org/analysis-systems-env-nightlies/iris-hep/3.11/requirements.lock

Python 3.11 conda-lock example:

micromamba create --name iris-hep --file https://iris-hep.org/analysis-systems-env-nightlies/iris-hep/3.11/conda-lock.yml

or

# conda-lock install doesn't work with urls
curl -sLO https://iris-hep.org/analysis-systems-env-nightlies/iris-hep/3.11/conda-lock.yml
# c.f. conda-lock install --help
conda-lock install --micromamba --name iris-hep conda-lock.yml

scikit-hep

iris-hep

iris-hep release candidates