Hammad112 commited on
Commit
6b03055
·
verified ·
1 Parent(s): 88e9988

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +127 -128
requirements.txt CHANGED
@@ -1,129 +1,128 @@
1
  transformers
2
- sentence-transformers==3.2.1
3
- absl-py==2.1.0
4
- keras==2.12.0
5
- aiohappyeyeballs==2.4.3
6
- aiohttp==3.10.10
7
- aiosignal==1.3.1
8
- altair==5.4.1
9
- annotated-types==0.7.0
10
- anyio==4.6.2.post1
11
- astunparse==1.6.3
12
- attrs==24.2.0
13
- blinker==1.8.2
14
- cachetools==5.5.0
15
- certifi==2024.8.30
16
- charset-normalizer==3.4.0
17
- click==8.1.7
18
- colorama==0.4.6
19
- dataclasses-json==0.6.7
20
- distro==1.9.0
21
- faiss-cpu==1.9.0
22
- filelock==3.16.1
23
- flatbuffers==24.3.25
24
- frozenlist==1.4.1
25
- fsspec==2024.10.0
26
- gast==0.6.0
27
- gitdb==4.0.11
28
- GitPython==3.1.43
29
- google-ai-generativelanguage==0.6.10
30
- google-api-core==2.21.0
31
- google-api-python-client==2.149.0
32
- google-auth==2.35.0
33
- google-auth-httplib2==0.2.0
34
- google-generativeai==0.8.3
35
- google-pasta==0.2.0
36
- googleapis-common-protos==1.65.0
37
- greenlet==3.1.1
38
- grpcio==1.67.0
39
- grpcio-status==1.67.0
40
- h11==0.14.0
41
- h5py==3.12.1
42
- httpcore==1.0.6
43
- httplib2==0.22.0
44
- httpx==0.27.2
45
- idna==3.10
46
- Jinja2==3.1.4
47
- jiter==0.6.1
48
- jsonpatch==1.33
49
- jsonpointer==3.0.0
50
- jsonschema==4.23.0
51
- jsonschema-specifications==2024.10.1
52
- keras==3.6.0
53
- langchain==0.3.4
54
- langchain-community==0.3.3
55
- langchain-core==0.3.12
56
- langchain-google-genai==2.0.1
57
- langchain-text-splitters==0.3.0
58
- langsmith==0.1.136
59
- libclang==18.1.1
60
- Markdown==3.7
61
- markdown-it-py==3.0.0
62
- MarkupSafe==3.0.2
63
- marshmallow==3.23.0
64
- mdurl==0.1.2
65
- ml-dtypes==0.4.1
66
- mpmath==1.3.0
67
- multidict==6.1.0
68
- mypy-extensions==1.0.0
69
- namex==0.0.8
70
- narwhals==1.9.4
71
- networkx==3.4.2
72
- numpy==1.26.4
73
- openai==1.52.0
74
- opt_einsum==3.4.0
75
- optree==0.13.0
76
- orjson==3.10.9
77
- packaging==24.1
78
- pandas==2.2.3
79
- pillow==10.4.0
80
- propcache==0.2.0
81
- proto-plus==1.24.0
82
- protobuf==5.28.2
83
- pyarrow==17.0.0
84
- pyasn1==0.6.1
85
- pyasn1_modules==0.4.1
86
- pydantic==2.9.2
87
- pydantic-settings==2.6.0
88
- pydantic_core==2.23.4
89
- pydeck==0.9.1
90
- Pygments==2.18.0
91
- pyparsing==3.2.0
92
- PyPDF2==3.0.1
93
- python-dateutil==2.9.0.post0
94
- python-dotenv==1.0.1
95
- pytz==2024.2
96
- PyYAML==6.0.2
97
- referencing==0.35.1
98
- regex==2024.9.11
99
- requests==2.32.3
100
- requests-toolbelt==1.0.0
101
- rich==13.9.2
102
- rpds-py==0.20.0
103
- rsa==4.9
104
- setuptools==75.2.0
105
- six==1.16.0
106
- smmap==5.0.1
107
- sniffio==1.3.1
108
- SQLAlchemy==2.0.36
109
- streamlit==1.39.0
110
- sympy==1.13.1
111
- tenacity==9.0.0
112
- tensorboard==2.18.0
113
- tensorflow==2.18.0 # General TensorFlow version
114
- termcolor==2.5.0
115
- tiktoken==0.8.0
116
- toml==0.10.2
117
- torch==2.5.0
118
- tornado==6.4.1
119
- tqdm==4.66.5
120
- typing-inspect==0.9.0
121
- typing_extensions==4.12.2
122
- tzdata==2024.2
123
- uritemplate==4.1.1
124
- urllib3==2.2.3
125
- watchdog==5.0.3
126
- Werkzeug==3.0.6
127
- wheel==0.44.0
128
- wrapt==1.16.0
129
- yarl==1.15.5
 
