Skip to content

Commit

Permalink
Added lightgbm to setup.py (#98)
Browse files Browse the repository at this point in the history
remrama authored Oct 3, 2022
1 parent fc51d93 commit 7a84060
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -32,6 +32,7 @@
"lspopt",
"ipywidgets",
"joblib",
"lightgbm",
]

PACKAGES = [
2 changes: 1 addition & 1 deletion yasa/staging.py
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ class SleepStaging:
"""
Automatic sleep staging of polysomnography data.
To run the automatic sleep staging, you must install the
The automatic sleep staging requires the
`LightGBM <https://lightgbm.readthedocs.io/>`_ and
`antropy <https://github.com/raphaelvallat/antropy>`_ packages.

0 comments on commit 7a84060

Please sign in to comment.