Skip to content

Commit 4c9ac04

Browse files
committed
Refactor dependencies to specify versions and remove empty entries
1 parent 9e9657e commit 4c9ac04

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

CondaPkg.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ channels = ["conda-forge"]
22

33
[deps]
44
python = "==3.12"
5+
rasterio = ">=1.4.3"
6+
numpy = ">=2.2"
7+
shapely = ">=2.1"
8+
trimesh = ">=4.6"
9+
rtree = ">=1.4"
10+
scipy = ">=1.15"
11+
meshio = ">=5.3"
512

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

0 commit comments

Comments
 (0)