Uzaiir commited on
Commit
15eda2b
·
verified ·
1 Parent(s): 0d2439e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +120 -3
requirements.txt CHANGED
@@ -1,3 +1,120 @@
1
- altair
2
- pandas
3
- streamlit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ streamlit
2
+ transformers
3
+ torch
4
+ Pillow
5
+ absl-py==2.2.2
6
+ aiohappyeyeballs==2.6.1
7
+ aiohttp==3.12.0
8
+ aiosignal==1.3.2
9
+ altair==5.5.0
10
+ annotated-types==0.7.0
11
+ anyio==4.9.0
12
+ astunparse==1.6.3
13
+ attrs==25.3.0
14
+ blinker==1.9.0
15
+ cachetools==5.5.2
16
+ certifi==2025.4.26
17
+ charset-normalizer==3.4.2
18
+ click==8.2.1
19
+ colorama==0.4.6
20
+ dataclasses-json==0.6.7
21
+ filelock==3.18.0
22
+ flatbuffers==25.2.10
23
+ frozenlist==1.6.0
24
+ fsspec==2025.5.0
25
+ gast==0.6.0
26
+ gitdb==4.0.12
27
+ GitPython==3.1.44
28
+ google-pasta==0.2.0
29
+ greenlet==3.2.2
30
+ grpcio==1.71.0
31
+ h11==0.16.0
32
+ h5py==3.13.0
33
+ httpcore==1.0.9
34
+ httpx==0.28.1
35
+ httpx-sse==0.4.0
36
+ huggingface-hub==0.32.1
37
+ idna==3.10
38
+ Jinja2==3.1.6
39
+ joblib==1.5.1
40
+ jsonpatch==1.33
41
+ jsonpointer==3.0.0
42
+ jsonschema==4.23.0
43
+ jsonschema-specifications==2025.4.1
44
+ keras==3.10.0
45
+ langchain==0.3.25
46
+ langchain-core==0.3.61
47
+ langchain-huggingface==0.2.0
48
+ langchain-text-splitters==0.3.8
49
+ langsmith==0.3.42
50
+ libclang==18.1.1
51
+ Markdown==3.8
52
+ markdown-it-py==3.0.0
53
+ MarkupSafe==3.0.2
54
+ marshmallow==3.26.1
55
+ mdurl==0.1.2
56
+ ml_dtypes==0.5.1
57
+ mpmath==1.3.0
58
+ multidict==6.4.4
59
+ mypy_extensions==1.1.0
60
+ namex==0.0.9
61
+ narwhals==1.40.0
62
+ networkx==3.4.2
63
+ numpy==2.1.3
64
+ opt_einsum==3.4.0
65
+ optree==0.15.0
66
+ orjson==3.10.18
67
+ packaging==24.2
68
+ pandas==2.2.3
69
+ pillow==11.2.1
70
+ propcache==0.3.1
71
+ protobuf==5.29.4
72
+ pyarrow==20.0.0
73
+ pydantic==2.11.5
74
+ pydantic-settings==2.9.1
75
+ pydantic_core==2.33.2
76
+ pydeck==0.9.1
77
+ Pygments==2.19.1
78
+ python-dateutil==2.9.0.post0
79
+ python-dotenv==1.1.0
80
+ pytz==2025.2
81
+ PyYAML==6.0.2
82
+ referencing==0.36.2
83
+ regex==2024.11.6
84
+ requests==2.32.3
85
+ requests-toolbelt==1.0.0
86
+ rich==14.0.0
87
+ rpds-py==0.25.1
88
+ safetensors==0.5.3
89
+ scikit-learn==1.6.1
90
+ scipy==1.15.3
91
+ sentence-transformers==4.1.0
92
+ six==1.17.0
93
+ smmap==5.0.2
94
+ sniffio==1.3.1
95
+ SQLAlchemy==2.0.41
96
+ streamlit==1.45.1
97
+ sympy==1.14.0
98
+ tenacity==9.1.2
99
+ tensorboard==2.19.0
100
+ tensorboard-data-server==0.7.2
101
+ tensorflow-io-gcs-filesystem==0.31.0
102
+ termcolor==3.1.0
103
+ tf_keras==2.19.0
104
+ threadpoolctl==3.6.0
105
+ tokenizers==0.21.1
106
+ toml==0.10.2
107
+ torch==2.7.0
108
+ tornado==6.5.1
109
+ tqdm==4.67.1
110
+ transformers==4.52.3
111
+ typing-inspect==0.9.0
112
+ typing-inspection==0.4.1
113
+ typing_extensions==4.13.2
114
+ tzdata==2025.2
115
+ urllib3==2.4.0
116
+ watchdog==6.0.0
117
+ Werkzeug==3.1.3
118
+ wrapt==1.17.2
119
+ yarl==1.20.0
120
+ zstandard==0.23.0