Skip to content

Commit

Permalink
Merge pull request #198 from bennibbelink/temp-pin
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke committed Jul 2, 2024
2 parents a512f95 + 36cb555 commit 4efde69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Since last release
**Changed:**

* Rely on `python3` in environment instead of `python` (#196)
* Pinned ``numpy<2.0.0`` in ``pyproject.toml`` (#198)

**Fixed:**

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
]
dependencies = [
'pandas',
'numpy',
'numpy<2.0.0',
'Jinja2',
'matplotlib',
]
Expand Down

0 comments on commit 4efde69

Please sign in to comment.