Skip to content

Commit

Permalink
setup: bump nanite to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Mar 25, 2024
1 parent 54280cf commit ce5e668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
0.15.1
- fix: properly deregister a model
- ref: remove iterative "sneddon_spher" model in developer mode
- setup: bump nanite from 4.0.0 to 4.1.0
- setup: bump nanite from 4.0.0 to 4.1.1
0.15.0
- BREAKING CHANGE: Due to the upgrade of nanite, the rating values,
e.g. for the "zef18" dataset might change slightly (on average by
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
description=description,
long_description=open('README.rst').read() if exists('README.rst') else '',
install_requires=["afmformats>=0.18.0",
"nanite>=4.1.0",
"nanite>=4.1.1",
"matplotlib>=3", # NavigationToolbar2QT mod
"packaging", # for version checking during update
"pyqt5",
Expand Down

0 comments on commit ce5e668

Please sign in to comment.