From 4a03268616126d7259dfbef4c1d68a4fe12bf452 Mon Sep 17 00:00:00 2001 From: Donald Campbell <125581724+donaldcampbelljr@users.noreply.github.com> Date: Wed, 5 Jun 2024 14:56:25 -0400 Subject: [PATCH] pin pipestat, looper, pypiper versions for 0.11.3 release --- docs/changelog.md | 5 +++++ pipelines/pepatac.py | 2 +- requirements.txt | 6 +++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 35809be..b734ed3 100755 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,11 @@ # Change log All notable changes to this project will be documented in this file. +## [0.11.3] -- 2024-06-05 + +### Changed + - Pin Pipestat (pipestat==0.6.0), Looper (looper==1.6.0), and Pypiper (piper==0.14.0) versions to ensure compatibility + ## [0.11.2] -- 2024-01-22 ### Fixed diff --git a/pipelines/pepatac.py b/pipelines/pepatac.py index a5cf032..67b3844 100755 --- a/pipelines/pepatac.py +++ b/pipelines/pepatac.py @@ -5,7 +5,7 @@ __author__ = ["Jin Xu", "Nathan Sheffield", "Jason Smith"] __email__ = "jasonsmith@virginia.edu" -__version__ = "0.11.2" +__version__ = "0.11.3" from argparse import ArgumentParser diff --git a/requirements.txt b/requirements.txt index 0d49c1f..ed544c7 100755 --- a/requirements.txt +++ b/requirements.txt @@ -14,15 +14,15 @@ hypothesis==4.38.0 jinja2 jsonschema>=3.0.1 logmuse>=0.2.7 -looper>=1.6.0 +looper==1.6.0 MACS2>=2.2.9.1 MACS3>=3.0.0b1 numpy<1.25,>=1.21 oyaml>=1.0 pararead>=0.7.0 pandas>=1.4 -piper>=0.14.0 -pipestat>=0.6.0 +piper==0.14.0 +pipestat==0.6.0 psutil>=5.8 pyqt5<5.16 pyqtwebengine<5.16