Skip to content

Commit

Permalink
Add quotes around each packahe name
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Jan 20, 2025
1 parent 22fb9a7 commit ff4c92f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions scripts/docs_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ install_graphviz() {

install_packages() {
pip install -e ".[docs]"
pip install falkordb graphrag_sdk neo4j-graphrag pypdf \
pdoc3>=0.11.5 \
pyyaml>=6.0.2 \
termcolor>=2.5.0 \
nbclient>=0.10.2 \
arxiv>=2.1.3 \
pip install "falkordb" "graphrag_sdk" "neo4j-graphrag" "pypdf" \
"pdoc3>=0.11.5" \
"pyyaml>=6.0.2" \
"termcolor>=2.5.0" \
"nbclient>=0.10.2" \
"arxiv>=2.1.3" \
"flaml[automl]" \
pygraphviz>=1.14 \
replicate
"pygraphviz>=1.14" \
"replicate"
}

docs_generate() {
Expand Down

0 comments on commit ff4c92f

Please sign in to comment.