Skip to content

Commit 3197e8d

Browse files
committed
Clear version constraints for numpy, trimesh, rtree, scipy, and meshio
1 parent eac5b69 commit 3197e8d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CondaPkg.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ channels = ["conda-forge"]
33
[deps]
44
python = "==3.11"
55
rasterio = ">=1.4.3"
6-
numpy = ">=2.2"
6+
numpy = ""
77
shapely = ""
8-
trimesh = ">=4.6"
9-
rtree = ">=1.4"
10-
scipy = ">=1.15"
11-
meshio = ">=5.3"
8+
trimesh = ""
9+
rtree = ""
10+
scipy = ""
11+
meshio = ""
1212

1313
[pip.deps]
1414
pysplashsurf = "==0.12.0.1"

0 commit comments

Comments
 (0)