We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a77cfef + fb5f2e6 commit ab02bd8Copy full SHA for ab02bd8
3 files changed
CHANGELOG.md
@@ -10,6 +10,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
10
11
## [Unreleased]
12
13
+## [1.4.6] - 2025-05-21
14
+
15
+- Fixed biopython version #908
16
17
## [1.4.6-rc4] - 2025-03-18
18
19
- Added the support for wildcard characters in `splitFasta`. #906
moPepGen/__init__.py
@@ -8,7 +8,7 @@
8
from . import constant
9
-__version__ = '1.4.6-rc4'
+__version__ = '1.4.6'
## Error messages
ERROR_INDEX_IN_INTRON = 'The genomic index seems to be in an intron'
setup.cfg
@@ -21,7 +21,7 @@ packages = find:
21
python_requires = >=3.7
22
23
install_requires =
24
- biopython
+ biopython<=1.83
25
psutil
26
pathos
27
six
0 commit comments