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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +128 -128
requirements.txt CHANGED
@@ -1,128 +1,128 @@
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
 
1
+ transformers==4.28.1 # Last version supporting Keras 2.12
2
+ sentence-transformers==2.2.2 # Compatible with Hugging Face Transformers
3
+ absl-py==1.4.0
4
+ keras==2.12.0 # Specified version
5
+ aiohappyeyeballs==2.4.3
6
+ aiohttp==3.8.5
7
+ aiosignal==1.3.1
8
+ altair==4.2.0
9
+ annotated-types==0.5.0
10
+ anyio==3.6.2
11
+ astunparse==1.6.3
12
+ attrs==22.2.0
13
+ blinker==1.5
14
+ cachetools==5.2.0
15
+ certifi==2024.8.30
16
+ charset-normalizer==3.1.0
17
+ click==8.1.6
18
+ colorama==0.4.6
19
+ dataclasses-json==0.6.7
20
+ distro==1.8.0
21
+ faiss-cpu==1.7.4
22
+ filelock==3.12.0
23
+ flatbuffers==22.12.6
24
+ frozenlist==1.3.3
25
+ fsspec==2024.10.0
26
+ gast==0.4.0
27
+ gitdb==4.0.11
28
+ GitPython==3.1.30
29
+ google-ai-generativelanguage==0.6.10
30
+ google-api-core==2.11.0
31
+ google-api-python-client==2.63.0
32
+ google-auth==2.16.0
33
+ google-auth-httplib2==0.1.0
34
+ google-generativeai==0.8.3
35
+ google-pasta==0.2.0
36
+ googleapis-common-protos==1.56.0
37
+ greenlet==2.0.1
38
+ grpcio==1.51.1
39
+ grpcio-status==1.51.1
40
+ h11==0.14.0
41
+ h5py==3.8.0 # Compatible with Keras 2.12
42
+ httpcore==0.16.3
43
+ httplib2==0.22.0
44
+ httpx==0.23.3
45
+ idna==3.4
46
+ Jinja2==3.1.2
47
+ jiter==0.6.1
48
+ jsonpatch==1.32
49
+ jsonpointer==2.3
50
+ jsonschema==4.17.3
51
+ jsonschema-specifications==2024.10.1
52
+ langchain==0.3.4
53
+ langchain-community==0.3.3
54
+ langchain-core==0.3.12
55
+ langchain-google-genai==2.0.1
56
+ langchain-text-splitters==0.3.0
57
+ langsmith==0.1.136
58
+ libclang==16.0.0
59
+ Markdown==3.4.3
60
+ markdown-it-py==3.0.0
61
+ MarkupSafe==2.1.2
62
+ marshmallow==3.19.0
63
+ mdurl==0.1.2
64
+ ml-dtypes==0.1.0
65
+ mpmath==1.2.1
66
+ multidict==6.0.4
67
+ mypy-extensions==1.0.0
68
+ namex==0.0.8
69
+ narwhals==1.9.4
70
+ networkx==2.6.3
71
+ numpy==1.23.5 # Compatible with Keras 2.12
72
+ openai==0.27.0
73
+ opt_einsum==3.3.0
74
+ optree==0.2.2
75
+ orjson==3.8.10
76
+ packaging==23.0
77
+ pandas==1.5.3
78
+ pillow==9.4.0
79
+ propcache==0.2.0
80
+ proto-plus==1.24.0
81
+ protobuf==4.21.12
82
+ pyarrow==7.3.0
83
+ pyasn1==0.4.8
84
+ pyasn1_modules==0.2.8
85
+ pydantic==1.10.11
86
+ pydantic-settings==0.5.0
87
+ pydantic_core==0.2.0
88
+ pydeck==0.8.0
89
+ Pygments==2.14.0
90
+ pyparsing==3.0.9
91
+ PyPDF2==1.21.0
92
+ python-dateutil==2.8.2
93
+ python-dotenv==1.0.0
94
+ pytz==2024.2
95
+ PyYAML==6.0
96
+ referencing==0.35.1
97
+ regex==2022.10.31
98
+ requests==2.28.1
99
+ requests-toolbelt==0.9.1
100
+ rich==13.3.3
101
+ rpds-py==0.20.0
102
+ rsa==4.9
103
+ setuptools==66.0.0
104
+ six==1.16.0
105
+ smmap==5.0.0
106
+ sniffio==1.3.0
107
+ SQLAlchemy==1.4.47
108
+ streamlit==1.18.0
109
+ sympy==1.11.1
110
+ tenacity==8.0.1
111
+ tensorboard==2.12.2
112
+ tensorflow==2.12.0 # Compatible with Keras 2.12.0
113
+ termcolor==2.2.0
114
+ tiktoken==0.3.3
115
+ toml==0.10.2
116
+ torch==1.13.1
117
+ tornado==6.2
118
+ tqdm==4.65.0
119
+ typing-inspect==0.6.0
120
+ typing_extensions==4.5.0
121
+ tzdata==2024.1
122
+ uritemplate==4.1.1
123
+ urllib3==1.26.14
124
+ watchdog==3.0.0
125
+ Werkzeug==2.2.3
126
+ wheel==0.37.1
127
+ wrapt==1.14.1
128
+ yarl==1.9.1