Downgrade minimum python version

This commit is contained in:
Aymeric 2024-12-20 12:16:19 +01:00
parent 18d826f09d
commit 7a1c6bce81
1 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,7 @@ name = "agents"
version = "0.1.0" version = "0.1.0"
description = "Add your description here" description = "Add your description here"
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.9"
dependencies = [ dependencies = [
"transformers>=4.0.0", "transformers>=4.0.0",
"pytest>=8.1.0", "pytest>=8.1.0",
@ -20,7 +20,8 @@ dependencies = [
"markdownify>=0.14.1", "markdownify>=0.14.1",
"gradio>=5.8.0", "gradio>=5.8.0",
"duckduckgo-search>=6.3.7", "duckduckgo-search>=6.3.7",
"python-dotenv>=1.0.1" "python-dotenv>=1.0.1",
"e2b-code-interpreter>=1.0.3",
] ]
[project.optional-dependencies] [project.optional-dependencies]