Spaces:
Build error
Build error
File size: 716 Bytes
498af49 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
[project]
name = "ai-prompt-optimizer"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"en-core-web-sm",
"langchain>=0.3.27",
"langchain-openai>=0.3.31",
"lemminflect>=0.2.3",
"numpy==1.26.4",
"openai>=1.101.0",
"python-dotenv>=0.21.0",
"spacy>=3.7.0",
"streamlit>=1.22.0",
"thinc>=8.2.4",
"tiktoken>=0.4.0",
"requests>=2.26.0",
"langchain-tavily>=0.2.11",
"langgraph>=0.6.6",
"mcp[cli]>=1.13.1",
"fastmcp>=2.11.3",
]
[tool.uv.sources]
en-core-web-sm = { url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.0/en_core_web_sm-3.7.0.tar.gz" }
|