alzami commited on
Commit
dd3075d
·
verified ·
1 Parent(s): 41a5b10

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +74 -3
requirements.txt CHANGED
@@ -1,3 +1,74 @@
1
- altair
2
- pandas
3
- streamlit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==5.5.0
2
+ asttokens==3.0.0
3
+ attrs==25.3.0
4
+ blinker==1.9.0
5
+ cachetools==5.5.2
6
+ certifi==2025.4.26
7
+ charset-normalizer==3.4.2
8
+ click==8.2.1
9
+ colorama==0.4.6
10
+ comm==0.2.2
11
+ contourpy==1.3.2
12
+ cycler==0.12.1
13
+ debugpy==1.8.12
14
+ decorator==5.2.1
15
+ executing==2.2.0
16
+ fonttools==4.58.1
17
+ gitdb==4.0.12
18
+ GitPython==3.1.44
19
+ idna==3.10
20
+ ipykernel==6.29.5
21
+ ipython==9.0.0
22
+ ipython_pygments_lexers==1.1.1
23
+ jedi==0.19.2
24
+ Jinja2==3.1.6
25
+ joblib==1.5.1
26
+ jsonschema==4.24.0
27
+ jsonschema-specifications==2025.4.1
28
+ jupyter_client==8.6.3
29
+ jupyter_core==5.7.2
30
+ kiwisolver==1.4.8
31
+ MarkupSafe==3.0.2
32
+ matplotlib==3.10.3
33
+ matplotlib-inline==0.1.7
34
+ narwhals==1.41.0
35
+ nest-asyncio==1.6.0
36
+ numpy==2.2.6
37
+ packaging==24.2
38
+ pandas==2.2.3
39
+ parso==0.8.4
40
+ pillow==11.2.1
41
+ platformdirs==4.3.6
42
+ plotly==6.1.2
43
+ prompt_toolkit==3.0.50
44
+ protobuf==6.31.1
45
+ psutil==7.0.0
46
+ pure_eval==0.2.3
47
+ pyarrow==20.0.0
48
+ pydeck==0.9.1
49
+ pyparsing==3.2.3
50
+ python-dateutil==2.9.0.post0
51
+ pytz==2025.2
52
+ pyzmq==26.2.1
53
+ referencing==0.36.2
54
+ requests==2.32.3
55
+ rpds-py==0.25.1
56
+ scikit-learn==1.6.1
57
+ scipy==1.15.3
58
+ seaborn==0.13.2
59
+ setuptools==78.1.1
60
+ six==1.17.0
61
+ smmap==5.0.2
62
+ stack-data==0.6.3
63
+ streamlit==1.45.1
64
+ tenacity==9.1.2
65
+ threadpoolctl==3.6.0
66
+ toml==0.10.2
67
+ tornado==6.4.2
68
+ traitlets==5.14.3
69
+ typing_extensions==4.14.0
70
+ tzdata==2025.2
71
+ urllib3==2.4.0
72
+ watchdog==6.0.0
73
+ wcwidth==0.2.13
74
+ wheel==0.45.1