TomData commited on
Commit
8855c3f
·
1 Parent(s): d7c7ddc

update requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +74 -9
requirements.txt CHANGED
@@ -1,9 +1,74 @@
1
- pandas==2.1.3
2
- langchain==0.1.15
3
- transformers==4.35.2
4
- gradio==4.26.0
5
- gradio-calendar
6
- sentence-transformers==2.6.1
7
- python-dotenv
8
- faiss-cpu
9
- openpyxl
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.5
2
+ aiosignal==1.3.1
3
+ annotated-types==0.7.0
4
+ attrs==23.2.0
5
+ certifi==2024.6.2
6
+ charset-normalizer==3.3.2
7
+ dataclasses-json==0.6.6
8
+ et-xmlfile==1.1.0
9
+ faiss-cpu==1.8.0
10
+ filelock==3.14.0
11
+ frozenlist==1.4.1
12
+ fsspec==2024.5.0
13
+ greenlet==3.0.3
14
+ huggingface-hub==0.23.2
15
+ idna==3.7
16
+ Jinja2==3.1.4
17
+ joblib==1.4.2
18
+ jsonpatch==1.33
19
+ jsonpointer==2.4
20
+ langchain==0.2.1
21
+ langchain-community==0.2.1
22
+ langchain-core==0.2.3
23
+ langchain-text-splitters==0.2.0
24
+ langsmith==0.1.67
25
+ MarkupSafe==2.1.5
26
+ marshmallow==3.21.2
27
+ mpmath==1.3.0
28
+ multidict==6.0.5
29
+ mypy-extensions==1.0.0
30
+ networkx==3.3
31
+ numpy==1.26.4
32
+ nvidia-cublas-cu12==12.1.3.1
33
+ nvidia-cuda-cupti-cu12==12.1.105
34
+ nvidia-cuda-nvrtc-cu12==12.1.105
35
+ nvidia-cuda-runtime-cu12==12.1.105
36
+ nvidia-cudnn-cu12==8.9.2.26
37
+ nvidia-cufft-cu12==11.0.2.54
38
+ nvidia-curand-cu12==10.3.2.106
39
+ nvidia-cusolver-cu12==11.4.5.107
40
+ nvidia-cusparse-cu12==12.1.0.106
41
+ nvidia-nccl-cu12==2.20.5
42
+ nvidia-nvjitlink-cu12==12.5.40
43
+ nvidia-nvtx-cu12==12.1.105
44
+ openpyxl==3.1.3
45
+ orjson==3.10.3
46
+ packaging==23.2
47
+ pandas==2.2.2
48
+ pillow==10.3.0
49
+ pydantic==2.7.3
50
+ pydantic_core==2.18.4
51
+ python-dateutil==2.9.0.post0
52
+ pytz==2024.1
53
+ PyYAML==6.0.1
54
+ regex==2024.5.15
55
+ requests==2.32.3
56
+ safetensors==0.4.3
57
+ scikit-learn==1.5.0
58
+ scipy==1.13.1
59
+ sentence-transformers==3.0.0
60
+ six==1.16.0
61
+ SQLAlchemy==2.0.30
62
+ sympy==1.12.1
63
+ tenacity==8.3.0
64
+ threadpoolctl==3.5.0
65
+ tokenizers==0.19.1
66
+ torch==2.3.0
67
+ tqdm==4.66.4
68
+ transformers==4.41.2
69
+ triton==2.3.0
70
+ typing-inspect==0.9.0
71
+ typing_extensions==4.12.1
72
+ tzdata==2024.1
73
+ urllib3==2.2.1
74
+ yarl==1.9.4