-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv-requirements.yml
More file actions
43 lines (43 loc) · 1.05 KB
/
Copy pathenv-requirements.yml
File metadata and controls
43 lines (43 loc) · 1.05 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
name: collm
channels:
- conda-forge
- defaults
dependencies:
- accelerate=0.27.0
- python=3.12.2
- numpy=2.2.2
- networkx=3.2.1
- pip=24.0
- prompt-toolkit=3.0.43
- pip:
- beartype==0.17.2
- click==8.1.7
- click-default-group>=1.2.4
- rich-click==1.8.8,
- dataclass_csv==1.4.0
- json_repair==0.30.0
- langchain==0.3.17
- langchain_community==0.3.15
- langchain_openai==0.3.1
- langchain-core==0.3.34
- langchain-ollama==0.2.3
- langchain-anthropic==0.3.7
- langchain-text-splitters==0.3.5
- langdetect==1.0.9
- langsmith==0.2.11
- levenshtein==0.26.1
- openai==1.58.1
- anthropic==0.45.2
- rich==13.9.4
# Removed because we have tomllib now
# - toml==0.10.2
- dataclasses-json==0.6.4
- dataclass-csv==1.4.0
- huggingface-hub==0.29.3
- editdistance==0.8.1
- pytest==8.3.4
- pytest-asyncio==0.25.3
- pymupdf4llm==0.0.17
- markdown==3.7
- python-dotenv==1.0.1
- puremagic==1.28.0