Skip to content

Commit abd2d99

Browse files
authored
fix(build): remove notifypy from build.py
1 parent 294fe71 commit abd2d99

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

openadapt/build.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import sys
1414

1515
import nicegui
16-
import notifypy
1716
import oa_pynput
1817
import pydicom
1918
import spacy_alignments
@@ -28,7 +27,6 @@ def main() -> None:
2827
"""Entry point."""
2928
additional_packages_to_install = [
3029
nicegui,
31-
notifypy,
3230
oa_pynput,
3331
pydicom,
3432
spacy_alignments,

0 commit comments

Comments
 (0)