Skip to content

Commit

Permalink
Adds missing dependency to image captioning flow
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahbenizzy authored and skrawcz committed Feb 13, 2024
1 parent 9d6895e commit 853e7c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
import logging
from typing import IO, Any, Dict, List, Optional, Union

import boto3

from hamilton.function_modifiers import config

logger = logging.getLogger(__name__)
Expand All @@ -15,6 +13,7 @@

with contrib.catch_import_errors(__name__, __file__, logger):
# non-hamilton imports go here
import boto3
import openai


Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
boto3
# put non-hamilton requirements here
openai

0 comments on commit 853e7c7

Please sign in to comment.