forked from ERPGulf/changai
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
59 lines (55 loc) · 1.08 KB
/
pyproject.toml
File metadata and controls
59 lines (55 loc) · 1.08 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[project]
name = "changai"
authors = [
{ name = "ERpGulf", email = "support@erpgulf.com"}
]
description = "ChangAI"
readme = "README.md"
dynamic = ["version"]
dependencies = [
"cffi",
"openai>=1.64.0,<2.0.0",
"anthropic>=0.79.0,<1.0.0",
"google-genai<2.0.0",
"google-auth",
"google-cloud-aiplatform<2.0.0",
"langchain-core",
"langchain-community",
"langchain-huggingface",
"langgraph",
"symspellpy",
"transformers",
"sentence-transformers",
"faiss-cpu<2.0.0",
"numpy",
"sqlglot",
"boto3",
"PyQRCode",
"pypng",
"opencv-python-headless",
"rapidfuzz",
"Pillow",
"pandas",
"scikit-learn",
"tabulate",
"regex",
"aiohttp",
"paramiko",
"tomli-w"
]
[build-system]
requires = ["flit_core >=3.4,<4"]
build-backend = "flit_core.buildapi"
[tool.bench.dev-dependencies]
[tool.bench.frappe-dependencies]
frappe = ">=15.0.0,<=17.0.0-dev"
[deploy.dependencies.apt]
packages = [
"libffi-dev",
"pkg-config",
"build-essential",
"python3-dev",
"libopenblas-dev",
"libgl1",
"libglib2.0-0"
]