Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8f2aeb6

Browse filesBrowse files
committed
update submodule
1 parent 99f2ebf commit 8f2aeb6
Copy full SHA for 8f2aeb6

File tree

Expand file treeCollapse file tree

2 files changed

+136
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+136
-0
lines changed

‎environment.yml

Copy file name to clipboard
588 Bytes
Binary file not shown.

‎requirements.txt

Copy file name to clipboard
+136Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
aiohappyeyeballs==2.6.1
2+
aiohttp==3.11.18
3+
aiosignal==1.3.2
4+
altair==5.5.0
5+
annotated-types==0.7.0
6+
anyio==4.9.0
7+
async-timeout==4.0.3
8+
attrs==25.3.0
9+
blinker==1.9.0
10+
blis==1.3.0
11+
cachetools==5.5.2
12+
catalogue==2.0.10
13+
certifi==2025.4.26
14+
cffi==1.17.1
15+
charset-normalizer==3.4.1
16+
click==8.1.8
17+
cloudpathlib==0.21.0
18+
colorama==0.4.6
19+
confection==0.1.5
20+
cryptography==44.0.2
21+
cymem==2.0.11
22+
dataclasses-json==0.6.7
23+
Deprecated==1.2.18
24+
deprecation==2.1.0
25+
diskcache==5.6.3
26+
exceptiongroup==1.2.2
27+
filelock==3.18.0
28+
frozenlist==1.6.0
29+
fsspec==2025.3.2
30+
gitdb==4.0.12
31+
GitPython==3.1.44
32+
greenlet==3.2.1
33+
h11==0.16.0
34+
httpcore==1.0.9
35+
httpx==0.28.1
36+
httpx-sse==0.4.0
37+
huggingface-hub==0.30.2
38+
idna==3.10
39+
img2pdf==0.6.0
40+
Jinja2==3.1.6
41+
joblib==1.4.2
42+
jsonpatch==1.33
43+
jsonpointer==3.0.0
44+
jsonschema==4.23.0
45+
jsonschema-specifications==2025.4.1
46+
langchain==0.3.24
47+
langchain-community==0.3.22
48+
langchain-core==0.3.56
49+
langchain-huggingface==0.1.2
50+
langchain-text-splitters==0.3.8
51+
langcodes==3.5.0
52+
langsmith==0.3.37
53+
language_data==1.3.0
54+
llama_cpp_python @ file:///N:/rvs/Automation/Policy_Wizard/llama-cpp-python
55+
lxml==5.4.0
56+
marisa-trie==1.2.1
57+
markdown-it-py==3.0.0
58+
MarkupSafe==3.0.2
59+
marshmallow==3.26.1
60+
mdurl==0.1.2
61+
mpmath==1.3.0
62+
multidict==6.4.3
63+
murmurhash==1.0.12
64+
mypy_extensions==1.1.0
65+
narwhals==1.36.0
66+
networkx==3.4.2
67+
numpy==2.2.5
68+
ocrmypdf==16.10.1
69+
orjson==3.10.16
70+
packaging==24.2
71+
pandas==2.2.3
72+
pdfminer.six==20250327
73+
pdfplumber==0.11.6
74+
pi_heif==0.22.0
75+
pikepdf==9.7.0
76+
pillow==11.2.1
77+
pluggy==1.5.0
78+
preshed==3.0.9
79+
prometheus_client==0.21.1
80+
propcache==0.3.1
81+
protobuf==5.29.4
82+
pyarrow==19.0.1
83+
pycparser==2.22
84+
pydantic==2.11.3
85+
pydantic-settings==2.9.1
86+
pydantic_core==2.33.1
87+
pydeck==0.9.1
88+
Pygments==2.19.1
89+
pypdfium2==4.30.1
90+
python-dateutil==2.9.0.post0
91+
python-dotenv==1.1.0
92+
pytz==2025.2
93+
PyYAML==6.0.2
94+
referencing==0.36.2
95+
regex==2024.11.6
96+
requests==2.32.3
97+
requests-toolbelt==1.0.0
98+
rich==14.0.0
99+
rpds-py==0.24.0
100+
safetensors==0.5.3
101+
scikit-learn==1.6.1
102+
scipy==1.15.2
103+
sentence-transformers==4.1.0
104+
shellingham==1.5.4
105+
six==1.17.0
106+
smart-open==7.1.0
107+
smmap==5.0.2
108+
sniffio==1.3.1
109+
spacy==3.8.5
110+
spacy-legacy==3.0.12
111+
spacy-loggers==1.0.5
112+
SQLAlchemy==2.0.40
113+
srsly==2.5.1
114+
streamlit==1.44.1
115+
streamlit-chat==0.1.1
116+
sympy==1.13.3
117+
tenacity==9.1.2
118+
thinc==8.3.6
119+
threadpoolctl==3.6.0
120+
tokenizers==0.21.1
121+
toml==0.10.2
122+
torch==2.7.0
123+
tornado==6.4.2
124+
tqdm==4.67.1
125+
transformers==4.51.3
126+
typer==0.15.2
127+
typing-inspect==0.9.0
128+
typing-inspection==0.4.0
129+
typing_extensions==4.13.2
130+
urllib3==2.4.0
131+
wasabi==1.1.3
132+
watchdog==6.0.0
133+
weasel==0.4.1
134+
wrapt==1.17.2
135+
yarl==1.20.0
136+
zstandard==0.23.0

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.