Skip to content

Commit

Permalink
pyproject change '>=' from '~='
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeyaprakash-NK committed Sep 13, 2024
1 parent 7580728 commit 36dfd9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ dependencies = [
"kernels-mixer>=0.0.13",
"pendulum>=3.0.0",
"pydantic>=1.10.0",
"bigframes~=0.22.0",
"aiohttp~=3.9.5",
"bigframes>=0.22.0",
"aiohttp>=3.9.5",
"google-cloud-dataproc>=5.10.2",
"google-cloud-storage~=2.18.2"
"google-cloud-storage>=2.18.2"
]
dynamic = ["version", "description", "authors", "urls", "keywords"]

Expand Down

0 comments on commit 36dfd9e

Please sign in to comment.