From c86cfac69ebf7ea699bac80f719c4d00d1bc00ac Mon Sep 17 00:00:00 2001 From: Tim Daniel Metzler Date: Tue, 12 Nov 2024 17:17:36 +0100 Subject: [PATCH] Update e2xauthoring version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e0d5a12..ce03d442 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers=[ ] dependencies = [ "e2xcore>=0.0.5", - "e2xauthoring>=0.2.1", + "e2xauthoring>=0.3.0,<0.4", "pandas" ] dynamic = ["version"]