Skip to content

Commit

Permalink
fixing broken dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ztzhang committed Feb 20, 2020
1 parent 5ca2a93 commit 256958d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install_trimesh.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
source activate shaperecon
conda config --add channels conda-forge
conda install shapely rtree pyembree numpy scipy
conda install shapely rtree pyembree
conda install -c conda-forge scikit-image
pip install trimesh[all]
conda install "pillow<7"
pip install trimesh[all]==2.35.47

0 comments on commit 256958d

Please sign in to comment.