SamVidur commited on
Commit
99301c6
·
1 Parent(s): b71e805

add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +152 -0
requirements.txt ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohappyeyeballs==2.6.1
2
+ aiohttp==3.13.2
3
+ aiosignal==1.4.0
4
+ annotated-doc==0.0.4
5
+ annotated-types==0.7.0
6
+ annoy==1.17.3
7
+ anyio==4.12.0
8
+ asttokens==3.0.1
9
+ attrs==25.4.0
10
+ certifi==2025.11.12
11
+ charset-normalizer==3.4.4
12
+ click==8.3.1
13
+ coloredlogs==15.0.1
14
+ comm==0.2.3
15
+ dataclasses-json==0.6.7
16
+ debugpy==1.8.17
17
+ decorator==5.2.1
18
+ distlib==0.4.0
19
+ distro==1.9.0
20
+ dnspython==2.8.0
21
+ dotenv==0.9.9
22
+ executing==2.2.1
23
+ faiss-cpu==1.13.1
24
+ fastapi==0.124.2
25
+ fastembed==0.6.0
26
+ filelock==3.20.0
27
+ filetype==1.2.0
28
+ flatbuffers==25.9.23
29
+ frozenlist==1.8.0
30
+ fsspec==2025.12.0
31
+ geographiclib==2.1
32
+ geopy==2.4.1
33
+ greenlet==3.3.0
34
+ groq==0.37.1
35
+ h11==0.16.0
36
+ hf-xet==1.2.0
37
+ httpcore==1.0.9
38
+ httpx==0.28.1
39
+ httpx-sse==0.4.3
40
+ huggingface-hub==0.36.0
41
+ humanfriendly==10.0
42
+ idna==3.11
43
+ ipykernel==7.1.0
44
+ ipython==9.8.0
45
+ ipython_pygments_lexers==1.1.1
46
+ jedi==0.19.2
47
+ Jinja2==3.1.6
48
+ joblib==1.5.2
49
+ jsonlines==4.0.0
50
+ jsonpatch==1.33
51
+ jsonpointer==3.0.0
52
+ jsonschema==4.25.1
53
+ jsonschema-specifications==2025.9.1
54
+ jupyter_client==8.6.3
55
+ jupyter_core==5.9.1
56
+ langchain==1.1.2
57
+ langchain-classic==1.0.0
58
+ langchain-community==0.4.1
59
+ langchain-core==1.1.1
60
+ langchain-groq==1.1.0
61
+ langchain-nomic==1.0.1
62
+ langchain-nvidia-ai-endpoints==1.0.0
63
+ langchain-text-splitters==1.0.0
64
+ langgraph==1.0.4
65
+ langgraph-checkpoint==3.0.1
66
+ langgraph-prebuilt==1.0.5
67
+ langgraph-sdk==0.2.14
68
+ langsmith==0.4.56
69
+ lark==1.3.1
70
+ loguru==0.7.3
71
+ markdown-it-py==4.0.0
72
+ MarkupSafe==3.0.3
73
+ marshmallow==3.26.1
74
+ matplotlib-inline==0.2.1
75
+ mdurl==0.1.2
76
+ mmh3==5.2.0
77
+ mpmath==1.3.0
78
+ multidict==6.7.0
79
+ mypy_extensions==1.1.0
80
+ # Editable install with no version control (nemoguardrails==0.19.0)
81
+ -e /workspaces/codespaces-blank/NeMo-Guardrails
82
+ nest-asyncio==1.6.0
83
+ nomic==3.9.0
84
+ numpy==2.3.5
85
+ onnxruntime==1.23.2
86
+ orjson==3.11.5
87
+ ormsgpack==1.12.0
88
+ packaging==25.0
89
+ pandas==2.3.3
90
+ parso==0.8.5
91
+ perplexityai==0.22.0
92
+ pexpect==4.9.0
93
+ pillow==11.3.0
94
+ platformdirs==4.5.1
95
+ prompt_toolkit==3.0.52
96
+ propcache==0.4.1
97
+ protobuf==6.33.2
98
+ psutil==7.1.3
99
+ ptyprocess==0.7.0
100
+ pure_eval==0.2.3
101
+ py_rust_stemmers==0.1.5
102
+ pyarrow==22.0.0
103
+ pydantic==2.12.5
104
+ pydantic-settings==2.12.0
105
+ pydantic_core==2.41.5
106
+ Pygments==2.19.2
107
+ PyJWT==2.10.1
108
+ pymongo==4.15.5
109
+ python-dateutil==2.9.0.post0
110
+ python-dotenv==1.2.1
111
+ pytz==2025.2
112
+ PyYAML==6.0.3
113
+ pyzmq==27.1.0
114
+ referencing==0.37.0
115
+ regex==2025.11.3
116
+ requests==2.32.5
117
+ requests-toolbelt==1.0.0
118
+ rich==14.2.0
119
+ rpds-py==0.30.0
120
+ scikit-learn==1.8.0
121
+ scipy==1.16.3
122
+ shellingham==1.5.4
123
+ simpleeval==1.0.3
124
+ six==1.17.0
125
+ sniffio==1.3.1
126
+ SQLAlchemy==2.0.44
127
+ stack-data==0.6.3
128
+ starlette==0.50.0
129
+ sympy==1.14.0
130
+ tenacity==9.1.2
131
+ threadpoolctl==3.6.0
132
+ tiktoken==0.12.0
133
+ tokenizers==0.22.1
134
+ tornado==6.5.2
135
+ tqdm==4.67.1
136
+ traitlets==5.14.3
137
+ typer==0.20.0
138
+ typing-inspect==0.9.0
139
+ typing-inspection==0.4.2
140
+ typing_extensions==4.15.0
141
+ tzdata==2025.2
142
+ u==1.0.4
143
+ urllib3==2.6.0
144
+ uuid_utils==0.12.0
145
+ uvicorn==0.38.0
146
+ virtualenv==20.35.4
147
+ virtualenvwrapper-win==1.2.7
148
+ watchdog==6.0.0
149
+ wcwidth==0.2.14
150
+ xxhash==3.6.0
151
+ yarl==1.22.0
152
+ zstandard==0.25.0