Skip to content

Commit

Permalink
MNT requires pbiotools 4.0.2 for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
eboileau committed Sep 13, 2023
1 parent a55de6d commit 2a09597
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ All notable changes to Rp-Bp will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/),
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased] - started 2023-02
## [Unreleased] - started 2023-09

## [3.0.3] 2023-09-13

### Changed

- Requires pbiotools >= 4.0.2

## [3.0.2] 2023-05-19

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- joblib
- numpy
- pandas
- pbiotools>=4.0.1
- pbiotools>=4.0.2
- pyyaml
- samtools
- scipy
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ classifiers = [
dynamic = ["version"]
requires-python = ">=3.7,<3.11"
dependencies = [
"pbiotools>=4.0.1",
"pbiotools>=4.0.2",
"appdirs",
"biopython",
"cmdstanpy",
Expand Down
2 changes: 1 addition & 1 deletion src/rpbp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = ("3", "0", "2")
__version_info__ = ("3", "0", "3")
__version__ = ".".join(__version_info__)

0 comments on commit 2a09597

Please sign in to comment.