Skip to content

Commit 4b790a5

Browse files
committed
Remove unnecessary dependencies and restrict channels
1 parent bc5474b commit 4b790a5

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

CondaPkg.toml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
channels = ["conda-forge", "anaconda"]
1+
channels = ["conda-forge"]
22

33
[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"
4+
python = "==3.12"
125

136
[pip.deps]
7+
numpy = ""
8+
shapely = ""
9+
open3d = ""
10+
trimesh = ""
11+
rtree = ""
12+
scipy = ""
13+
meshio = ""
14+
rasterio = ""
1415
pysplashsurf = "==0.12.0.1"

0 commit comments

Comments
 (0)