Downgrade minimum python version
This commit is contained in:
parent
18d826f09d
commit
7a1c6bce81
|
@ -7,7 +7,7 @@ name = "agents"
|
|||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
"transformers>=4.0.0",
|
||||
"pytest>=8.1.0",
|
||||
|
@ -20,7 +20,8 @@ dependencies = [
|
|||
"markdownify>=0.14.1",
|
||||
"gradio>=5.8.0",
|
||||
"duckduckgo-search>=6.3.7",
|
||||
"python-dotenv>=1.0.1"
|
||||
"python-dotenv>=1.0.1",
|
||||
"e2b-code-interpreter>=1.0.3",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
@ -29,4 +30,4 @@ dev = [
|
|||
]
|
||||
test = [
|
||||
"gradio-tools"
|
||||
]
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue