Skip to content

Commit 02cb0fe

Browse files
authored
fix(build): remove nicegui from build.py
1 parent 50e4a3e commit 02cb0fe

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
@@ -16,7 +16,6 @@
1616
import urllib.request
1717

1818
import gradio_client
19-
import nicegui
2019
import oa_pynput
2120
import pycocotools
2221
import pydicom
@@ -35,7 +34,6 @@
3534
def build_pyinstaller() -> None:
3635
"""Build the application using PyInstaller."""
3736
additional_packages_to_install = [
38-
nicegui,
3937
oa_pynput,
4038
pydicom,
4139
spacy_alignments,

0 commit comments

Comments
 (0)