We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854eb37 commit 2973b89Copy full SHA for 2973b89
2 files changed
CHANGELOG
@@ -1,5 +1,6 @@
1
0.16.0
2
- ref: migrate from pyqt5 to pyqt6 (#35)
3
+ - setup: bump nanite to 4.2.1
4
0.15.10
5
- ref: migrate from pkg_resources to importlib.resources (#33)
6
0.15.9
pyproject.toml
@@ -28,7 +28,7 @@ classifiers = [
28
license = {text = "GPL version 3.0 or later"}
29
dependencies = [
30
"afmformats>=0.18.0",
31
- "nanite>=4.1.1",
+ "nanite>=4.2.1",
32
# https://github.com/AFM-analysis/PyJibe/issues/32
33
"matplotlib>=3,<3.7.5", # NavigationToolbar2QT mod
34
"packaging", # for version checking during update
0 commit comments