Skip to content

Commit ab02bd8

Browse files
author
Chenghao (Trevor) Zhu
authored
Merge pull request #911 from uclahs-cds/czhu-fix-version
Fix biopython version
2 parents a77cfef + fb5f2e6 commit ab02bd8

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1010

1111
## [Unreleased]
1212

13+
## [1.4.6] - 2025-05-21
14+
15+
- Fixed biopython version #908
16+
1317
## [1.4.6-rc4] - 2025-03-18
1418

1519
- Added the support for wildcard characters in `splitFasta`. #906

moPepGen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from . import constant
99

1010

11-
__version__ = '1.4.6-rc4'
11+
__version__ = '1.4.6'
1212

1313
## Error messages
1414
ERROR_INDEX_IN_INTRON = 'The genomic index seems to be in an intron'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ packages = find:
2121
python_requires = >=3.7
2222

2323
install_requires =
24-
biopython
24+
biopython<=1.83
2525
psutil
2626
pathos
2727
six

0 commit comments

Comments
 (0)