marta-marta commited on
Commit
b5e668e
1 Parent(s): c219d0f
Files changed (2) hide show
  1. requirements.txt +1 -2
  2. voxel_to_SDF_to_STL.py +0 -1
requirements.txt CHANGED
@@ -6,9 +6,8 @@ Pillow==10.0.1
6
  pyvista==0.42.2
7
  scikit_image==0.19.2
8
  scipy==1.9.1
9
- skimage==0.0
10
  stl==0.0.3
11
  stpyvista==0.0.9
12
  streamlit==1.18.1
13
  tensorflow==2.10.0
14
- trimesh==3.20.1
 
6
  pyvista==0.42.2
7
  scikit_image==0.19.2
8
  scipy==1.9.1
9
+ scikit-image==0.22.0
10
  stl==0.0.3
11
  stpyvista==0.0.9
12
  streamlit==1.18.1
13
  tensorflow==2.10.0
 
voxel_to_SDF_to_STL.py CHANGED
@@ -1,6 +1,5 @@
1
  import numpy as np
2
  from scipy.ndimage import morphology
3
-
4
  from skimage import measure
5
  from stl import mesh
6
  import pyvista as pv
 
1
  import numpy as np
2
  from scipy.ndimage import morphology
 
3
  from skimage import measure
4
  from stl import mesh
5
  import pyvista as pv