Skip to content

Commit

Permalink
add missing scipy dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
yrevaz committed Oct 10, 2024
1 parent c17a221 commit df789c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- h5py
- ipython
- matplotlib
- numba>=0.50
- numba>=0.60
- numpy>=2.0
- pip
- pykdtree
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ dependencies = [
"numpy>=2.0",
"h5py",
"unyt>=2.9.0",
"numba>=0.50.0",
"numba>=0.60.0",
"scipy",
]

[project.urls]
Expand Down

0 comments on commit df789c4

Please sign in to comment.