Skip to content

Commit

Permalink
added openai and google-cloud-aiplatform to all-steps dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RichJackson committed Sep 9, 2024
1 parent 4d36786 commit 664fdd2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@ all-steps = [
"py4j>=0.10.9",
"rdkit>=2023.3.1",
"stanza>=1.0.0,<1.6.0", # We're seeing IT test failures on linux with stanza 1.6.0
"gliner==0.1.7" # GLINER is under active development, so pinning version until API stabilises

"gliner==0.1.7", # GLINER is under active development, so pinning version until API stabilises
"google-cloud-aiplatform", # Required for vertex API
"openai" # Required for OpenAI API
]
dev = [
"kazu[webserver,typed,model-training,all-steps,model-training]",
Expand Down

0 comments on commit 664fdd2

Please sign in to comment.