diff --git a/README.md b/README.md index babe0f7..283de77 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,15 @@ This is a wrapper to integrate the clustering redshift code *yet_another_wizz* **Original publication:** https://arxiv.org/abs/2007.01846 + +## Installation + +This package can be either installed with the RAIL base package *(recommended)* +or explicitly with + + pip install pz-rail-yaw + + ## About this wrapper The wrapper closely resembles the structure and functionality of YAW by diff --git a/pyproject.toml b/pyproject.toml index a1eb759..ba3747d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "numpy>=2.0", "h5py", "pz-rail-base>=1.0.3", - "yet_another_wizz>=3.0.7", + "yet_another_wizz>=3.1.0", ] [project.urls]