Skip to content

Commit 01b6d2a

Browse files
updating requirements
1 parent 23cab80 commit 01b6d2a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

generative_ai/model_garden/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pandas==2.0.3; python_version == '3.8'
33
pandas==2.1.4; python_version > '3.8'
44
pillow==10.3.0; python_version < '3.8'
55
pillow==10.3.0; python_version >= '3.8'
6-
google-cloud-aiplatform[all]==1.69.0
6+
google-cloud-aiplatform[all]==1.71.0
77
sentencepiece==0.2.0
88
google-auth==2.38.0
99
anthropic[vertex]==0.28.0

generative_ai/model_garden/test_model_garden_examples.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
import os
15+
1516
from typing import Callable
1617

1718
import backoff

0 commit comments

Comments
 (0)