Skip to content

Commit

Permalink
Merge pull request #282 from databio/dev
Browse files Browse the repository at this point in the history
v0.11.3 release
  • Loading branch information
donaldcampbelljr authored Jun 5, 2024
2 parents ffa7cc2 + 4a03268 commit 82f0685
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pepatac.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__author__ = ["Jin Xu", "Nathan Sheffield", "Jason Smith"]
__email__ = "[email protected]"
__version__ = "0.11.2"
__version__ = "0.11.3"


from argparse import ArgumentParser
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82f0685

Please sign in to comment.