Skip to content

Commit 71a3c19

Browse files
committed
Replace igor with igor2 in dependencies
1 parent 38cb350 commit 71a3c19

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/source/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Neo will still install but the IO module that uses them will fail on loading:
2525
* scipy >= 1.0.0 for NeoMatlabIO
2626
* h5py >= 2.5 for KwikIO
2727
* klusta for KwikIO
28-
* igor >= 0.2 for IgorIO
28+
* igor2 >= 0.5.2 for IgorIO
2929
* nixio >= 1.5 for NixIO
3030
* stfio for StimfitIO
3131
* pillow for TiffIO

neo/test/iotest/test_igorio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import unittest
66

77
try:
8-
import igor
8+
import igor2
99

1010
HAVE_IGOR = True
1111
except ImportError:

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ test = [
4848
"scipy>=1.0.0",
4949
"pyedflib",
5050
"h5py",
51-
"igor",
51+
"igor2",
5252
"klusta",
5353
"tqdm",
5454
"nixio",
@@ -66,7 +66,7 @@ docs = [
6666
"docutils<0.18",
6767
]
6868

69-
igorproio = ["igor"]
69+
igorproio = ["igor2"]
7070
kwikio = ["klusta"]
7171
neomatlabio = ["scipy>=1.0.0"]
7272
nixio = ["nixio>=1.5.0"]
@@ -82,7 +82,7 @@ all = [
8282
"coverage",
8383
"coveralls",
8484
"h5py",
85-
"igor",
85+
"igor2",
8686
"ipython",
8787
"klusta",
8888
"matplotlib",

0 commit comments

Comments
 (0)