Skip to content

Commit

Permalink
setup: bump dclab to 0.58.7 (performance)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed May 16, 2024
1 parent 2eb1bed commit dcdb61d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- enh: added links to docs explaining default export selection
- docs: remove Shape-Out 1 reference
- setup: migrate from setup.py to pyproject.toml
- setup: bump dclab to 0.58.7 (performance)
2.16.1
- setup: bump dclab to 0.58.4 (reduced memory usage when computing
contour-based features such as volume, export dataset configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
license = {text = "GPL v3"}
dependencies = [
"fcswrite>=0.5.1",
"dclab[dcor,http,lme4]>=0.58.4",
"dclab[dcor,http,lme4]>=0.58.7",
"h5py>=2.8.0",
"numpy>=1.21", # CVE-2021-33430
"pyqt5",
Expand Down

0 comments on commit dcdb61d

Please sign in to comment.