mirror of https://github.com/aliasrobotics/cai.git
Fix requirement
This commit is contained in:
parent
2936875ec6
commit
f3f521944b
|
|
@ -13,7 +13,7 @@ dependencies = [
|
||||||
"numpy>=1.21, <3",
|
"numpy>=1.21, <3",
|
||||||
"pandas>=1.3, <3",
|
"pandas>=1.3, <3",
|
||||||
# core cai
|
# core cai
|
||||||
"openai>=1.68.2",
|
"openai==1.75.0",
|
||||||
"pydantic>=2.10, <3",
|
"pydantic>=2.10, <3",
|
||||||
"griffe>=1.5.6, <2",
|
"griffe>=1.5.6, <2",
|
||||||
"typing-extensions>=4.12.2, <5",
|
"typing-extensions>=4.12.2, <5",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue