Skip to content

Commit

Permalink
fix ci (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
suluyana authored Aug 30, 2024
1 parent 0f900ee commit 2029322
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dev_scripts/dockerci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ playwright install --with-deps chromium

# install package
pip install fastapi pydantic uvicorn docker sqlmodel transformers ray
pip install pymongo motor llama-index-storage-docstore-mongodb llama-index-storage-index-store-mongodb llama-index-readers-mongodb
pip install pymongo motor llama-index-storage-docstore-mongodb==0.1.3 llama-index-storage-index-store-mongodb==0.1.2 llama-index-readers-mongodb==0.1.7
pip install tensorflow pyclipper shapely tf_slim
pip install moviepy

Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jupyter>=1.0.0
langchain
langchain-community
langchain-experimental
llama-index
llama-index==0.10.29
llama-index-core==0.10.39.post1
llama-index-readers-json
llama-index-retrievers-bm25==0.1.5
modelscope[framework]>=1.16.0
Expand Down

0 comments on commit 2029322

Please sign in to comment.