1
  transformers
2
+ sentence-transformers
3
+ absl-py
4
+ keras
5
+ aiohappyeyeballs
6
+ aiohttp
7
+ aiosignal
8
+ altair
9
+ annotated-types
10
+ anyio
11
+ astunparse
12
+ attrs
13
+ blinker
14
+ cachetools
15
+ certifi
16
+ charset-normalizer
17
+ click
18
+ colorama
19
+ dataclasses-json
20
+ distro
21
+ faiss-cpu
22
+ filelock
23
+ flatbuffers
24
+ frozenlist
25
+ fsspec
26
+ gast
27
+ gitdb
28
+ GitPython
29
+ google-ai-generativelanguage
30
+ google-api-core
31
+ google-api-python-client
32
+ google-auth
33
+ google-auth-httplib2
34
+ google-generativeai
35
+ google-pasta
36
+ googleapis-common-protos
37
+ greenlet
38
+ grpcio
39
+ grpcio-status
40
+ h11
41
+ h5py
42
+ httpcore
43
+ httplib2
44
+ httpx
45
+ idna
46
+ Jinja2
47
+ jiter
48
+ jsonpatch
49
+ jsonpointer
50
+ jsonschema
51
+ jsonschema-specifications
52
+ langchain
53
+ langchain-community
54
+ langchain-core
55
+ langchain-google-genai
56
+ langchain-text-splitters
57
+ langsmith
58
+ libclang
59
+ Markdown
60
+ markdown-it-py
61
+ MarkupSafe
62
+ marshmallow
63
+ mdurl
64
+ ml-dtypes
65
+ mpmath
66
+ multidict
67
+ mypy-extensions
68
+ namex
69
+ narwhals
70
+ networkx
71
+ numpy
72
+ openai
73
+ opt_einsum
74
+ optree
75
+ orjson
76
+ packaging
77
+ pandas
78
+ pillow
79
+ propcache
80
+ proto-plus
81
+ protobuf
82
+ pyarrow
83
+ pyasn1
84
+ pyasn1_modules
85
+ pydantic
86
+ pydantic-settings
87
+ pydantic_core
88
+ pydeck
89
+ Pygments
90
+ pyparsing
91
+ PyPDF2
92
+ python-dateutil
93
+ python-dotenv
94
+ pytz
95
+ PyYAML
96
+ referencing
97
+ regex
98
+ requests
99
+ requests-toolbelt
100
+ rich
101
+ rpds-py
102
+ rsa
103
+ setuptools
104
+ six
105
+ smmap
106
+ sniffio
107
+ SQLAlchemy
108
+ streamlit
109
+ sympy
110
+ tenacity
111
+ tensorboard
112
+ tensorflow
113
+ termcolor
114
+ tiktoken
115
+ toml
116
+ torch
117
+ tornado
118
+ tqdm
119
+ typing-inspect
120
+ typing_extensions
121
+ tzdata
122
+ uritemplate
123
+ urllib3
124
+ watchdog
125
+ Werkzeug
126
+ wheel
127
+ wrapt
128
+ yarl