Skip to content

Commit

Permalink
Update requirements.txt: Add 'rtree' dependency and update 'trimesh' …
Browse files Browse the repository at this point in the history
…version constraints (#344)
  • Loading branch information
iory committed Jan 9, 2024
1 parent 6581f67 commit 0186f77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ pysdfgen>=0.1.5
python-fcl # for collision check in trimesh module
pyyaml
repoze.lru;python_version<"3.2"
rtree # need rtree for simplify_quadric_decimation
scikit-learn
scipy;python_version>="3.0"
scipy<=1.2.3;python_version<"3.0"
six
trimesh[easy]>=3.9.0,!=3.23.0 # need rtree for simplify_quadric_decimation
trimesh>=3.9.0,!=3.23.0

0 comments on commit 0186f77

Please sign in to comment.