Skip to content

Commit

Permalink
fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 26, 2024
1 parent 69965f9 commit b94f12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
install_requires=["afmformats>=0.18.0",
"nanite>=4.1.1",
# https://github.com/AFM-analysis/PyJibe/issues/32
"matplotlib>=3,3.7.5", # NavigationToolbar2QT mod
"matplotlib>=3,<3.7.5", # NavigationToolbar2QT mod
"packaging", # for version checking during update
"pyqt5",
],
Expand Down

0 comments on commit b94f12f

Please sign in to comment.