From bd224fa44bebd9077302570332efc46362f3c7e6 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Thu, 21 Nov 2024 18:53:57 +0100 Subject: [PATCH] build: minimum hollerith version --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d86eb0650..60e1e3111 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = ["ansys-dpf-core>=0.7.2", "ansys-tools-path>=0.6.0", "ansys-platform-instancemanagement~=1.0", "pyvista>=0.43.4", - "hollerith==0.4.1", + "hollerith>=0.4.1", "numpy>=1", "pandas>=2.0", "appdirs>=1.4.4" @@ -38,6 +38,7 @@ dependencies = ["ansys-dpf-core>=0.7.2", [project.optional-dependencies] tests = [ "matplotlib==3.9.2", + "hollerith==0.5.0", "numpy==2.1.3", "pytest==8.3.3", "pytest-cov==6.0.0",