We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c34495 commit e58294cCopy full SHA for e58294c
2 files changed
CHANGELOG
@@ -1,3 +1,5 @@
1
+0.17.3
2
+ - setup: bump dclab from 0.61.1 to 0.62.7 (#32)
3
0.17.2
4
- ref: support numpy 2
5
0.17.1
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.61.1",
+ install_requires=["dclab[tdms]>=0.62.7",
28
"h5py>=3.9.0",
29
# https://github.com/imageio/imageio/issues/766
30
"imageio[ffmpeg]==2.10.3",
0 commit comments