From 902abc0c7c29865d832b6a1517f2af9e57980003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Wed, 9 Oct 2024 23:06:05 +0200 Subject: [PATCH] setup: bump dcnum from 0.25.2 to 0.25.3 --- CHANGELOG | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index b4df623..a038cc1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ 0.6.3 - ref: use dcnum methods to set environment variables for single threads + - setup: bump dcnum from 0.25.2 to 0.25.3 0.6.2 - docs: fix typo in CLI help page - setup: bump dcnum from 0.25.0 to 0.25.2 (minor speed-up) diff --git a/pyproject.toml b/pyproject.toml index ae49b0a..8fb88e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ ] license = {text = "GPL version 3.0 or later"} dependencies = [ - "dcnum>=0.25.2", + "dcnum>=0.25.3", "h5py>=3.0.0, <4", "numpy>=1.21, <3", # CVE-2021-33430 ]