Skip to content

Commit 6205df8

Browse files
committed
Numpy/Numba version support; remove orphaned import
1 parent bf1aa43 commit 6205df8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ibllib/io/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
import spikeglx

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jupyter>=1.0
88
jupyterlab>=1.0
99
matplotlib>=3.0.3
1010
mtscomp>=1.0.1
11-
numba
12-
numpy>=1.18,<=1.21
11+
numba>=0.56
12+
numpy>=1.18
1313
opencv-python
1414
pandas>=0.24.2
1515
phylib>=2.4

0 commit comments

Comments
 (0)