Skip to content

Commit

Permalink
pin matplotlib<3.9, numpy<2 (#129)
Browse files Browse the repository at this point in the history
* pin matplotlib<3.9

* pin numpy <2

* Create CHANGELOG.md
  • Loading branch information
CagtayFabry authored Jul 4, 2024
1 parent 217fb64 commit c8c343f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Release Notes

## 0.2.3 (04.07.2024)

### Changes

- add `CHANGELOG.md`

### Dependencies

- pin `matplotlib<3.9`
- pin `numpy<2`
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ dependencies = [
"bidict",
"ipyfilechooser",
"tqdm",
"matplotlib<3.9",
"numpy<2",
]
[project.optional-dependencies]
test = [
Expand Down

0 comments on commit c8c343f

Please sign in to comment.