Skip to content

Commit

Permalink
bumpy dclab to 0.27.5
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed May 25, 2020
1 parent 166261b commit 4e54dfd
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
Expand Up @@ -2,7 +2,7 @@
- fix: export file names were allowed to have invalid characters
- fix: ignore ResourceWarning
- enh: improved preview speed for .tdms data
- setup: bump dclab from 0.25.0 to 0.27.4 (support ML features)
- setup: bump dclab from 0.25.0 to 0.27.5 (support ML features)
- setup: bump imageio to >=2.8.0
- setup: bump nptdms to >=0.27.0
- setup: drop shapeout dependency
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
license="GPL v3",
description=description,
long_description=open('README.rst').read() if exists('README.rst') else '',
install_requires=["dclab==0.27.4", # pinned for triaging
install_requires=["dclab==0.27.5", # pinned for triaging
"h5py>=2.8.0",
"imageio[ffmpeg]>=2.8.0",
"nptdms>=0.27.0",
Expand Down

0 comments on commit 4e54dfd

Please sign in to comment.