Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer authored Mar 13, 2024
1 parent f500c1a commit 8fbe1b8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@
"pytest-qt>3.3.0",
]

dcimg_deps = [
"dcimg @ git+https://github.com/lens-biophotonics/dcimg.git"
]

# check if pyqt/pyside already installed
try:
import PyQt5
Expand All @@ -68,7 +64,7 @@
except:
pass

all_deps = gui_deps + nwb_deps + test_deps + io_deps + dcimg_deps
all_deps = gui_deps + nwb_deps + test_deps + io_deps

try:
import torch
Expand Down

0 comments on commit 8fbe1b8

Please sign in to comment.