Skip to content

Commit 4ef1e8f

Browse files
committed
Update Python version to 3.12 and adjust numpy constraint in CondaPkg.toml
1 parent d10442b commit 4ef1e8f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CondaPkg.toml

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

33
[deps]
4-
python = "3.11.*"
5-
numpy = "<2"
4+
python = "3.12.*"
5+
numpy = ">=2.2"
66
shapely = ">=2.1"
77
trimesh = ">=4.6"
88
rtree = ">=1.4"
99
scipy = ">=1.15"
1010
meshio = ">=5.3"
1111
rasterio = ">=1.4.3"
12+
open3d = { version = "==0.19.0", build = "*_0" }
1213

1314
[pip.deps]
14-
pysplashsurf = "==0.12.0.1"
15-
open3d = "==0.19.0"
15+
pysplashsurf = "==0.12.0.1"

0 commit comments

Comments
 (0)