diff --git a/docs/changelog.md b/docs/changelog.md index d9c19038..9b029189 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -22,6 +22,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - looper rerun now only runs failed jobs as intended: https://github.com/pepkit/looper/issues/467 - looper inspect now inspects the looper config: https://github.com/pepkit/looper/issues/462 - Load PEP from CSV: https://github.com/pepkit/looper/issues/456 +- looper now works with sample_table_index https://github.com/pepkit/looper/issues/458 ## [1.7.0] -- 2024-01-26 diff --git a/requirements/requirements-all.txt b/requirements/requirements-all.txt index 3a558c22..a78b632d 100644 --- a/requirements/requirements-all.txt +++ b/requirements/requirements-all.txt @@ -5,8 +5,8 @@ jinja2 logmuse>=0.2.0 pandas>=2.0.2 pephubclient>=0.4.0 -peppy>=0.40.0 pipestat>=0.9.2 +peppy>=0.40.2 pyyaml>=3.12 rich>=9.10.0 ubiquerg>=0.5.2