File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 55import unittest
66
77try :
8- import igor
8+ import igor2
99
1010 HAVE_IGOR = True
1111except ImportError :
Original file line number Diff line number Diff 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 " ]
7070kwikio = [" klusta" ]
7171neomatlabio = [" scipy>=1.0.0" ]
7272nixio = [" 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" ,
You can’t perform that action at this time.
0 commit comments