Skip to content

Commit

Permalink
simplify dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
julesghub committed Nov 20, 2024
1 parent 5227bba commit eb48345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ maintainers = [
{name = "Underworld Team", email="[email protected]"},
]
dependencies = [
"numpy>=1.20.3",
"mpi4py>=1.2.2",
"numpy<2.0",
"mpi4py",
"h5py",
"pint",
"scipy",
Expand Down

0 comments on commit eb48345

Please sign in to comment.