-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
58 lines (56 loc) · 1.34 KB
/
pyproject.toml
File metadata and controls
58 lines (56 loc) · 1.34 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
[project]
name = "practice"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"accelerate>=1.10.1",
"ag2>=0.11.5",
"anthropic>=0.75.0",
"arxiv>=2.2.0",
"chromadb>=1.3.4",
"datasets>=4.4.1",
"diffusers>=0.35.1",
"faiss-cpu>=1.13.2",
"gensim>=4.4.0",
"ipykernel>=6.30.1",
"jieba>=0.42.1",
"langchain-community>=0.3.30",
"langchain-experimental>=0.3.4",
"langchain-gemini>=0.1.1",
"langchain-google-genai>=2.1.12",
"langchain-groq>=0.3.8",
"langchain-huggingface>=0.3.1",
"langchain-openai>=0.3.34",
"langgraph>=1.0.1",
"matplotlib>=3.10.6",
"nltk>=3.9.4",
"ollama>=0.6.0",
"pandas>=2.3.2",
"pinecone>=7.3.0",
"pymupdf>=1.26.4",
"pyperclip>=1.11.0",
"pytest>=8.4.2",
"ragas>=0.4.3",
"rank-bm25>=0.2.2",
"rich>=14.1.0",
"scipy>=1.16.2",
"seaborn>=0.13.2",
"sentence-transformers>=5.1.2",
"sentencepiece>=0.2.1",
"streamlit>=1.51.0",
"tensorflow>=2.20.0",
"tf-keras>=2.20.1",
"torch>=2.8.0",
"torchaudio>=2.8.0",
"torchvision>=0.23.0",
"transformers>=4.56.2",
"wikipedia>=1.4.0",
]
# [tool.uv.sources]
# torch = { index = "pytorch" }
[[tool.uv.index]]
name = "pytorch"
url = "https://download.pytorch.org/whl/cu129"
explicit = true