forked from phoenix/litellm-mirror
loosen depedencies
This commit is contained in:
parent
bd48b8a34c
commit
b0c05d0ef3
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@ readme = "README.md"
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
openai = "^0.28.0 || ^0.27.0"
|
openai = "^0.28.0 || ^0.27.0"
|
||||||
python-dotenv = ">=0.2.0"
|
python-dotenv = ">=0.2.0"
|
||||||
tiktoken = "^0.4.0"
|
tiktoken = ">=0.4.0"
|
||||||
importlib-metadata = "^6.8.0"
|
importlib-metadata = ">=6.8.0"
|
||||||
tokenizers = "^0.14.0"
|
tokenizers = ">=0.14.0"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue