Skip to content

Commit

Permalink
setup: bump versions to fix a few issues
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Apr 27, 2020
1 parent 08104c1 commit 3e13185
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.8.3
- setup: bump dclab from 0.22.7 to 0.25.0 (fixed broken "index"
feature when joining datasets, improved HDF5 writer and
dataset checker)
- setup: bump shapeout to 1.0.9 (possible issues with file system
crawler)
0.8.2
- enh: show dataset values when metadata are wrong (dataset checker)
- enh: improve layout spacing for dataset checker
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
description=description,
long_description=open('README.rst').read() if exists('README.rst') else '',
install_requires=[# pin DCKit to a specific version of Shape-Out and dclab
"shapeout==1.0.0",
"dclab[all]==0.22.7",
"shapeout==1.0.9",
"dclab[all]==0.25.0",
"h5py>=2.8.0",
"pyqt5",
],
Expand Down

0 comments on commit 3e13185

Please sign in to comment.