diff --git a/pyproject.toml b/pyproject.toml index 47452979..fb349327 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers=[ "Programming Language :: Python :: 3.11", ] dependencies = [ - "e2xcore==0.0.2", + "e2xcore>=0.0.3", "e2xauthoring==0.2.0.dev2", "pandas" ]