Skip to content

Commit

Permalink
[MAINT] Add scikit-learn as a dependency (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbinns authored Dec 30, 2024
1 parent 712e6c3 commit c17d348
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ dependencies:
- mne>1.6
- numba
- numpy
- scikit-learn
- scipy
10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
]
dependencies = ["joblib", "matplotlib", "mne>1.6", "numba", "numpy", "scipy"]
dependencies = [
"joblib",
"matplotlib",
"mne>1.6",
"numba",
"numpy",
"scikit-learn",
"scipy",
]
description = "A Python signal processing package for computing spectral-domain and time-domain interactions using the bispectrum."
name = "pybispectra"
readme = "README.md"
Expand Down

0 comments on commit c17d348

Please sign in to comment.