Skip to content

Commit d10442b

Browse files
committed
Update Python and numpy version constraints in CondaPkg.toml
1 parent 7de137c commit d10442b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CondaPkg.toml

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

33
[deps]
4-
python = "3.10.*"
5-
numpy = ">=2.2"
4+
python = "3.11.*"
5+
numpy = "<2"
66
shapely = ">=2.1"
77
trimesh = ">=4.6"
88
rtree = ">=1.4"

0 commit comments

Comments
 (0)