Skip to content

Commit

Permalink
HLA-1266: Updated pyproject.toml to force the use of numpy<2.0, and m…
Browse files Browse the repository at this point in the history
…odified (#1813)
  • Loading branch information
mdlpstsci authored Jun 13, 2024
1 parent 92cfb36 commit d70b386
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ number of the code change for that issue. These PRs can be viewed at:

3.7.1 (unreleased)
==================
- Modify the dependencies portion of the project.toml file to specify
numpy<2.0 [#nnnn]

- Removed the use of a custom smoothing kernel based upon actual image
data as a poorly determined kernel can ultimately cause poor source
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ dependencies = [
"tables",
"typing_extensions>4.0",
"markupsafe<=2.0.1",
"numpy<2.0",
]
dynamic = [
"version",
Expand Down

0 comments on commit d70b386

Please sign in to comment.