Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
totonga committed Oct 5, 2024
1 parent 75e805f commit 3cfb5fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ classifiers = [
requires-python = ">=3.10.14"
dynamic = ["version"]
dependencies = [
"protobuf>=3.20.0,<4.0.0",
"requests>=2.25.1,<3.0.0",
"pandas>=1.2.0,<2.0.0",
"protobuf>=4.25.2,<5.0.0",
"requests>=2.30.0,<3.0.0",
"pandas>=2.2.0,<3.0.0",
]

[project.optional-dependencies]
exd-data = ["grpcio>=1.38.0,<2.0.0"]
exd-data = ["grpcio>=1.59.3,<2.0.0"]
test = [
"bandit[toml]==1.7.10",
"black==24.8.0",
Expand Down

0 comments on commit 3cfb5fa

Please sign in to comment.