Skip to content

Commit 93d439d

Browse files
committed
🔧 Restore version constraints for numpy, trimesh, rtree, and scipy
1 parent b087581 commit 93d439d

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

CondaPkg.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
channels = ["conda-forge", "anaconda"]
22

33
[deps]
4-
numpy = ""
4+
numpy = ">=2.2"
55
shapely = ">=2.1"
66
open3d = ">=0.19"
7-
trimesh = ""
8-
rtree = ""
9-
scipy = ""
10-
rasterio = ""
11-
gdal = ""
7+
trimesh = ">=4.6"
8+
rtree = ">=1.4"
9+
scipy = ">=1.15"
10+
11+
[pip.deps]
12+
rasterio = "==1.4.1"

0 commit comments

Comments
 (0)