Skip to content

Commit

Permalink
setup: bump afmformats and nanite
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jul 9, 2021
1 parent 504c7f6 commit eaf78a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.9.3
- setup: bump afmformats from 0.14.3 to 0.15.0 as well as
nanite from 1.7.6 to 1.7.8 (requirement for #14)
0.9.2
- ref: improve speed when displaying QMap data
- enh: add developer mode for loading creep-compliance data (#14)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
license="GPL v3",
description=description,
long_description=open('README.rst').read() if exists('README.rst') else '',
install_requires=["afmformats>=0.14.3",
"nanite>=1.7.6",
install_requires=["afmformats>=0.15.0",
"nanite>=1.7.8",
"matplotlib>=3", # NavigationToolbar2QT mod
"pyqt5"],
python_requires='>=3.6, <4',
Expand Down

0 comments on commit eaf78a9

Please sign in to comment.