Skip to content

Commit 5d5b8b7

Browse files
committed
limit matplotlib for pip installs
1 parent b9d6df4 commit 5d5b8b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ h5py = ">=3.6.0"
2222
ipympl = ">=0.9.1"
2323
ipywidgets = "^7.7.1"
2424
lmfit = ">=1.0.3"
25-
matplotlib = ">=3.5.1"
25+
matplotlib = ">=3.5.1, <3.9.0"
2626
natsort = ">=8.1.0"
2727
numba = ">=0.55.1"
2828
numpy = ">=1.18, <2.0"

0 commit comments

Comments
 (0)