Skip to content

Commit

Permalink
new dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo1990 committed Feb 13, 2024
1 parent db80ed6 commit bac4bb2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ requires = [
"setuptools-scm",
"cython",
"wheel",
"numpy"
"numpy",
"scipy",
"pillow",
"scikit-image==0.22.0",
"vtk==9.0.1",
"pandas",
"networkx"
]

[project]
Expand All @@ -20,6 +26,9 @@ dependencies = [
"pillow",
"scikit-image==0.22.0",
"cython==3.0.5",
"vtk==9.0.1",
"pandas",
"networkx"
]

[tool.coverage]
Expand Down

0 comments on commit bac4bb2

Please sign in to comment.