Skip to content

Commit

Permalink
Update pyproject.toml and requirment_test files.
Browse files Browse the repository at this point in the history
  • Loading branch information
llcourage authored and RyanMullins committed Oct 11, 2024
1 parent 180f68a commit 424adce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ vertexai = [
test = [
"lime==0.2.0.1",
"pytest>=7.4.0,<8.0.0",
"webtest>=2.0",
]
# LINT.ThenChange(./requirements_test.txt)

Expand Down
1 change: 1 addition & 0 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
lime==0.2.0.1
google-cloud-aiplatform>=1.60.0
pytest>=7.4.0,<8.0.0
webtest>=2.0
# LINT.ThenChange(./pyproject.toml)

0 comments on commit 424adce

Please sign in to comment.