Skip to content

Commit

Permalink
extend dependency compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Nguyen authored and Benjamin Nguyen committed Jul 16, 2024
1 parent 735ddca commit 5ffe68c
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,19 @@ keywords = [
"sift_py",
]
dependencies = [
"aiofiles==24.1.0",
"typing-extensions==4.12.2",
"typing-extensions~=4.12.2",
# https://grpc.github.io/grpc/python/
"grpcio==1.64.1",
"grpcio~=1.64.1",
# https://googleapis.dev/python/protobuf/latest/
"types-protobuf==5.26.0.20240422",
"protobuf==5.27.2",
"protobuf~=5.27.2",
# https://grpc-interceptor.readthedocs.io
"grpc-interceptor==0.15.4",
"grpc-interceptor~=0.15.4",
# https://pyyaml.org/wiki/PyYAMLDocumentation
"PyYAML==6.0.1",
"types-PyYAML==6.0.12.20240311",
"pandas==2.0.3",
"pandas-stubs==2.0.3.230814",
"PyYAML~=6.0.1",
"types-PyYAML~=6.0.12.20240311",
"pandas~=2.0.3",
"pandas-stubs~=2.0.3.230814",
]

[project.urls]
Expand Down

0 comments on commit 5ffe68c

Please sign in to comment.