-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
98 lines (96 loc) · 2.31 KB
/
Copy pathpyproject.toml
File metadata and controls
98 lines (96 loc) · 2.31 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
[project]
name = "semsi"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"annotated-types>=0.7.0",
"anyio==4.9.0",
"archspec>=0.2.5",
"bitsandbytes>=0.49.2",
"boltons>=25.0.0",
"brotlicffi>=1.1.0.0",
"certifi>=2025.8.3",
"cffi>=2.0.0",
"charset-normalizer>=3.4.3",
"colorama>=0.4.6",
"cryptography>=46.0.2",
"distro>=1.9.0",
"dotenv>=0.9.9",
"fastapi>=0.115.0",
"dp-fusion-lib>=0.1.0",
"frozendict>=2.4.6",
"h11==0.16.0",
"hdbscan==0.8.40",
"httpcore==1.0.9",
"httpx==0.28.1",
"idna>=3.10",
"jiter==0.10.0",
"joblib==1.5.1",
"jsonpatch>=1.33",
"jsonpointer==2.1",
"langchain>=0.3.28",
"langchain-community>=0.3.31",
"langchain-openai>=0.3.29",
"langchain-tavily>=0.2.17",
"langgraph>=1.0.1",
"markdown-it-py>=4.0.0",
"matplotlib>=3.10.8",
"mdurl>=0.1.2",
"numpy==2.3.1",
"ollama>=0.6.0",
"openai==1.97.0",
"packaging>=24.2",
"pandas==2.3.1",
"pinecone==7.3.0",
"pinecone-plugin-assistant==1.7.0",
"pinecone-plugin-interface==0.0.7",
"pingouin>=0.5.5",
"pip>=26.0.1",
"platformdirs>=4.4.0",
"pluggy>=1.6.0",
"presidio-analyzer>=2.2.355",
"presidio-anonymizer>=2.2.355",
"pyahocorasick>=2.2.0",
"pycosat>=0.6.6",
"pycparser>=2.23",
"pydantic>=2.11.9",
"pydantic-core>=2.33.2",
"pygments>=2.19.2",
"pysocks>=1.7.1",
"python-dateutil==2.9.0.post0",
"pytz==2025.2",
"regex==2024.11.6",
"requests>=2.32.5",
"rich>=14.1.0",
"ruamel-yaml>=0.18.15",
"ruamel-yaml-clib>=0.2.14",
"scikit-learn==1.7.1",
"scipy==1.16.0",
"seaborn>=0.13.2",
"setuptools==78.1.1",
"six==1.17.0",
"sniffio==1.3.1",
"steamreviews==0.9.5",
"threadpoolctl==3.6.0",
"tiktoken==0.9.0",
"torch>=2.10.0",
"tqdm>=4.67.1",
"transformers>=5.0.0",
"truststore>=0.10.4",
"typing-extensions>=4.15.0",
"typing-inspection>=0.4.2",
"tzdata==2025.2",
"urllib3>=2.5.0",
"uvicorn>=0.34.0",
"wheel==0.45.1",
"win-inet-pton>=1.1.0",
"zstandard>=0.25.0",
]
[[tool.uv.index]]
url = "https://download.pytorch.org/whl/cu128"
name = "pytorch-cu128"
explicit = true
[tool.uv.sources]
torch = { index = "pytorch-cu128" }