Skip to content

Commit

Permalink
limit matplotlib for pip installs
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Nov 18, 2024
1 parent b9d6df4 commit 5d5b8b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ h5py = ">=3.6.0"
ipympl = ">=0.9.1"
ipywidgets = "^7.7.1"
lmfit = ">=1.0.3"
matplotlib = ">=3.5.1"
matplotlib = ">=3.5.1, <3.9.0"
natsort = ">=8.1.0"
numba = ">=0.55.1"
numpy = ">=1.18, <2.0"
Expand Down

0 comments on commit 5d5b8b7

Please sign in to comment.