mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-10 06:43:58 +00:00
fix: temporary pin tiktoken (#5774)
* exclude breaking tiktoken version * exclude breaking tiktoken version
This commit is contained in:
parent
23f7308bec
commit
869f69d0d1
@ -73,7 +73,7 @@ dependencies = [
|
|||||||
"Pillow",
|
"Pillow",
|
||||||
|
|
||||||
# OpenAI tokenizer
|
# OpenAI tokenizer
|
||||||
"tiktoken>=0.3.2",
|
"tiktoken>=0.3.2,<0.5.0",
|
||||||
|
|
||||||
# Schema validation
|
# Schema validation
|
||||||
"jsonschema",
|
"jsonschema",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user