tosanoob commited on
Commit
800fd9b
·
1 Parent(s): 91c08ee

feat: update requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +33 -4
requirements.txt CHANGED
@@ -4,6 +4,7 @@ aiosignal==1.4.0
4
  altair==5.5.0
5
  annotated-types==0.7.0
6
  anyio==4.9.0
 
7
  attrs==25.3.0
8
  blinker==1.9.0
9
  Brotli==1.1.0
@@ -12,7 +13,10 @@ certifi==2025.7.14
12
  cffi==1.17.1
13
  charset-normalizer==3.4.2
14
  click==8.2.1
 
15
  cssselect2==0.8.0
 
 
16
  fonttools==4.59.0
17
  frozenlist==1.7.0
18
  gitdb==4.0.12
@@ -32,22 +36,35 @@ httpcore==1.0.9
32
  httplib2==0.22.0
33
  httpx==0.28.1
34
  idna==3.10
 
 
 
 
35
  Jinja2==3.1.6
36
  jsonschema==4.25.0
37
  jsonschema-specifications==2025.4.1
 
38
  Markdown==3.8.2
39
  markdown-it-py==3.0.0
40
  MarkupSafe==3.0.2
 
41
  mdurl==0.1.2
42
  multidict==6.6.3
43
  narwhals==1.48.1
44
  numpy==2.3.2
 
45
  packaging==25.0
46
  pandas==2.3.1
 
 
47
  pillow==11.3.0
 
48
  propcache==0.3.2
49
  proto-plus==1.26.1
50
  protobuf==5.29.5
 
 
 
51
  pyarrow==21.0.0
52
  pyasn1==0.6.1
53
  pyasn1_modules==0.4.2
@@ -59,6 +76,7 @@ pydyf==0.11.0
59
  Pygments==2.19.2
60
  pyparsing==3.2.3
61
  pyphen==0.17.2
 
62
  python-dateutil==2.9.0.post0
63
  python-dotenv==1.1.1
64
  pytz==2025.2
@@ -66,29 +84,40 @@ referencing==0.36.2
66
  requests==2.32.4
67
  rpds-py==0.26.0
68
  rsa==4.9.1
 
69
  setuptools==78.1.1
70
  six==1.17.0
71
  smmap==5.0.2
72
  sniffio==1.3.1
 
 
73
  streamlit==1.47.1
74
  tenacity==8.5.0
75
  tinycss2==1.4.0
76
  tinyhtml5==2.0.0
77
  toml==0.10.2
78
- toolz==0.12.1
79
  tornado==6.5.1
80
  tqdm==4.67.1
 
 
 
81
  typing-inspection==0.4.1
82
  typing_extensions==4.14.1
83
  tzdata==2025.2
84
  uritemplate==4.2.0
85
  urllib3==2.5.0
86
- vega-datasets==0.9.0
87
- vl-convert-python==1.3.0
 
 
88
  watchdog==6.0.0
 
89
  weasyprint==66.0
90
  webencodings==0.5.1
 
91
  websockets==15.0.1
92
  wheel==0.45.1
 
 
93
  yarl==1.20.1
94
- zopfli==2.0.3.post1
 
4
  altair==5.5.0
5
  annotated-types==0.7.0
6
  anyio==4.9.0
7
+ asttokens==3.0.0
8
  attrs==25.3.0
9
  blinker==1.9.0
10
  Brotli==1.1.0
 
13
  cffi==1.17.1
14
  charset-normalizer==3.4.2
15
  click==8.2.1
16
+ comm==0.2.3
17
  cssselect2==0.8.0
18
+ decorator==5.2.1
19
+ executing==2.2.0
20
  fonttools==4.59.0
21
  frozenlist==1.7.0
22
  gitdb==4.0.12
 
36
  httplib2==0.22.0
37
  httpx==0.28.1
38
  idna==3.10
39
+ ipython==9.4.0
40
+ ipython_pygments_lexers==1.1.1
41
+ ipywidgets==8.1.7
42
+ jedi==0.19.2
43
  Jinja2==3.1.6
44
  jsonschema==4.25.0
45
  jsonschema-specifications==2025.4.1
46
+ jupyterlab_widgets==3.0.15
47
  Markdown==3.8.2
48
  markdown-it-py==3.0.0
49
  MarkupSafe==3.0.2
50
+ matplotlib-inline==0.1.7
51
  mdurl==0.1.2
52
  multidict==6.6.3
53
  narwhals==1.48.1
54
  numpy==2.3.2
55
+ outcome==1.3.0.post0
56
  packaging==25.0
57
  pandas==2.3.1
58
+ parso==0.8.4
59
+ pexpect==4.9.0
60
  pillow==11.3.0
61
+ prompt_toolkit==3.0.51
62
  propcache==0.3.2
63
  proto-plus==1.26.1
64
  protobuf==5.29.5
65
+ psutil==7.0.0
66
+ ptyprocess==0.7.0
67
+ pure_eval==0.2.3
68
  pyarrow==21.0.0
69
  pyasn1==0.6.1
70
  pyasn1_modules==0.4.2
 
76
  Pygments==2.19.2
77
  pyparsing==3.2.3
78
  pyphen==0.17.2
79
+ PySocks==1.7.1
80
  python-dateutil==2.9.0.post0
81
  python-dotenv==1.1.1
82
  pytz==2025.2
 
84
  requests==2.32.4
85
  rpds-py==0.26.0
86
  rsa==4.9.1
87
+ selenium==4.34.2
88
  setuptools==78.1.1
89
  six==1.17.0
90
  smmap==5.0.2
91
  sniffio==1.3.1
92
+ sortedcontainers==2.4.0
93
+ stack-data==0.6.3
94
  streamlit==1.47.1
95
  tenacity==8.5.0
96
  tinycss2==1.4.0
97
  tinyhtml5==2.0.0
98
  toml==0.10.2
 
99
  tornado==6.5.1
100
  tqdm==4.67.1
101
+ traitlets==5.14.3
102
+ trio==0.30.0
103
+ trio-websocket==0.12.2
104
  typing-inspection==0.4.1
105
  typing_extensions==4.14.1
106
  tzdata==2025.2
107
  uritemplate==4.2.0
108
  urllib3==2.5.0
109
+ vegafusion==1.6.9
110
+ vegafusion-jupyter==1.6.9
111
+ vegafusion-python-embed==1.6.9
112
+ vl-convert-python==1.8.0
113
  watchdog==6.0.0
114
+ wcwidth==0.2.13
115
  weasyprint==66.0
116
  webencodings==0.5.1
117
+ websocket-client==1.8.0
118
  websockets==15.0.1
119
  wheel==0.45.1
120
+ widgetsnbextension==4.0.14
121
+ wsproto==1.2.0
122
  yarl==1.20.1
123
+ zopfli==0.2.3.post1