Skip to content

Commit f7e36dd

Browse files
committed
update requirements
1 parent c1ebc92 commit f7e36dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

atlaselectrophysiology/load_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import ibllib.pipes.histology as histology
44
from ibllib.ephys.neuropixel import SITES_COORDINATES
55
import ibllib.atlas as atlas
6-
from ibllib.qc.alignment_qc import AlignmentQC
6+
# from ibllib.qc.alignment_qc import AlignmentQC
77
from oneibl.one import ONE
88
from pathlib import Path
99
import alf.io
@@ -15,7 +15,7 @@
1515

1616
class LoadData:
1717
def __init__(self, one=None, brain_atlas=None, testing=False, probe_id=None):
18-
18+
from ibllib.qc.alignment_qc import AlignmentQC
1919
self.one = one or ONE(base_url=ONE_BASE_URL)
2020
self.brain_atlas = brain_atlas or atlas.AllenAtlas(25)
2121

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
ibllib>=1.5.12
22
pyqtgraph==0.10.0
33
simpleITK
4-
pyqt
4+
pyqt5

0 commit comments

Comments
 (0)