Skip to content

Commit

Permalink
Update project_setup.py (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
yonishelach authored Jan 7, 2025
1 parent 681770c commit 09cb41e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ def _build_image(project: mlrun.projects.MlrunProject, with_gpu: bool):

other_requirements = [
"pip install langchain==0.3.13 openai==1.58.1 langchain_community==0.3.13 pydub==0.25.1",
"pip install streamlit==1.28.0 st-annotated-text==4.0.1 spacy==3.7.2 librosa==0.10.1 ",
"presidio-anonymizer==2.2.34 presidio-analyzer==2.2.34 nltk==3.8.1 flair==0.13.0",
"pip install streamlit==1.28.0 st-annotated-text==4.0.1 spacy==3.7.2 librosa==0.10.1 presidio-anonymizer==2.2.34 presidio-analyzer==2.2.34 nltk==3.8.1 flair==0.13.0",
"python -m spacy download en_core_web_lg",
"pip install -U SQLAlchemy",
"pip uninstall -y onnxruntime-gpu onnxruntime",
Expand Down

0 comments on commit 09cb41e

Please sign in to comment.