Skip to content

Commit

Permalink
remove collada and pyembree
Browse files Browse the repository at this point in the history
  • Loading branch information
mogres committed May 15, 2024
1 parent 560b01e commit 006f952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion cellpack/autopack/ingredient/Ingredient.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
from scipy import spatial
import numpy
import logging
import collada
from scipy.spatial.transform import Rotation as R
from math import pi
from random import uniform, gauss, random
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,12 @@
"firebase_admin>=6.0.1",
"matplotlib>=3.3.4",
"numpy>=1.19.2",
"pmw==2.0.1",
"scipy>=1.6.2",
"simulariumio>=1.6.3",
"plotly>=5.3.1",
"pycollada==0.7.2",
"pyembree>=0.1.8",
"pycollada>=0.7.1",
"pymunk>=6.2.0",
"rtree",
"trimesh>=3.9.34",
"deepdiff>=5.5.0",
"python-dotenv>=1.0.0",
Expand Down

0 comments on commit 006f952

Please sign in to comment.