From f9deb5dfe4eb2d823d64574206648c17c0eeb93d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Wed, 17 Jul 2024 01:08:42 +0200 Subject: [PATCH] setup: bump dclab to 0.60.5 --- CHANGELOG | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6e823b3..89e893f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,8 @@ - BREAKING CHANGE: set default viscosity model for Young's modulus computation to "buyukurganci-2022", because it is more accurate and also because it is defined for the "0.83% MC-PBS" medium - - setup: bump dclab to 0.60.1 (fix basin-based array access) + - setup: bump dclab to 0.60.5 (fix basin-based array access, export from + datasets with internal basins) 2.17.0 - setup: bump dclab to 0.60.0 (internal basin support, export logs) 2.16.5 diff --git a/pyproject.toml b/pyproject.toml index dfd0a36..1f26244 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ license = {text = "GPL v3"} dependencies = [ "fcswrite>=0.5.1", - "dclab[dcor,http]>=0.60.1", + "dclab[dcor,http]>=0.60.5", "h5py>=2.8.0", "numpy>=1.21", # CVE-2021-33430 "pyqt5",