We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d10442b commit 4ef1e8fCopy full SHA for 4ef1e8f
1 file changed
CondaPkg.toml
@@ -1,15 +1,15 @@
1
channels = ["conda-forge"]
2
3
[deps]
4
-python = "3.11.*"
5
-numpy = "<2"
+python = "3.12.*"
+numpy = ">=2.2"
6
shapely = ">=2.1"
7
trimesh = ">=4.6"
8
rtree = ">=1.4"
9
scipy = ">=1.15"
10
meshio = ">=5.3"
11
rasterio = ">=1.4.3"
12
+open3d = { version = "==0.19.0", build = "*_0" }
13
14
[pip.deps]
-pysplashsurf = "==0.12.0.1"
15
-open3d = "==0.19.0"
+pysplashsurf = "==0.12.0.1"
0 commit comments