sfang32 commited on
Commit
4ac9254
·
verified ·
1 Parent(s): 0d03f25

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +70 -75
requirements.txt CHANGED
@@ -1,93 +1,86 @@
1
- aiohappyeyeballs==2.4.4
2
- aiohttp==3.11.11
3
- aiosignal==1.3.2
4
- altair==5.5.0
 
5
  annotated-types==0.7.0
6
- anyio==4.7.0
7
- async-timeout==5.0.1
8
- attrs==24.3.0
9
  beautifulsoup4==4.12.3
10
  blinker==1.9.0
11
  cachetools==5.5.0
12
- certifi==2024.12.14
13
- charset-normalizer==3.4.1
14
- click==8.1.8
15
  dataclasses-json==0.6.7
16
- Deprecated==1.2.15
17
  dirtyjson==1.0.8
18
  distro==1.9.0
19
  einops==0.7.0
20
  exceptiongroup==1.2.2
21
- filelock==3.13.1
22
  filetype==1.2.0
23
  frozenlist==1.5.0
24
- fsspec==2024.2.0
25
  gitdb==4.0.11
26
  GitPython==3.1.43
27
  greenlet==3.1.1
28
  h11==0.14.0
29
- httpcore==1.0.7
30
- httpx==0.28.1
31
- huggingface-hub==0.27.0
32
  idna==3.10
33
  InstructorEmbedding==1.0.1
34
- Jinja2==3.1.3
35
- jiter==0.8.2
36
  joblib==1.4.2
37
  jsonschema==4.23.0
38
  jsonschema-specifications==2024.10.1
39
- llama-cloud==0.1.7
40
- llama-index==0.11.20
41
- llama-index-agent-openai==0.3.4
42
- llama-index-cli==0.3.1
43
- llama-index-core==0.11.23
44
- llama-index-embeddings-huggingface==0.3.1
45
- llama-index-embeddings-instructor==0.2.1
46
- llama-index-embeddings-openai==0.2.5
47
- llama-index-indices-managed-llama-cloud==0.6.0
48
- llama-index-legacy==0.9.48.post4
49
- llama-index-llms-openai==0.2.16
50
- llama-index-llms-openai-like==0.2.0
51
- llama-index-llms-replicate==0.3.0
52
- llama-index-multi-modal-llms-openai==0.2.3
53
- llama-index-program-openai==0.2.0
54
- llama-index-question-gen-openai==0.2.0
55
- llama-index-readers-file==0.2.2
56
- llama-index-readers-llama-parse==0.3.0
57
- llama-parse==0.5.19
 
 
58
  markdown-it-py==3.0.0
59
- MarkupSafe==2.1.5
60
- marshmallow==3.23.2
61
  mdurl==0.1.2
 
62
  mpmath==1.3.0
63
  multidict==6.1.0
64
  mypy-extensions==1.0.0
65
- narwhals==1.20.1
66
  nest-asyncio==1.6.0
67
- networkx==3.2.1
68
  nltk==3.9.1
69
- numpy==1.26.3
70
- nvidia-cublas-cu12==12.1.3.1
71
- nvidia-cuda-cupti-cu12==12.1.105
72
- nvidia-cuda-nvrtc-cu12==12.1.105
73
- nvidia-cuda-runtime-cu12==12.1.105
74
- nvidia-cudnn-cu12==9.1.0.70
75
- nvidia-cufft-cu12==11.0.2.54
76
- nvidia-curand-cu12==10.3.2.106
77
- nvidia-cusolver-cu12==11.4.5.107
78
- nvidia-cusparse-cu12==12.1.0.106
79
- nvidia-nccl-cu12==2.21.5
80
- nvidia-nvjitlink-cu12==12.1.105
81
- nvidia-nvtx-cu12==12.1.105
82
- openai==1.58.1
83
  packaging==24.2
84
  pandas==2.2.3
85
- pillow==10.2.0
86
- propcache==0.2.1
87
  protobuf==5.26.1
88
- pyarrow==18.1.0
89
- pydantic==2.10.4
90
- pydantic_core==2.27.2
 
91
  pydeck==0.9.1
92
  Pygments==2.18.0
93
  pypdf==4.3.1
@@ -98,35 +91,37 @@ referencing==0.35.1
98
  regex==2024.11.6
99
  requests==2.32.3
100
  rich==13.9.4
101
- rpds-py==0.22.3
102
  safetensors==0.4.5
103
- scikit-learn==1.6.0
104
  scipy==1.14.1
105
  sentence-transformers==2.7.0
106
- six==1.17.0
 
107
  smmap==5.0.1
108
  sniffio==1.3.1
109
  soupsieve==2.6
110
  SQLAlchemy==2.0.36
111
- streamlit==1.41.1
112
  striprtf==0.0.26
113
  sympy==1.13.1
114
  tenacity==8.5.0
 
115
  threadpoolctl==3.5.0
116
  tiktoken==0.8.0
117
- tokenizers==0.21.0
118
  toml==0.10.2
