-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlangchain_env.yml
80 lines (80 loc) · 2.03 KB
/
langchain_env.yml
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
name: langchain
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=2_gnu
- bzip2=1.0.8=hd590300_5
- ca-certificates=2024.2.2=hbcca054_0
- ld_impl_linux-64=2.40=hf3520f5_1
- libffi=3.4.2=h7f98852_5
- libgcc-ng=13.2.0=h77fa898_7
- libgomp=13.2.0=h77fa898_7
- libnsl=2.0.1=hd590300_0
- libsqlite=3.45.3=h2797004_0
- libuuid=2.38.1=h0b41bf4_0
- libxcrypt=4.4.36=hd590300_1
- libzlib=1.2.13=h4ab18f5_6
- ncurses=6.5=h59595ed_0
- openssl=3.3.0=h4ab18f5_3
- pip=24.0=pyhd8ed1ab_0
- python=3.10.14=hd12c33a_0_cpython
- readline=8.2=h8228510_1
- setuptools=70.0.0=pyhd8ed1ab_0
- tk=8.6.13=noxft_h4845f30_101
- tzdata=2024a=h0c530f3_0
- wheel=0.43.0=pyhd8ed1ab_1
- xz=5.2.6=h166bdaf_0
- pip:
- aiohttp==3.9.5
- aiosignal==1.3.1
- annotated-types==0.7.0
- anyio==4.4.0
- async-timeout==4.0.3
- attrs==23.2.0
- certifi==2024.2.2
- charset-normalizer==3.3.2
- dataclasses-json==0.6.6
- distro==1.9.0
- exceptiongroup==1.2.1
- frozenlist==1.4.1
- greenlet==3.0.3
- h11==0.14.0
- httpcore==1.0.5
- httpx==0.27.0
- idna==3.7
- jsonpatch==1.33
- jsonpointer==2.4
- langchain==0.2.1
- langchain-community==0.2.1
- langchain-core==0.2.2
- langchain-text-splitters==0.2.0
- langchain-experimental
- langchain-anthropic
- tabulate
- pandas
- langsmith==0.1.63
- marshmallow==3.21.2
- multidict==6.0.5
- mypy-extensions==1.0.0
- numpy==1.26.4
- openai==1.30.4
- orjson==3.10.3
- packaging==23.2
- pydantic==2.7.2
- pydantic-core==2.18.3
- python-dotenv==1.0.1
- pyyaml==6.0.1
- regex==2024.5.15
- requests==2.32.3
- sniffio==1.3.1
- sqlalchemy==2.0.30
- tenacity==8.3.0
- tiktoken==0.7.0
- tqdm==4.66.4
- typing-extensions==4.12.0
- typing-inspect==0.9.0
- urllib3==2.2.1
- yarl==1.9.4