Spaces:
Sleeping
Sleeping
Commit
·
85a3747
1
Parent(s):
be7143f
Remove 'fresnel' from requirements.txt
Browse files- requirements.txt +0 -1
- salad/utils/visutil.py +5 -1
requirements.txt
CHANGED
|
@@ -48,7 +48,6 @@ ffmpy==0.3.0
|
|
| 48 |
filelock==3.12.0
|
| 49 |
Flask==2.3.1
|
| 50 |
fonttools==4.39.3
|
| 51 |
-
fresnel==0.13.5
|
| 52 |
frozenlist==1.3.3
|
| 53 |
fsspec==2023.4.0
|
| 54 |
future==0.18.3
|
|
|
|
| 48 |
filelock==3.12.0
|
| 49 |
Flask==2.3.1
|
| 50 |
fonttools==4.39.3
|
|
|
|
| 51 |
frozenlist==1.3.3
|
| 52 |
fsspec==2023.4.0
|
| 53 |
future==0.18.3
|
salad/utils/visutil.py
CHANGED
|
@@ -1,7 +1,11 @@
|
|
| 1 |
import numpy as np
|
| 2 |
import trimesh
|
| 3 |
import matplotlib.pyplot as plt
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
from PIL import Image
|
| 6 |
|
| 7 |
|
|
|
|
| 1 |
import numpy as np
|
| 2 |
import trimesh
|
| 3 |
import matplotlib.pyplot as plt
|
| 4 |
+
####
|
| 5 |
+
# TODO: lift the dependency on fresnelvis
|
| 6 |
+
# from salad.utils import nputil, thutil, fresnelvis
|
| 7 |
+
from salad.utils import nputil, thutil
|
| 8 |
+
####
|
| 9 |
from PIL import Image
|
| 10 |
|
| 11 |
|