Skip to content

Commit

Permalink
Restrict NumPy to pre-2.0 (#344)
Browse files Browse the repository at this point in the history
* Restrict NumPy to pre-2.0

* Update changelog
  • Loading branch information
bittremieux authored Jun 25, 2024
1 parent c6a455b commit ac2ddec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [4.2.1] - 2024-06-25

### Fixed

- Pin NumPy version to below v2.0 to ensure compatibility with current DepthCharge version.

## [4.2.0] - 2024-05-14

### Added
Expand Down Expand Up @@ -248,7 +254,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- Initial Casanovo version.

[Unreleased]: https://github.com/Noble-Lab/casanovo/compare/v4.2.0...HEAD
[Unreleased]: https://github.com/Noble-Lab/casanovo/compare/v4.2.1...HEAD
[4.2.1]: https://github.com/Noble-Lab/casanovo/compare/v4.2.0...v4.2.1
[4.2.0]: https://github.com/Noble-Lab/casanovo/compare/v4.1.0...v4.2.0
[4.1.0]: https://github.com/Noble-Lab/casanovo/compare/v4.0.1...v4.1.0
[4.0.1]: https://github.com/Noble-Lab/casanovo/compare/v4.0.0...v4.0.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"click",
"depthcharge-ms>=0.2.3,<0.3.0",
"natsort",
"numpy",
"numpy<2.0",
"pandas",
"psutil",
"PyGithub",
Expand Down

0 comments on commit ac2ddec

Please sign in to comment.