From 1730c3656dfd7e43e714a24af0716c2dcc2cdcf3 Mon Sep 17 00:00:00 2001 From: Vadym Doroshenko Date: Thu, 24 Aug 2023 16:02:05 +0200 Subject: [PATCH] dp_accounting version --- pyproject.toml | 2 +- requirements.dev.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 44569f50..9cf6bd7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" python = "^3.8, < 3.12" python-dp = "^1.1.4" numpy = "^1.20.1" -dp_accounting = "^0.4.2" +dp_accounting = "^0.4.1" [tool.poetry.dev-dependencies] yapf = "^0.32.0" diff --git a/requirements.dev.txt b/requirements.dev.txt index 47779b5e..8b743f4f 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -10,5 +10,5 @@ pytest-timeout pylint yapf -dp-accounting==0.4.2 +dp-accounting==0.4.1 python-dp==1.1.4 \ No newline at end of file diff --git a/setup.py b/setup.py index c17b939c..39780f6c 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ ['numpy>=1.20.1,<2.0.0', 'python-dp>=1.1.4', 'scipy>=1.7.3,<2.0.0', - 'dp_accounting>=0.4.2',] + 'dp_accounting>=0.4.1',] def read(fname):