Skip to content

Commit

Permalink
pip-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Coniferish committed Aug 6, 2024
1 parent 6f3a784 commit 66c4d27
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ python-dateutil==2.9.0.post0
# jupyter-client
python-json-logger==2.0.7
# via jupyter-events
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -c ./test.txt
# jupyter-events
Expand Down
2 changes: 1 addition & 1 deletion requirements/extra-paddleocr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ python-dateutil==2.9.0.post0
# via
# -c ./base.txt
# matplotlib
pyyaml==6.0.1
pyyaml==6.0.2
# via unstructured-paddleocr
rapidfuzz==3.9.5
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/extra-pdf-image.txt
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ python-multipart==0.0.9
# via unstructured-inference
pytz==2024.1
# via pandas
pyyaml==6.0.1
pyyaml==6.0.2
# via
# huggingface-hub
# layoutparser
Expand Down
2 changes: 2 additions & 0 deletions requirements/extra-pptx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ pillow==10.4.0
# via python-pptx
python-pptx==1.0.1
# via -r ./extra-pptx.in
typing-extensions==4.12.2
# via python-pptx
xlsxwriter==3.2.0
# via python-pptx
2 changes: 1 addition & 1 deletion requirements/huggingface.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ packaging==23.2
# -c ./base.txt
# huggingface-hub
# transformers
pyyaml==6.0.1
pyyaml==6.0.2
# via
# huggingface-hub
# transformers
Expand Down
4 changes: 1 addition & 3 deletions requirements/ingest/astradb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ anyio==3.7.1
# -c ./ingest/../base.txt
# -c ./ingest/../deps/constraints.txt
# httpx
astrapy==1.4.0
astrapy==1.4.1
# via -r ./ingest/astradb.in
bson==0.5.10
# via astrapy
cassandra-driver==3.29.1
# via cassio
cassio==0.1.8
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/chroma.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ python-dateutil==2.9.0.post0
# posthog
python-dotenv==1.0.1
# via uvicorn
pyyaml==6.0.1
pyyaml==6.0.2
# via
# chromadb
# huggingface-hub
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/clarifai.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pygments==2.18.0
# via rich
python-rapidjson==1.20
# via tritonclient
pyyaml==6.0.1
pyyaml==6.0.2
# via clarifai
requests==2.32.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/embed-aws-bedrock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ python-dateutil==2.9.0.post0
# via
# -c ./ingest/../base.txt
# botocore
pyyaml==6.0.1
pyyaml==6.0.2
# via
# langchain
# langchain-community
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/embed-huggingface.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pydantic==2.8.2
# langsmith
pydantic-core==2.20.1
# via pydantic
pyyaml==6.0.1
pyyaml==6.0.2
# via
# huggingface-hub
# langchain-core
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/embed-openai.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pydantic==2.8.2
# openai
pydantic-core==2.20.1
# via pydantic
pyyaml==6.0.1
pyyaml==6.0.2
# via langchain-core
regex==2024.7.24
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/embed-vertexai.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ python-dateutil==2.9.0.post0
# via
# -c ./ingest/../base.txt
# google-cloud-bigquery
pyyaml==6.0.1
pyyaml==6.0.2
# via
# langchain
# langchain-community
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/embed-voyageai.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pydantic==2.8.2
# langsmith
pydantic-core==2.20.1
# via pydantic
pyyaml==6.0.1
pyyaml==6.0.2
# via
# langchain
# langchain-core
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ python-dateutil==2.9.0.post0
# via
# -c ./base.txt
# freezegun
pyyaml==6.0.1
pyyaml==6.0.2
# via vcrpy
referencing==0.35.1
# via
Expand Down

0 comments on commit 66c4d27

Please sign in to comment.