Skip to content

Commit

Permalink
add new pip version
Browse files Browse the repository at this point in the history
  • Loading branch information
timonmerk committed Sep 19, 2024
1 parent cc5b290 commit 0ecda2c
Showing 1 changed file with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,28 @@ readme = "README.rst"
requires-python = ">=3.11"

dependencies = [
"mne",
"fooof",
"matplotlib>=3.9.0",
"mne-bids >= 0.8",
"mne-connectivity",
"mrmr_selection",
"nolds",
"numpy >= 1.21.2",
"pandas >= 2.0.0",
"scikit-learn >= 0.24.2",
"scikit-optimize",
"scipy >= 1.7.1",
"pybispectra >= 1.0.0",
"pyparrm",
"pyarrow>=14.0.2",
"joblib>=1.3.2",
"mne-lsl>=1.2.0",
"pyqt5",
"pydantic>=2.7.3",
"seaborn >= 0.11",
"mne",
"fooof",
"matplotlib>=3.9.0",
"mne-bids >= 0.8",
"mne-connectivity",
"mrmr_selection",
"nolds",
"numpy >= 1.21.2",
"pandas >= 2.0.0",
"scikit-learn >= 0.24.2",
"scikit-optimize",
"scipy >= 1.7.1",
"pybispectra >= 1.0.0",
"pyparrm",
"pyarrow>=14.0.2",
"joblib>=1.3.2",
"mne-lsl>=1.2.0",
"pyqt5",
"pydantic>=2.7.3",
"seaborn >= 0.11",
"pip>=24.2",
"pytest>=8.3.3",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 0ecda2c

Please sign in to comment.