Skip to content

Commit

Permalink
IeegPrep version 1.2.0 is required
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxvandenBoom committed Apr 22, 2023
1 parent abf0a6a commit df4e93d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
license = { text="GPLv3" }
requires-python = ">=3.8"
dependencies = [
"ieegprep >= 1.1.0",
"ieegprep >= 1.2.0",
"numpy >= 1.22.3",
"scipy >= 1.8.0",
"matplotlib >= 3.5.1",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[options]
python_requires = >= 3.8
install_requires =
ieegprep >= 1.1.0
ieegprep >= 1.2.0
numpy >= 1.22.3
scipy >= 1.8.0
matplotlib >= 3.5.1
Expand Down

0 comments on commit df4e93d

Please sign in to comment.