Skip to content

Commit 30cd0a2

Browse files
committed
setup: bump nanite from 1.2.3 to 1.2.4 (improved default params)
1 parent a4f42f4 commit 30cd0a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
0.5.7
22
- enh: allow to also set right part of fitting range individually
33
- fix: improve layout of FD fitting panel
4+
- setup: bump nanite from 1.2.3 to 1.2.4 (improved default params)
45
0.5.6
56
- setup: bump nanite from 1.2.2 to 1.2.3 (fixes issue with fits not
67
being redone when the user changes an initial parameter)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
long_description=open('README.rst').read() if exists('README.rst') else '',
2727
install_requires=["afmformats>=0.4.0",
2828
"appdirs",
29-
"nanite>=1.2.3",
29+
"nanite>=1.2.4",
3030
"matplotlib",
3131
"pyqt5"],
3232
python_requires='>=3.6, <4',

0 commit comments

Comments
 (0)