Skip to content

Commit

Permalink
Require PyMef 1.4.2 to fix compilation when a wheel is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxvandenBoom committed Sep 25, 2023
1 parent 778da01 commit 730317a
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 @@ -14,7 +14,7 @@ requires-python = ">=3.8"
dependencies = [
"numpy >= 1.22.3",
"scipy >= 1.8.0",
"pymef >= 1.4.1",
"pymef >= 1.4.2",
"psutil >= 5.9.4",
]
keywords = ["intracranial", "electroencephalography", "ieeg", "BIDS"]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ python_requires = >= 3.8
install_requires =
numpy >= 1.22.3
scipy >= 1.8.0
pymef >= 1.4.1
pymef >= 1.4.2
psutil >= 5.9.4

0 comments on commit 730317a

Please sign in to comment.