Skip to content

Commit

Permalink
make pyvista optional
Browse files Browse the repository at this point in the history
Resolves #5
  • Loading branch information
nbren12 committed Aug 21, 2024
1 parent 2e7af1b commit e7c7a88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ dependencies = [
"einops>=0.7.0",
"netCDF4>=1.6.5",
"numpy>=1.23.3",
"pyvista>=0.43.2",
"torch>=2.0.1",
]

Expand All @@ -35,6 +34,9 @@ dependencies = [


[project.optional-dependencies]
viz = [
"pyvista>=0.43.2",
]
test = [
"pytest>=6.2.4",
"black>=21.5b2",
Expand Down

0 comments on commit e7c7a88

Please sign in to comment.