Skip to content

Commit

Permalink
build: minimum hollerith version
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Nov 21, 2024
1 parent 3833754 commit bd224fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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",
Expand Down

0 comments on commit bd224fa

Please sign in to comment.