Skip to content

Commit

Permalink
make mistralai version >=1.0 instead of >=1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
b.nativi committed Aug 15, 2024
1 parent df37020 commit b479c89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repos:
"psycopg2-binary",
"pgvector",
"openai",
"mistralai>=1.0.0",
"mistralai>=1.0",
"absl-py",
"nltk",
"rouge_score",
Expand Down
2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
"structlog",
"pgvector",
"openai",
"mistralai >= 1.0.0",
"mistralai >= 1.0",
"absl-py",
"nltk",
"rouge_score",
Expand Down

0 comments on commit b479c89

Please sign in to comment.