From 4e04a21e091b3d7561e7a1e0aa5e169a381bb589 Mon Sep 17 00:00:00 2001 From: Gregor Boehl Date: Thu, 27 Oct 2022 00:22:22 +0200 Subject: [PATCH] require emcwrap 0.2.2 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f0737c66..2193395d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,6 +17,6 @@ tqdm chaospy cloudpickle h5py -emcwrap>=0.1.4 +emcwrap>=0.2.2 grgrlib>=0.1.15 econsieve>=0.0.8 diff --git a/setup.py b/setup.py index bb6ad003..fc1c7350 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ "chaospy", "cloudpickle", "h5py", - "emcwrap>=0.1.4", + "emcwrap>=0.2.2", "grgrlib>=0.1.15", "econsieve>=0.0.8", ],