Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
further clean
  • Loading branch information
yeshaokai committed Jun 2, 2024
commit 31ed11ed757568ef0c4ea91efe7d37d42e6a2802
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ conda env create -f conda/amadesuGPT.yml

conda activate amadeusgpt

pip install -e . 'streamlit'
pip install -e .[streamlit]
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ dev =
streamlit =
streamlit>=1.26.0
streamlit_drawable_canvas==0.9.2
ffmpeg
google-cloud-vision
ffmpeg
memory_profiler
streamlit-profiler

Expand Down