RatanPrakash commited on
Commit
a2e2ff2
·
1 Parent(s): 89bed1b

Add requirements.txt with initial package dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +70 -0
requirements.txt ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==5.5.0
2
+ appnope==0.1.4
3
+ asttokens==2.4.1
4
+ attrs==25.3.0
5
+ blinker==1.9.0
6
+ cachetools==5.5.2
7
+ certifi==2025.1.31
8
+ charset-normalizer==3.4.1
9
+ click==8.1.8
10
+ comm==0.2.2
11
+ contourpy==1.3.1
12
+ cycler==0.12.1
13
+ debugpy==1.8.5
14
+ decorator==5.1.1
15
+ emoji==2.14.1
16
+ executing==2.1.0
17
+ fonttools==4.56.0
18
+ gitdb==4.0.12
19
+ GitPython==3.1.44
20
+ idna==3.10
21
+ ipykernel==6.29.5
22
+ ipython==8.27.0
23
+ jedi==0.19.1
24
+ Jinja2==3.1.6
25
+ jsonschema==4.23.0
26
+ jsonschema-specifications==2024.10.1
27
+ jupyter_client==8.6.3
28
+ jupyter_core==5.7.2
29
+ kiwisolver==1.4.8
30
+ MarkupSafe==3.0.2
31
+ matplotlib==3.10.1
32
+ matplotlib-inline==0.1.7
33
+ narwhals==1.32.0
34
+ nest-asyncio==1.6.0
35
+ numpy==2.2.4
36
+ packaging==24.1
37
+ pandas==2.2.3
38
+ parso==0.8.4
39
+ pexpect==4.9.0
40
+ pillow==11.1.0
41
+ platformdirs==4.3.6
42
+ prompt_toolkit==3.0.47
43
+ protobuf==5.29.4
44
+ psutil==6.0.0
45
+ ptyprocess==0.7.0
46
+ pure_eval==0.2.3
47
+ pyarrow==19.0.1
48
+ pydeck==0.9.1
49
+ Pygments==2.18.0
50
+ pyparsing==3.2.2
51
+ python-dateutil==2.9.0.post0
52
+ pytz==2025.1
53
+ pyzmq==26.2.0
54
+ referencing==0.36.2
55
+ requests==2.32.3
56
+ rpds-py==0.23.1
57
+ seaborn==0.13.2
58
+ six==1.16.0
59
+ smmap==5.0.2
60
+ stack-data==0.6.3
61
+ streamlit==1.43.2
62
+ tenacity==9.0.0
63
+ toml==0.10.2
64
+ tornado==6.4.1
65
+ traitlets==5.14.3
66
+ typing_extensions==4.12.2
67
+ tzdata==2025.2
68
+ urllib3==2.3.0
69
+ wcwidth==0.2.13
70
+ wordcloud==1.9.4