Skip to content

Commit

Permalink
use >
Browse files Browse the repository at this point in the history
  • Loading branch information
acatav committed Mar 22, 2024
1 parent 831bd02 commit 93cb3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ torch = { version = ">=1.13.1", optional = true }
transformers = { version = ">=4.26.1", optional = true }
sentence-transformers = { version = ">=2.0.0", optional = true }
wget = "^3.2"
mmh3 = "^3.1.0 || ^4.0.0"
mmh3 = ">3.1.0"
nltk = "^3.6.5"
openai = { version = "^1.2.3", optional = true }
cohere = { version = "^4.37", optional = true }
Expand Down

0 comments on commit 93cb3e5

Please sign in to comment.