Skip to content

Commit

Permalink
fix(build): remove nicegui from build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
abrichr authored Nov 8, 2024
1 parent 50e4a3e commit 02cb0fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openadapt/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import urllib.request

import gradio_client
import nicegui
import oa_pynput
import pycocotools
import pydicom
Expand All @@ -35,7 +34,6 @@
def build_pyinstaller() -> None:
"""Build the application using PyInstaller."""
additional_packages_to_install = [
nicegui,
oa_pynput,
pydicom,
spacy_alignments,
Expand Down

0 comments on commit 02cb0fe

Please sign in to comment.