From 40594d67f7421447f521f8ae27e969053cba1c25 Mon Sep 17 00:00:00 2001 From: Tim Daniel Metzler Date: Tue, 15 Aug 2023 14:04:16 +0200 Subject: [PATCH] Update e2xauthoring dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb349327..b0f3e1fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers=[ ] dependencies = [ "e2xcore>=0.0.3", - "e2xauthoring==0.2.0.dev2", + "e2xauthoring>=0.2.0.dev3", "pandas" ] dynamic = ["version"]