mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-02 12:22:39 +02:00
fix: open-interpreter dependency conflicts.
This commit is contained in:
parent
10b90d4a64
commit
a89b2a1a6d
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ PyYAML==6.0
|
|||
# sentence_transformers==2.2.2
|
||||
setuptools==65.6.3
|
||||
tenacity==8.2.2
|
||||
tiktoken==0.3.3
|
||||
tiktoken==0.4.0
|
||||
tqdm==4.64.0
|
||||
#unstructured[local-inference]
|
||||
# playwright
|
||||
|
|
@ -38,5 +38,5 @@ typing-inspect==0.8.0
|
|||
typing_extensions==4.5.0
|
||||
libcst==1.0.1
|
||||
qdrant-client==1.4.0
|
||||
open-interpreter==0.1.3
|
||||
open-interpreter==0.1.4; python_version>"3.9"
|
||||
ta==0.10.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue