WebashalarForML commited on
Commit
7e56cda
·
verified ·
1 Parent(s): 440d9ca

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +48 -117
requirements.txt CHANGED
@@ -1,117 +1,48 @@
1
- absl-py==2.1.0
2
- accelerate==1.1.1
3
- aiohappyeyeballs==2.4.3
4
- aiohttp==3.11.2
5
- aiosignal==1.3.1
6
- asttokens==2.4.1
7
- astunparse==1.6.3
8
- async-timeout==5.0.1
9
- attrs==24.2.0
10
- blinker==1.9.0
11
- branca==0.8.0
12
- certifi==2024.8.30
13
- charset-normalizer==3.4.0
14
- click==8.1.7
15
- colorama==0.4.6
16
- comm==0.2.2
17
- contourpy==1.3.0
18
- cycler==0.12.1
19
- datasets==3.1.0
20
- debugpy==1.8.7
21
- decorator==5.1.1
22
- dill==0.3.8
23
- exceptiongroup==1.2.2
24
- executing==2.1.0
25
- filelock==3.16.1
26
- Flask==3.0.3
27
- flatbuffers==24.3.25
28
- folium==0.18.0
29
- fonttools==4.54.1
30
- frozenlist==1.5.0
31
- fsspec==2024.9.0
32
- gast==0.6.0
33
- google-pasta==0.2.0
34
- grpcio==1.67.1
35
- h5py==3.12.1
36
- huggingface-hub==0.26.2
37
- idna==3.10
38
- ipykernel==6.29.5
39
- ipython==8.29.0
40
- itsdangerous==2.2.0
41
- jedi==0.19.1
42
- Jinja2==3.1.4
43
- joblib==1.4.2
44
- jupyter_client==8.6.3
45
- jupyter_core==5.7.2
46
- keras==3.6.0
47
- kiwisolver==1.4.7
48
- libclang==18.1.1
49
- Markdown==3.7
50
- markdown-it-py==3.0.0
51
- MarkupSafe==3.0.2
52
- matplotlib==3.9.2
53
- matplotlib-inline==0.1.7
54
- mdurl==0.1.2
55
- ml-dtypes==0.4.1
56
- mpmath==1.3.0
57
- multidict==6.1.0
58
- multiprocess==0.70.16
59
- namex==0.0.8
60
- nest-asyncio==1.6.0
61
- networkx==3.4.2
62
- numpy==2.0.2
63
- opt_einsum==3.4.0
64
- optree==0.13.0
65
- packaging==24.1
66
- pandas==2.2.3
67
- parso==0.8.4
68
- pillow==11.0.0
69
- platformdirs==4.3.6
70
- prompt_toolkit==3.0.48
71
- propcache==0.2.0
72
- protobuf==5.28.3
73
- psutil==6.1.0
74
- pure_eval==0.2.3
75
- pyarrow==18.0.0
76
- Pygments==2.18.0
77
- pyparsing==3.2.0
78
- python-dateutil==2.9.0.post0
79
- pytz==2024.2
80
- pywin32==308
81
- PyYAML==6.0.2
82
- pyzmq==26.2.0
83
- regex==2024.11.6
84
- requests==2.32.3
85
- rich==13.9.4
86
- safetensors==0.4.5
87
- scikit-learn==1.5.2
88
- scipy==1.14.1
89
- seaborn==0.13.2
90
- sentencepiece==0.2.0
91
- six==1.16.0
92
- stack-data==0.6.3
93
- sympy==1.13.1
94
- tensorboard==2.18.0
95
- tensorboard-data-server==0.7.2
96
- tensorflow==2.18.0
97
- termcolor==2.5.0
98
- tf_keras==2.18.0
99
- threadpoolctl==3.5.0
100
- tokenizers==0.20.3
101
- torch==2.5.1
102
- torchaudio==2.5.1
103
- torchvision==0.20.1
104
- tornado==6.4.1
105
- tqdm==4.67.0
106
- traitlets==5.14.3
107
- transformers==4.46.2
108
- typing_extensions==4.12.2
109
- tzdata==2024.2
110
- urllib3==2.2.3
111
- wcwidth==0.2.13
112
- Werkzeug==3.1.2
113
- wrapt==1.16.0
114
- xxhash==3.5.0
115
- xyzservices==2024.9.0
116
- yarl==1.17.1
117
- gunicorn
 
1
+
2
+ accelerate
3
+ datasets
4
+ Flask
5
+ folium
6
+ h5py
7
+ huggingface-hub
8
+ Jinja2
9
+ joblib
10
+ jupyter_client
11
+ jupyter_core
12
+ keras
13
+ kiwisolver
14
+ libclang
15
+ Markdown
16
+ markdown-it-py
17
+ MarkupSafe
18
+ matplotlib
19
+ matplotlib-inline
20
+ numpy
21
+ pandas
22
+ parso
23
+ pillow
24
+ psutil
25
+ regex
26
+ requests
27
+ rich
28
+ safetensors
29
+ scikit-learn
30
+ scipy
31
+ seaborn
32
+ sentencepiece
33
+ six
34
+ stack-data
35
+ sympy
36
+ tensorflow
37
+ tf_keras
38
+ tokenizers
39
+ torch
40
+ torchaudio
41
+ torchvision
42
+ tornado
43
+ tqdm
44
+ transformers
45
+ urllib3
46
+ Werkzeug
47
+ yarl
48
+ gunicorn