GalaxyTab commited on
Commit
340d9f0
·
1 Parent(s): aacc7f3

move up req.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +129 -0
requirements.txt ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohappyeyeballs==2.6.1
2
+ aiohttp==3.12.15
3
+ aiosignal==1.4.0
4
+ annotated-types==0.7.0
5
+ anyio==4.11.0
6
+ asttokens==3.0.0
7
+ attrs==25.3.0
8
+ certifi==2025.8.3
9
+ charset-normalizer==3.4.3
10
+ comm==0.2.3
11
+ dataclasses-json==0.6.7
12
+ debugpy==1.8.17
13
+ decorator==5.2.1
14
+ detoxify==0.5.2
15
+ distro==1.9.0
16
+ exa-py==1.15.6
17
+ executing==2.2.1
18
+ factverifai==0.1.8
19
+ filelock==3.19.1
20
+ frozenlist==1.7.0
21
+ fsspec==2025.9.0
22
+ google-cloud-aiplatform==1.71.1
23
+ greenlet==3.2.4
24
+ groq==0.32.0
25
+ h11==0.16.0
26
+ hf-xet==1.1.10
27
+ httpcore==1.0.9
28
+ httpx==0.28.1
29
+ httpx-sse==0.4.1
30
+ huggingface-hub==0.35.3
31
+ idna==3.10
32
+ ipykernel==6.30.1
33
+ ipython==9.6.0
34
+ ipython_pygments_lexers==1.1.1
35
+ jedi==0.19.2
36
+ Jinja2==3.1.6
37
+ jiter==0.11.0
38
+ jsonpatch==1.33
39
+ jsonpointer==3.0.0
40
+ jupyter_client==8.6.3
41
+ jupyter_core==5.8.1
42
+ langchain==0.3.27
43
+ langchain-community==0.3.30
44
+ langchain-core==0.3.77
45
+ langchain-exa==0.3.1
46
+ langchain-ollama==0.3.8
47
+ langchain-text-splitters==0.3.11
48
+ langgraph==0.6.8
49
+ langgraph-checkpoint==2.1.1
50
+ langgraph-prebuilt==0.6.4
51
+ langgraph-sdk==0.2.9
52
+ langsmith==0.4.31
53
+ markdown-it-py==4.0.0
54
+ MarkupSafe==3.0.3
55
+ marshmallow==3.26.1
56
+ matplotlib-inline==0.1.7
57
+ mdurl==0.1.2
58
+ mpmath==1.3.0
59
+ multidict==6.6.4
60
+ mypy_extensions==1.1.0
61
+ nest-asyncio==1.6.0
62
+ networkx==3.5
63
+ numpy==2.3.3
64
+ nvidia-cublas-cu12==12.8.4.1
65
+ nvidia-cuda-cupti-cu12==12.8.90
66
+ nvidia-cuda-nvrtc-cu12==12.8.93
67
+ nvidia-cuda-runtime-cu12==12.8.90
68
+ nvidia-cudnn-cu12==9.10.2.21
69
+ nvidia-cufft-cu12==11.3.3.83
70
+ nvidia-cufile-cu12==1.13.1.3
71
+ nvidia-curand-cu12==10.3.9.90
72
+ nvidia-cusolver-cu12==11.7.3.90
73
+ nvidia-cusparse-cu12==12.5.8.93
74
+ nvidia-cusparselt-cu12==0.7.1
75
+ nvidia-nccl-cu12==2.27.3
76
+ nvidia-nvjitlink-cu12==12.8.93
77
+ nvidia-nvtx-cu12==12.8.90
78
+ ollama==0.6.0
79
+ openai==2.0.0
80
+ orjson==3.11.3
81
+ ormsgpack==1.10.0
82
+ packaging==25.0
83
+ pandas==2.3.3
84
+ parso==0.8.5
85
+ pexpect==4.9.0
86
+ platformdirs==4.4.0
87
+ prompt_toolkit==3.0.52
88
+ propcache==0.3.2
89
+ psutil==7.1.0
90
+ ptyprocess==0.7.0
91
+ pure_eval==0.2.3
92
+ pydantic==2.11.9
93
+ pydantic-settings==2.11.0
94
+ pydantic_core==2.33.2
95
+ Pygments==2.19.2
96
+ python-dateutil==2.9.0.post0
97
+ python-dotenv==1.1.1
98
+ pytz==2025.2
99
+ PyYAML==6.0.3
100
+ pyzmq==27.1.0
101
+ regex==2025.9.18
102
+ requests==2.32.5
103
+ requests-toolbelt==1.0.0
104
+ rich==14.1.0
105
+ safetensors==0.6.2
106
+ sentencepiece==0.2.1
107
+ setuptools==80.9.0
108
+ six==1.17.0
109
+ sniffio==1.3.1
110
+ SQLAlchemy==2.0.43
111
+ stack-data==0.6.3
112
+ sympy==1.14.0
113
+ tenacity==9.1.2
114
+ tokenizers==0.22.1
115
+ torch==2.8.0
116
+ tornado==6.5.2
117
+ tqdm==4.67.1
118
+ traitlets==5.14.3
119
+ transformers==4.56.2
120
+ triton==3.4.0
121
+ typing-inspect==0.9.0
122
+ typing-inspection==0.4.2
123
+ typing_extensions==4.15.0
124
+ tzdata==2025.2
125
+ urllib3==2.5.0
126
+ wcwidth==0.2.14
127
+ xxhash==3.5.0
128
+ yarl==1.20.1
129
+ zstandard==0.25.0