Skip to content

Commit

Permalink
bumpy afmformats to 0.14.3 (speed)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jul 1, 2021
1 parent cda5bfd commit 2c7266e
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,5 +1,5 @@
1.7.6
- setup: bump afmformats from 0.14.1 to 0.14.2 (adjust tests)
- setup: bump afmformats from 0.14.1 to 0.14.3 (adjust tests, speed)
1.7.5
- ref: migrate `QMap` and `Group` code to afmformats 0.14.1
- ref: `Indentation` is now a subclass for `afmformats.AFMForceDistance`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
license="GPL v3",
description=description,
long_description=open('README.rst').read() if exists('README.rst') else '',
install_requires=["afmformats>=0.14.2",
install_requires=["afmformats>=0.14.3",
"h5py>=2.8.0",
"lmfit>=1",
"numpy>=1.16.0", # cython build
Expand Down

0 comments on commit 2c7266e

Please sign in to comment.