Skip to content

Commit

Permalink
Add dependency requirements to make dependency checks happy
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiseck3 committed Jul 16, 2024
1 parent 2cbf1fa commit b0e71dc
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 33 deletions.
2 changes: 2 additions & 0 deletions requirements/ingest/milvus.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-c ../deps/constraints.txt
-c ../base.txt
pymilvus
grpcio==1.64.1
mmh3==4.1.0
58 changes: 25 additions & 33 deletions requirements/ingest/milvus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,53 +4,45 @@
#
# pip-compile milvus.in
#
environs==9.5.0
# via pymilvus
grpcio==1.63.0
# via pymilvus
marshmallow==3.21.3
certifi==2024.7.4
# via
# -c ../base.txt
# environs
milvus-lite==2.4.8
# via pymilvus
numpy==1.26.4
# -c ../deps/constraints.txt
# requests
charset-normalizer==3.3.2
# via
# -c ../base.txt
# pandas
packaging==23.2
# requests
grpcio==1.64.1
# via
# -c ../base.txt
# -c ../deps/constraints.txt
# marshmallow
pandas==2.2.2
# -r milvus.in
# grpcio-tools
# pymilvus
grpcio-tools==1.62.2
# via pymilvus
idna==3.7
# via
# -c ../base.txt
# requests
mmh3==4.1.0
# via -r milvus.in
protobuf==4.23.4
# via
# -c ../deps/constraints.txt
# pymilvus
pymilvus==2.4.4
# grpcio-tools
pymilvus==1.1.0
# via -r milvus.in
python-dateutil==2.9.0.post0
# via
# -c ../base.txt
# pandas
python-dotenv==1.0.1
# via environs
pytz==2024.1
# via pandas
six==1.16.0
# via
# -c ../base.txt
# python-dateutil
tqdm==4.66.4
requests==2.32.3
# via
# -c ../base.txt
# milvus-lite
tzdata==2024.1
# via pandas
# pymilvus
ujson==5.10.0
# via pymilvus
urllib3==1.26.19
# via
# -c ../base.txt
# -c ../deps/constraints.txt
# requests

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit b0e71dc

Please sign in to comment.