We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a63369d commit f0a4a8dCopy full SHA for f0a4a8d
2 files changed
autoarray/structures/mesh/triangulation_2d.py
@@ -95,6 +95,7 @@ def delaunay(self) -> "scipy.spatial.Delaunay":
95
to compute the Voronoi mesh are ill posed. These exceptions are caught and combined into a single
96
`MeshException`, which helps exception handling in the `inversion` package.
97
"""
98
+
99
import scipy.spatial
100
101
try:
pyproject.toml
@@ -30,6 +30,7 @@ dependencies = [
30
"astropy>=5.0,<=6.1.2",
31
"decorator>=4.0.0",
32
"dill>=0.3.1.1",
33
+ "jaxnnls==1.0.1",
34
"matplotlib>=3.7.0",
35
"scipy<=1.14.0",
36
"scikit-image<=0.24.0",
0 commit comments