Skip to content

Commit

Permalink
Due to matplotlib API changes matplotlib<3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrolexa committed Dec 18, 2024
1 parent 54bd9af commit 762a18c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@ classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
]
dependencies = ["numpy", "matplotlib", "pyqt5", "scipy", "shapely>=2", "tqdm"]
dependencies = [
"numpy",
"matplotlib<3.8",
"pyqt5",
"scipy",
"shapely>=2",
"tqdm",
]

[project.optional-dependencies]
extra = ["networkx"]
Expand Down

0 comments on commit 762a18c

Please sign in to comment.