Srish117 commited on
Commit
9b08bc0
·
verified ·
1 Parent(s): ffb5a8f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +73 -48
requirements.txt CHANGED
@@ -1,48 +1,73 @@
1
- altair==5.4.1
2
- attrs==24.2.0
3
- blinker==1.8.2
4
- cachetools==5.5.0
5
- certifi==2024.8.30
6
- charset-normalizer==3.3.2
7
- click==8.1.7
8
- colorama==0.4.6
9
- contourpy==1.3.0
10
- cycler==0.12.1
11
- fonttools==4.54.1
12
- gitdb==4.0.11
13
- GitPython==3.1.43
14
- idna==3.10
15
- Jinja2==3.1.4
16
- jsonschema==4.23.0
17
- jsonschema-specifications==2023.12.1
18
- kiwisolver==1.4.7
19
- markdown-it-py==3.0.0
20
- MarkupSafe==2.1.5
21
- matplotlib==3.9.2
22
- mdurl==0.1.2
23
- narwhals==1.9.1
24
- numpy==2.1.1
25
- packaging==24.1
26
- pandas==2.2.3
27
- pillow==10.4.0
28
- protobuf==5.28.2
29
- pyarrow==17.0.0
30
- pydeck==0.9.1
31
- Pygments==2.18.0
32
- pyparsing==3.1.4
33
- python-dateutil==2.9.0.post0
34
- pytz==2024.2
35
- referencing==0.35.1
36
- requests==2.32.3
37
- rich==13.9.2
38
- rpds-py==0.20.0
39
- six==1.16.0
40
- smmap==5.0.1
41
- streamlit==1.39.0
42
- tenacity==9.0.0
43
- toml==0.10.2
44
- tornado==6.4.1
45
- typing_extensions==4.12.2
46
- tzdata==2024.2
47
- urllib3==2.2.3
48
- watchdog==5.0.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==5.4.1
2
+ asttokens==2.4.1
3
+ attrs==24.2.0
4
+ blinker==1.8.2
5
+ cachetools==5.5.0
6
+ certifi==2024.8.30
7
+ charset-normalizer==3.3.2
8
+ click==8.1.7
9
+ colorama==0.4.6
10
+ comm==0.2.2
11
+ contourpy==1.3.0
12
+ cycler==0.12.1
13
+ debugpy==1.8.7
14
+ decorator==5.1.1
15
+ dnspython==1.16.0
16
+ executing==2.1.0
17
+ fonttools==4.54.1
18
+ gitdb==4.0.11
19
+ GitPython==3.1.43
20
+ idna==3.10
21
+ ipykernel==6.29.5
22
+ ipython==8.29.0
23
+ jedi==0.19.1
24
+ Jinja2==3.1.4
25
+ jsonschema==4.23.0
26
+ jsonschema-specifications==2023.12.1
27
+ jupyter_client==8.6.3
28
+ jupyter_core==5.7.2
29
+ kiwisolver==1.4.7
30
+ markdown-it-py==3.0.0
31
+ MarkupSafe==2.1.5
32
+ matplotlib==3.9.2
33
+ matplotlib-inline==0.1.7
34
+ mdurl==0.1.2
35
+ narwhals==1.9.1
36
+ nest-asyncio==1.6.0
37
+ numpy==2.1.1
38
+ packaging==24.1
39
+ pandas==2.2.3
40
+ parso==0.8.4
41
+ pillow==10.4.0
42
+ platformdirs==4.3.6
43
+ plotly==5.24.1
44
+ prompt_toolkit==3.0.48
45
+ protobuf==5.28.2
46
+ psutil==6.1.0
47
+ pure_eval==0.2.3
48
+ pyarrow==17.0.0
49
+ pydeck==0.9.1
50
+ Pygments==2.18.0
51
+ pymongo==3.11.0
52
+ pyparsing==3.2.0
53
+ python-dateutil==2.9.0.post0
54
+ pytz==2024.2
55
+ pywin32==308
56
+ pyzmq==26.2.0
57
+ referencing==0.35.1
58
+ requests==2.32.3
59
+ rich==13.9.2
60
+ rpds-py==0.20.0
61
+ six==1.16.0
62
+ smmap==5.0.1
63
+ stack-data==0.6.3
64
+ streamlit==1.39.0
65
+ tenacity==9.0.0
66
+ toml==0.10.2
67
+ tornado==6.4.1
68
+ traitlets==5.14.3
69
+ typing_extensions==4.12.2
70
+ tzdata==2024.2
71
+ urllib3==2.2.3
72
+ watchdog==5.0.3
73
+ wcwidth==0.2.13