Skip to content

Commit

Permalink
setup: bump dclab from 0.61.1 to 0.62.7 (close #32)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Dec 6, 2024
1 parent 5c34495 commit e58294c
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.17.3
- setup: bump dclab from 0.61.1 to 0.62.7 (#32)
0.17.2
- ref: support numpy 2
0.17.1
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[tdms]>=0.61.1",
install_requires=["dclab[tdms]>=0.62.7",
"h5py>=3.9.0",
# https://github.com/imageio/imageio/issues/766
"imageio[ffmpeg]==2.10.3",
Expand Down

0 comments on commit e58294c

Please sign in to comment.