Skip to content

Commit

Permalink
Remove MNE export (#120)
Browse files Browse the repository at this point in the history
* Remove MNE export

* Move mne to dev dependencies

* Fix pyproject.toml
  • Loading branch information
cbrnr authored Apr 21, 2024
1 parent 79dceaa commit 5f5732a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 222 deletions.
147 changes: 0 additions & 147 deletions pybv/_export.py

This file was deleted.

70 changes: 0 additions & 70 deletions pybv/tests/test_export.py

This file was deleted.

File renamed without changes.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,9 @@ classifiers = [
]

[project.optional-dependencies]
full = [
"mne >= 1.0",
]

dev = [
"pybv[full]",
"check-manifest",
"mne",
"numpydoc",
"pre-commit",
"pytest",
Expand Down

0 comments on commit 5f5732a

Please sign in to comment.