File size: 509 Bytes
41d6e2b
 
eb06e93
41d6e2b
 
7600206
41d6e2b
 
 
 
7600206
41d6e2b
 
 
eb06e93
 
 
41d6e2b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[project]
name = "cadomatic"
version = "0.2.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",
    "langchain-huggingface>=0.3.1",
    "sentence-transformers>=5.1.0",
]