119
- torch==2.5.0+cu121
120
- torchaudio==2.5.0+cu121
121
- torchvision==0.20.0+cu121
122
- tornado==6.4.2
123
- tqdm==4.67.1
124
- transformers==4.47.1
125
  triton==3.1.0
126
  typing-inspect==0.9.0
127
  typing_extensions==4.12.2
128
  tzdata==2024.2
129
- urllib3==2.3.0
130
- watchdog==6.0.0
131
- wrapt==1.17.0
132
- yarl==1.18.3
 
1
+ accelerate==1.1.1
2
+ aiohappyeyeballs==2.4.3
3
+ aiohttp==3.10.10
4
+ aiosignal==1.3.1
5
+ altair==5.4.1
6
  annotated-types==0.7.0
7
+ anyio==4.6.2.post1
8
+ async-timeout==4.0.3
9
+ attrs==24.2.0
10
  beautifulsoup4==4.12.3
11
  blinker==1.9.0
12
  cachetools==5.5.0
13
+ certifi==2024.8.30
14
+ charset-normalizer==3.4.0
15
+ click==8.1.7
16
  dataclasses-json==0.6.7
17
+ Deprecated==1.2.14
18
  dirtyjson==1.0.8
19
  distro==1.9.0
20
  einops==0.7.0
21
  exceptiongroup==1.2.2
22
+ filelock==3.16.1
23
  filetype==1.2.0
24
  frozenlist==1.5.0
25
+ fsspec==2024.10.0
26
  gitdb==4.0.11
27
  GitPython==3.1.43
28
  greenlet==3.1.1
29
  h11==0.14.0
30
+ httpcore==1.0.6
31
+ httpx==0.27.2
32
+ huggingface-hub==0.23.1
33
  idna==3.10
34
  InstructorEmbedding==1.0.1
35
+ Jinja2==3.1.4
36
+ jiter==0.7.1
37
  joblib==1.4.2
38
  jsonschema==4.23.0
39
  jsonschema-specifications==2024.10.1
40
+ llama-cloud
41
+ llama-index
42
+ llama-index-agent-openai
43
+ llama-index-cli
44
+ llama-index-core
45
+ llama-index-embeddings-huggingface
46
+ llama-index-embeddings-instructor
47
+ llama-index-embeddings-openai
48
+ llama-index-indices-managed-llama-cloud
49
+ llama-index-legacy
50
+ llama-index-llms-huggingface
51
+ llama-index-llms-openai
52
+ llama-index-llms-openai-like
53
+ llama-index-llms-replicate
54
+ llama-index-multi-modal-llms-openai
55
+ llama-index-program-openai
56
+ llama-index-question-gen-openai
57
+ llama-index-readers-file
58
+ llama-index-readers-llama-parse
59
+ llama-parse
60
+ llamaindex-py-client
61
  markdown-it-py==3.0.0
62
+ MarkupSafe==3.0.2
63
+ marshmallow==3.23.1
64
  mdurl==0.1.2
65
+ minijinja==2.5.0
66
  mpmath==1.3.0
67
  multidict==6.1.0
68
  mypy-extensions==1.0.0
69
+ narwhals==1.13.5
70
  nest-asyncio==1.6.0
71
+ networkx==3.4.2
72
  nltk==3.9.1
73
+ numpy==1.26.4
74
+ openai==1.54.4
 
 
 
 
 
 
 
 
 
 
 
 
75
  packaging==24.2
76
  pandas==2.2.3
77
+ pillow==10.4.0
78
+ propcache==0.2.0
79
  protobuf==5.26.1
80
+ psutil==6.1.0
81
+ pyarrow==18.0.0
82
+ pydantic==2.9.2
83
+ pydantic_core==2.23.4
84
  pydeck==0.9.1
85
  Pygments==2.18.0
86
  pypdf==4.3.1
 
91
  regex==2024.11.6
92
  requests==2.32.3
93
  rich==13.9.4
94
+ rpds-py==0.21.0
95
  safetensors==0.4.5
96
+ scikit-learn==1.5.2
97
  scipy==1.14.1
98
  sentence-transformers==2.7.0
99
+ sentencepiece==0.2.0
100
+ six==1.16.0
101
  smmap==5.0.1
102
  sniffio==1.3.1
103
  soupsieve==2.6
104
  SQLAlchemy==2.0.36
105
+ streamlit==1.39.0
106
  striprtf==0.0.26
107
  sympy==1.13.1
108
  tenacity==8.5.0
109
+ text-generation==0.7.0
110
  threadpoolctl==3.5.0
111
  tiktoken==0.8.0
112
+ tokenizers==0.19.1
113
  toml==0.10.2
114
+ torch==2.5.0
115
+ torchaudio==2.5.0
116
+ torchvision==0.20.0
117
+ tornado==6.4.1
118
+ tqdm==4.67.0
119
+ transformers==4.41.1
120
  triton==3.1.0
121
  typing-inspect==0.9.0
122
  typing_extensions==4.12.2
123
  tzdata==2024.2
124
+ urllib3==2.2.3
125
+ watchdog==5.0.3
126
+ wrapt==1.16.0
127
+ yarl==1.17.1