Emmanuel26 commited on
Commit
3488aab
1 Parent(s): 60af982

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +142 -141
requirements.txt CHANGED
@@ -1,141 +1,142 @@
1
- altair==5.3.0
2
-
3
- annotated-types==0.7.0
4
-
5
- anyio==4.4.0
6
-
7
- attrs==23.2.0
8
-
9
- blinker==1.8.2
10
-
11
- cachetools==5.3.3
12
-
13
- certifi==2024.6.2
14
-
15
- charset-normalizer==3.3.2
16
-
17
- click==8.1.7
18
-
19
- colorama==0.4.6
20
-
21
- dnspython==2.6.1
22
-
23
- email_validator==2.1.1
24
-
25
- fastapi==0.111.0
26
-
27
- fastapi-cli==0.0.4
28
-
29
- gitdb==4.0.11
30
-
31
- GitPython==3.1.43
32
-
33
- h11==0.14.0
34
-
35
- httpcore==1.0.5
36
-
37
- httptools==0.6.1
38
-
39
- httpx==0.27.0
40
-
41
- idna==3.7
42
-
43
- Jinja2==3.1.4
44
-
45
- joblib==1.4.2
46
-
47
- jsonschema==4.22.0
48
-
49
- jsonschema-specifications==2023.12.1
50
-
51
- markdown-it-py==3.0.0
52
-
53
- MarkupSafe==2.1.5
54
-
55
- mdurl==0.1.2
56
-
57
- numpy==1.26.4
58
-
59
- orjson==3.10.3
60
-
61
- packaging==24.0
62
-
63
- pandas==2.2.2
64
-
65
- pillow==10.3.0
66
-
67
- protobuf==4.25.3
68
-
69
- pyarrow==16.1.0
70
-
71
- pydantic==2.7.3
72
-
73
- pydantic_core==2.18.4
74
-
75
- pydeck==0.9.1
76
-
77
- Pygments==2.18.0
78
-
79
- python-dateutil==2.9.0.post0
80
-
81
- python-dotenv==1.0.1
82
-
83
- python-multipart==0.0.9
84
-
85
- pytz==2024.1
86
-
87
- PyYAML==6.0.1
88
-
89
- referencing==0.35.1
90
-
91
- requests==2.32.3
92
-
93
- rich==13.7.1
94
-
95
- rpds-py==0.18.1
96
-
97
- scikit-learn==1.2.2
98
-
99
- scipy==1.13.1
100
-
101
- shellingham==1.5.4
102
-
103
- six==1.16.0
104
-
105
- smmap==5.0.1
106
-
107
- sniffio==1.3.1
108
-
109
- starlette==0.37.2
110
-
111
- streamlit==1.35.0
112
-
113
- tenacity==8.3.0
114
-
115
- threadpoolctl==3.5.0
116
-
117
- toml==0.10.2
118
-
119
- toolz==0.12.1
120
-
121
- tornado==6.4
122
-
123
- typer==0.12.3
124
-
125
- typing_extensions==4.12.1
126
-
127
- tzdata==2024.1
128
-
129
- ujson==5.10.0
130
-
131
- urllib3==2.2.1
132
-
133
- uvicorn==0.30.1
134
-
135
- watchdog==4.0.1
136
-
137
- watchfiles==0.22.0
138
-
139
- websockets==12.0
140
-
141
-
 
 
1
+ altair==5.3.0
2
+
3
+ annotated-types==0.7.0
4
+
5
+ anyio==4.4.0
6
+
7
+ attrs==23.2.0
8
+
9
+ blinker==1.8.2
10
+
11
+ cachetools==5.3.3
12
+
13
+ certifi==2024.6.2
14
+
15
+ charset-normalizer==3.3.2
16
+
17
+ click==8.1.7
18
+
19
+ colorama==0.4.6
20
+
21
+ dnspython==2.6.1
22
+
23
+ email_validator==2.1.1
24
+
25
+ fastapi==0.111.0
26
+
27
+ fastapi-cli==0.0.4
28
+
29
+ gitdb==4.0.11
30
+
31
+ GitPython==3.1.43
32
+
33
+ h11==0.14.0
34
+
35
+ httpcore==1.0.5
36
+
37
+ httptools==0.6.1
38
+
39
+ httpx==0.27.0
40
+
41
+ idna==3.7
42
+
43
+ Jinja2==3.1.4
44
+
45
+ joblib==1.4.2
46
+
47
+ jsonschema==4.22.0
48
+
49
+ jsonschema-specifications==2023.12.1
50
+
51
+ markdown-it-py==3.0.0
52
+
53
+ MarkupSafe==2.1.5
54
+
55
+ mdurl==0.1.2
56
+
57
+ numpy==1.26.4
58
+
59
+ orjson==3.10.3
60
+
61
+ packaging==24.0
62
+
63
+ pandas==2.2.2
64
+
65
+ pillow==10.3.0
66
+
67
+ protobuf==4.25.3
68
+
69
+ pyarrow==16.1.0
70
+
71
+ pydantic==2.7.3
72
+
73
+ pydantic_core==2.18.4
74
+
75
+ pydeck==0.9.1
76
+
77
+ Pygments==2.18.0
78
+
79
+ python-dateutil==2.9.0.post0
80
+
81
+ python-dotenv==1.0.1
82
+
83
+ python-multipart==0.0.9
84
+
85
+ pytz==2024.1
86
+
87
+ PyYAML==6.0.1
88
+
89
+ referencing==0.35.1
90
+
91
+ requests==2.32.3
92
+
93
+ rich==13.7.1
94
+
95
+ rpds-py==0.18.1
96
+
97
+ scikit-learn==1.2.2
98
+
99
+ scipy==1.13.1
100
+
101
+ shellingham==1.5.4
102
+
103
+ six==1.16.0
104
+
105
+ smmap==5.0.1
106
+
107
+ sniffio==1.3.1
108
+
109
+ starlette==0.37.2
110
+
111
+ streamlit==1.35.0
112
+
113
+ tenacity==8.3.0
114
+
115
+ threadpoolctl==3.5.0
116
+
117
+ toml==0.10.2
118
+
119
+ toolz==0.12.1
120
+
121
+ tornado==6.4
122
+
123
+ typer==0.12.3
124
+
125
+ typing_extensions==4.12.1
126
+
127
+ tzdata==2024.1
128
+
129
+ ujson==5.10.0
130
+
131
+ urllib3==2.2.1
132
+
133
+ uvicorn==0.30.1
134
+
135
+ watchdog==4.0.1
136
+
137
+ watchfiles==0.22.0
138
+
139
+ websockets==12.0
140
+
141
+ gradio==2.3.6
142
+