We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bbeba6 commit 419c226Copy full SHA for 419c226
CHANGELOG
@@ -1,3 +1,5 @@
1
+0.16.0
2
+ - setup: bump dclab from 0.55.7 to 0.57.0 (speed)
3
0.15.1
4
- setup: bump dclab from 0.52.0 to 0.55.7
5
0.15.0
setup.py
@@ -24,7 +24,7 @@
24
license="GPL v3",
25
description=description,
26
long_description=open('README.rst').read() if exists('README.rst') else '',
27
- install_requires=["dclab[tdms]>=0.55.7",
+ install_requires=["dclab[tdms]>=0.57.0",
28
"h5py>=3.9.0",
29
# https://github.com/imageio/imageio/issues/766
30
"imageio[ffmpeg]==2.10.3",
0 commit comments