Skip to content

Commit

Permalink
fix: reverting cerebras version back to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanleomk committed Nov 14, 2024
1 parent e631b95 commit 6620dfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mistralai = { version = "^1.0.3", optional = true }
google-generativeai = { version = "^0.8.2", optional = true }
google-cloud-aiplatform = { version = "^1.53.0", optional = true }
jsonref = { version = "^1.1.0", optional = true }
cerebras_cloud_sdk = { version = "^1.11.0", optional = true }
cerebras_cloud_sdk = { version = "^1.5.0", optional = true }
fireworks-ai = { version = "^0.15.4", optional = true }

[tool.poetry.extras]
Expand Down Expand Up @@ -103,7 +103,7 @@ groq = ">=0.4.2,<0.12.0"
phonenumbers = "^8.13.33"
cohere = "^5.1.8"
mistralai = "^1.0.3"
cerebras_cloud_sdk = "^1.11.0"
cerebras_cloud_sdk = "^1.5.0"
fireworks-ai = "^0.15.4"
graphviz = "^0.20.3"
sqlmodel = "^0.0.22"
Expand Down

0 comments on commit 6620dfa

Please sign in to comment.