Hammad112 commited on
Commit
90824bc
·
verified ·
1 Parent(s): 2264ca5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -122
requirements.txt CHANGED
@@ -1,126 +1,11 @@
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 # Specific version
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.2 # Compatible version
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
- orjson==3.8.10
75
- packaging==23.0
76
- pandas==1.5.3
77
- pillow==9.4.0
78
- propcache==0.2.0
79
- proto-plus==1.24.0
80
- protobuf==3.20.3 # Updated version to resolve conflicts
81
- pyarrow==6.0.1 # Updated to a compatible version
82
- pyasn1==0.4.8
83
- pyasn1_modules==0.2.8
84
- pydantic==2.6.3 # Updated to a compatible version
85
- pydantic-settings==2.6.0 # Updated to match the compatible pydantic version
86
- pydeck==0.8.0
87
- Pygments==2.14.0
88
- pyparsing==3.0.9
89
- PyPDF2==1.21.0
90
- python-dateutil==2.8.2
91
- python-dotenv==1.0.0
92
- pytz==2024.2
93
- PyYAML==6.0
94
- referencing==0.35.1
95
- regex==2022.10.31
96
- requests==2.28.1
97
- requests-toolbelt==0.9.1
98
- rich==13.3.3
99
- rpds-py==0.20.0
100
- rsa==4.9
101
- setuptools==66.0.0
102
- six==1.16.0
103
- smmap==5.0.0
104
- sniffio==1.3.0
105
- SQLAlchemy==1.4.47
106
  streamlit==1.18.0
107
- sympy==1.11.1
108
- tenacity==8.0.1
109
- tensorboard==2.12.2
110
- tensorflow==2.12.0 # Compatible with Keras 2.12.0
111
- termcolor==2.2.0
112
- tiktoken==0.3.3
113
- toml==0.10.2
114
- torch==1.13.1
115
- tornado==6.2
116
- tqdm==4.65.0
117
- typing-inspect==0.6.0
118
- typing_extensions==4.5.0
119
- tzdata==2024.1
120
- uritemplate==4.1.1
121
- urllib3==1.26.14
122
- watchdog==3.0.0
123
- Werkzeug==2.2.3
124
- wheel==0.37.1
125
- wrapt==1.14.1
126
- yarl==1.9.1
 
1
  transformers==4.28.1 # Last version supporting Keras 2.12
2
  sentence-transformers==2.2.2 # Compatible with Hugging Face Transformers
 
3
  keras==2.12.0 # Specified version
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  streamlit==1.18.0
5
+ PyPDF2==1.21.0
6
+ langchain==0.3.4
7
+ langchain_google_genai==0.6.10
8
+ langchain_community==0.3.3
9
+ HuggingFaceEmbeddings==0.0.1 # Hypothetical version; please check the actual version if needed
10
+ google-generativeai==0.8.3
11
+ tensorflow==2.12.0