Skip to content

Commit

Permalink
Removed: Pillow dependency, since we are using OpenCV in pyLightIO now.
Browse files Browse the repository at this point in the history
  • Loading branch information
regcs committed Nov 8, 2021
1 parent cfdd8aa commit beb3ef3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ class LookingGlassAddon:
# NOTE: The tuple has the form (import name, install name, install version)
external_dependecies = [
('pynng', 'pynng', ''),
('PIL', 'pillow', ''),
('cv2', 'opencv-python', ''),
('pylightio', 'pylightio', ''),
]
Expand Down
1 change: 0 additions & 1 deletion lib/pylightio/lookingglass/lightfields.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
###################################################
import io, os
import numpy as np
from PIL import Image

# debuging
import time
Expand Down

0 comments on commit beb3ef3

Please sign in to comment.