Skip to content

Commit

Permalink
Fix poetry extras
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamon committed Nov 4, 2023
1 parent b695797 commit ac852bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ dnspython = ">=2.0.0"
python-dateutil = ">=2.5.3"
urllib3 = "1.25.3"
tqdm = ">=4.64.1"
grpcio = ">=1.44.0"
grpc-gateway-protoc-gen-openapiv2 = "0.1.0"
googleapis-common-protos = ">=1.53.0"
lz4 = ">=3.1.3"
protobuf = "~=3.20.0"
grpcio = { version = ">=1.44.0", optional = true }
grpc-gateway-protoc-gen-openapiv2 = { version = "0.1.0", optional = true }
googleapis-common-protos = { version = ">=1.53.0", optional = true }
lz4 = { version = ">=3.1.3", optional = true }
protobuf = { version = "~=3.20.0", optional = true }

[tool.poetry.group.dev.dependencies]
numpy = ">=1.22"
Expand Down

0 comments on commit ac852bb

Please sign in to comment.