CADomatic / pyproject.toml
YSMlearnsCode
changed dependencies
7600206
raw
history blame contribute delete
436 Bytes
[project]
name = "cadomatic"
version = "0.1.0"
description = "This is a code to create editable CAD files from natural language prompts"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"python-dotenv>=1.1.1",
"langchain>=0.3.27",
"beautifulsoup4>=4.13.4",
"langchain-google-genai>=2.1.9",
"langchain-community>=0.3.27",
"faiss-cpu>=1.11.0",
"huggingface-hub>=0.34.3",
"gradio>=5.39.0"
]