Skip to content

Commit

Permalink
setup: bump nanite from 1.2.3 to 1.2.4 (improved default params)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 12, 2019
1 parent a4f42f4 commit 30cd0a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
0.5.7
- enh: allow to also set right part of fitting range individually
- fix: improve layout of FD fitting panel
- setup: bump nanite from 1.2.3 to 1.2.4 (improved default params)
0.5.6
- setup: bump nanite from 1.2.2 to 1.2.3 (fixes issue with fits not
being redone when the user changes an initial parameter)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
long_description=open('README.rst').read() if exists('README.rst') else '',
install_requires=["afmformats>=0.4.0",
"appdirs",
"nanite>=1.2.3",
"nanite>=1.2.4",
"matplotlib",
"pyqt5"],
python_requires='>=3.6, <4',
Expand Down

0 comments on commit 30cd0a2

Please sign in to comment.