Skip to content

Commit

Permalink
fix: bump bmlab from 0.1.10 to 0.2.3 (file format changes) (close #49)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jul 7, 2022
1 parent 245f3b4 commit ec7ea53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.3.1
- fix: bump bmlab from 0.1.10 to 0.2.3 (file format changes) (#49)
0.3.0
- feat: implement saving and loading of structure composites (#1)
- fix: visualization issue with empty data (#47)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
description=description,
long_description=open('README.rst').read() if exists('README.rst') else '',
install_requires=["czifile==2019.7.2", # bc cgohlke and used for signature
"bmlab>=0.1.10",
"bmlab>=0.2.3",
"h5py>=2.10.0",
"numpy>=1.17.0",
"pyqt6>=6.2.0",
Expand Down

0 comments on commit ec7ea53

Please sign in to comment.