Skip to content

Commit df4e93d

Browse files
committed
IeegPrep version 1.2.0 is required
1 parent abf0a6a commit df4e93d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "README.md"
1212
license = { text="GPLv3" }
1313
requires-python = ">=3.8"
1414
dependencies = [
15-
"ieegprep >= 1.1.0",
15+
"ieegprep >= 1.2.0",
1616
"numpy >= 1.22.3",
1717
"scipy >= 1.8.0",
1818
"matplotlib >= 3.5.1",

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[options]
22
python_requires = >= 3.8
33
install_requires =
4-
ieegprep >= 1.1.0
4+
ieegprep >= 1.2.0
55
numpy >= 1.22.3
66
scipy >= 1.8.0
77
matplotlib >= 3.5.1

0 commit comments

Comments
 (0)