Skip to content

Commit

Permalink
Replace igor with igor2 in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed May 11, 2023
1 parent 38cb350 commit 71a3c19
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Neo will still install but the IO module that uses them will fail on loading:
* scipy >= 1.0.0 for NeoMatlabIO
* h5py >= 2.5 for KwikIO
* klusta for KwikIO
* igor >= 0.2 for IgorIO
* igor2 >= 0.5.2 for IgorIO
* nixio >= 1.5 for NixIO
* stfio for StimfitIO
* pillow for TiffIO
Expand Down
2 changes: 1 addition & 1 deletion neo/test/iotest/test_igorio.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import unittest

try:
import igor
import igor2

HAVE_IGOR = True
except ImportError:
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ test = [
"scipy>=1.0.0",
"pyedflib",
"h5py",
"igor",
"igor2",
"klusta",
"tqdm",
"nixio",
Expand All @@ -66,7 +66,7 @@ docs = [
"docutils<0.18",
]

igorproio = ["igor"]
igorproio = ["igor2"]
kwikio = ["klusta"]
neomatlabio = ["scipy>=1.0.0"]
nixio = ["nixio>=1.5.0"]
Expand All @@ -82,7 +82,7 @@ all = [
"coverage",
"coveralls",
"h5py",
"igor",
"igor2",
"ipython",
"klusta",
"matplotlib",
Expand Down

0 comments on commit 71a3c19

Please sign in to comment.