YSOMAAAD commited on
Commit
71dfd6c
·
verified ·
1 Parent(s): 2fd811d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +110 -14
requirements.txt CHANGED
@@ -1,14 +1,110 @@
1
- transformers==4.51.3
2
- datasets==2.14.5
3
- scikit-learn==1.3.0
4
- pandas==2.0.3
5
- numpy==1.24.4
6
- evaluate==0.4.1
7
- accelerate>=0.26.0
8
- torch==2.0.1
9
- streamlit==1.24.0
10
- matplotlib==3.7.2
11
- altair==5.0.1
12
- huggingface_hub==0.31.4
13
- ipywidgets==8.0.7
14
- matplotlib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # requirements.txt
2
+
3
+ accelerate==1.7.0
4
+ aiohappyeyeballs==2.6.1
5
+ aiohttp==3.11.18
6
+ aiosignal==1.3.2
7
+ altair==5.5.0
8
+ appnope==0.1.4
9
+ asttokens==3.0.0
10
+ async-timeout==5.0.1
11
+ attrs==25.3.0
12
+ blinker==1.9.0
13
+ cachetools==5.5.2
14
+ certifi==2025.4.26
15
+ charset-normalizer==3.4.2
16
+ click==8.1.8
17
+ comm==0.2.2
18
+ contourpy==1.3.0
19
+ cycler==0.12.1
20
+ datasets==3.6.0
21
+ debugpy==1.8.14
22
+ decorator==5.2.1
23
+ dill==0.3.8
24
+ evaluate==0.4.3
25
+ exceptiongroup==1.3.0
26
+ executing==2.2.0
27
+ filelock==3.18.0
28
+ fonttools==4.58.0
29
+ frozenlist==1.6.0
30
+ fsspec==2025.3.0
31
+ gitdb==4.0.12
32
+ GitPython==3.1.44
33
+ huggingface-hub==0.31.4
34
+ idna==3.10
35
+ importlib_metadata==8.7.0
36
+ importlib_resources==6.5.2
37
+ ipykernel==6.29.5
38
+ ipython==8.18.1
39
+ ipywidgets==8.1.7
40
+ jedi==0.19.2
41
+ Jinja2==3.1.6
42
+ joblib==1.5.0
43
+ jsonschema==4.23.0
44
+ jsonschema-specifications==2025.4.1
45
+ jupyter_client==8.6.3
46
+ jupyter_core==5.7.2
47
+ jupyterlab_widgets==3.0.15
48
+ kiwisolver==1.4.7
49
+ MarkupSafe==3.0.2
50
+ matplotlib==3.9.4
51
+ matplotlib-inline==0.1.7
52
+ mpmath==1.3.0
53
+ multidict==6.4.4
54
+ multiprocess==0.70.16
55
+ narwhals==1.40.0
56
+ nest-asyncio==1.6.0
57
+ networkx==3.2.1
58
+ nltk==3.9.1
59
+ numpy==2.0.2
60
+ packaging==24.2
61
+ pandas==2.2.3
62
+ parso==0.8.4
63
+ pexpect==4.9.0
64
+ pillow==11.2.1
65
+ platformdirs==4.3.8
66
+ plotly==6.1.0
67
+ prompt_toolkit==3.0.51
68
+ propcache==0.3.1
69
+ protobuf==6.31.0
70
+ psutil==7.0.0
71
+ ptyprocess==0.7.0
72
+ pure_eval==0.2.3
73
+ pyarrow==20.0.0
74
+ pydeck==0.9.1
75
+ Pygments==2.19.1
76
+ pyparsing==3.2.3
77
+ python-dateutil==2.9.0.post0
78
+ pytz==2025.2
79
+ PyYAML==6.0.2
80
+ pyzmq==26.4.0
81
+ referencing==0.36.2
82
+ regex==2024.11.6
83
+ requests==2.32.3
84
+ rpds-py==0.25.0
85
+ safetensors==0.5.3
86
+ scikit-learn==1.6.1
87
+ scipy==1.13.1
88
+ six==1.17.0
89
+ smmap==5.0.2
90
+ stack-data==0.6.3
91
+ streamlit==1.45.1
92
+ sympy==1.14.0
93
+ tenacity==9.1.2
94
+ threadpoolctl==3.6.0
95
+ tokenizers==0.21.1
96
+ toml==0.10.2
97
+ torch==2.7.0
98
+ tornado==6.5
99
+ tqdm==4.67.1
100
+ traitlets==5.14.3
101
+ transformers==4.51.3
102
+ typing_extensions==4.13.2
103
+ tzdata==2025.2
104
+ urllib3==2.4.0
105
+ wcwidth==0.2.13
106
+ widgetsnbextension==4.0.14
107
+ wordcloud==1.9.4
108
+ xxhash==3.5.0
109
+ yarl==1.20.0
110
+ zipp==3.21.0