Skip to content

Commit c2f3ff5

Browse files
committed
Merge branch 'numpy2' into 'dev'
pin numpy<2.0 See merge request research/pomoxis!176
2 parents 1a60282 + aac8dbe commit c2f3ff5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- Read mean Qscore and alignment flag added to `stats_from_bam` output.
1111
- Add option to `filter_bam` to keep unmapped reads that pass (non-alignment) filters.
1212
- Enable multithreaded bam file reading and writing in `filter_bam`.
13+
### Changed
14+
- Pin numpy<2.0.
1315

1416
## [v0.3.15] - 2023-12-18
1517
### Added

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ biopython >=1.63,<1.77 # 1.76 is last version to support python < 3.6
44
intervaltree >= 3 # various bugs in 2.x
55
matplotlib
66
ncls
7-
numpy
7+
numpy<2.0
88
pandas
99
pysam >= 0.15.4

0 commit comments

Comments
 (0)