Skip to content

Commit f0a4a8d

Browse files
Jammy2211Jammy2211
authored andcommitted
updates for rectangular grid sorted
1 parent a63369d commit f0a4a8d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

autoarray/structures/mesh/triangulation_2d.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ def delaunay(self) -> "scipy.spatial.Delaunay":
9595
to compute the Voronoi mesh are ill posed. These exceptions are caught and combined into a single
9696
`MeshException`, which helps exception handling in the `inversion` package.
9797
"""
98+
9899
import scipy.spatial
99100

100101
try:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dependencies = [
3030
"astropy>=5.0,<=6.1.2",
3131
"decorator>=4.0.0",
3232
"dill>=0.3.1.1",
33+
"jaxnnls==1.0.1",
3334
"matplotlib>=3.7.0",
3435
"scipy<=1.14.0",
3536
"scikit-image<=0.24.0",

0 commit comments

Comments
 (0)