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