Skip to content

Commit 82f0685

Browse files
Merge pull request #282 from databio/dev
v0.11.3 release
2 parents ffa7cc2 + 4a03268 commit 82f0685

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change log
22
All notable changes to this project will be documented in this file.
33

4+
## [0.11.3] -- 2024-06-05
5+
6+
### Changed
7+
- Pin Pipestat (pipestat==0.6.0), Looper (looper==1.6.0), and Pypiper (piper==0.14.0) versions to ensure compatibility
8+
49
## [0.11.2] -- 2024-01-22
510

611
### Fixed

pipelines/pepatac.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
__author__ = ["Jin Xu", "Nathan Sheffield", "Jason Smith"]
77
__email__ = "[email protected]"
8-
__version__ = "0.11.2"
8+
__version__ = "0.11.3"
99

1010

1111
from argparse import ArgumentParser

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ hypothesis==4.38.0
1414
jinja2
1515
jsonschema>=3.0.1
1616
logmuse>=0.2.7
17-
looper>=1.6.0
17+
looper==1.6.0
1818
MACS2>=2.2.9.1
1919
MACS3>=3.0.0b1
2020
numpy<1.25,>=1.21
2121
oyaml>=1.0
2222
pararead>=0.7.0
2323
pandas>=1.4
24-
piper>=0.14.0
25-
pipestat>=0.6.0
24+
piper==0.14.0
25+
pipestat==0.6.0
2626
psutil>=5.8
2727
pyqt5<5.16
2828
pyqtwebengine<5.16

0 commit comments

Comments
 (0)