mihir-s commited on
Commit
c409a77
·
verified ·
1 Parent(s): e4f82af

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +66 -0
requirements.txt ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==5.5.0
2
+ asttokens==3.0.0
3
+ attrs==24.2.0
4
+ blinker==1.9.0
5
+ cachetools==5.5.0
6
+ cattrs==24.1.2
7
+ certifi==2024.8.30
8
+ charset-normalizer==3.4.0
9
+ click==8.1.7
10
+ comm==0.2.2
11
+ decorator==5.1.1
12
+ executing==2.1.0
13
+ flatbuffers==24.3.25
14
+ gitdb==4.0.11
15
+ GitPython==3.1.43
16
+ idna==3.10
17
+ ipython==8.30.0
18
+ ipywidgets==8.1.5
19
+ jedi==0.19.2
20
+ Jinja2==3.1.4
21
+ jsonschema==4.23.0
22
+ jsonschema-specifications==2024.10.1
23
+ jupyterlab_widgets==3.0.13
24
+ markdown-it-py==3.0.0
25
+ MarkupSafe==3.0.2
26
+ matplotlib-inline==0.1.7
27
+ mdurl==0.1.2
28
+ narwhals==1.15.0
29
+ numpy==2.1.3
30
+ openmeteo_requests==1.3.0
31
+ openmeteo_sdk==1.18.0
32
+ packaging==24.2
33
+ pandas==2.2.3
34
+ parso==0.8.4
35
+ pexpect==4.9.0
36
+ pillow==11.0.0
37
+ platformdirs==4.3.6
38
+ prompt_toolkit==3.0.48
39
+ protobuf==5.29.0
40
+ ptyprocess==0.7.0
41
+ pure_eval==0.2.3
42
+ pyarrow==18.1.0
43
+ pydeck==0.9.1
44
+ Pygments==2.18.0
45
+ python-dateutil==2.9.0.post0
46
+ pytz==2024.2
47
+ referencing==0.35.1
48
+ requests==2.32.3
49
+ requests-cache==1.2.1
50
+ retry-requests==2.0.0
51
+ rich==13.9.4
52
+ rpds-py==0.21.0
53
+ six==1.16.0
54
+ smmap==5.0.1
55
+ stack-data==0.6.3
56
+ streamlit==1.40.2
57
+ tenacity==9.0.0
58
+ toml==0.10.2
59
+ tornado==6.4.2
60
+ traitlets==5.14.3
61
+ typing_extensions==4.12.2
62
+ tzdata==2024.2
63
+ url-normalize==1.4.3
64
+ urllib3==2.2.3
65
+ wcwidth==0.2.13
66
+ widgetsnbextension==4.0.13