Skip to content

Commit 35930ae

Browse files
committed
Add vegafusion for altair.
1 parent b746e05 commit 35930ae

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

requirements.piptools

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ altair
2323
altair_data_server
2424
altair_saver
2525
openpyxl
26+
vegafusion
27+
vegafusion-python-embed
28+
vl-convert-python
29+
2630

2731
# Chapter 7 dependencies
2832
plotly

requirements.txt

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile requirements.piptools
@@ -10,6 +10,7 @@ altair==5.2.0
1010
# altair-data-server
1111
# altair-saver
1212
# altair-viewer
13+
# vegafusion
1314
altair-data-server==0.4.1
1415
# via
1516
# -r requirements.piptools
@@ -73,7 +74,7 @@ executing==2.0.1
7374
# via stack-data
7475
fastjsonschema==2.19.0
7576
# via nbformat
76-
fonttools==4.45.1
77+
fonttools==4.46.0
7778
# via matplotlib
7879
fqdn==1.5.1
7980
# via jsonschema
@@ -213,6 +214,7 @@ numpy==1.26.2
213214
# matplotlib
214215
# pandas
215216
# patsy
217+
# pyarrow
216218
# scipy
217219
# seaborn
218220
# statsmodels
@@ -241,6 +243,7 @@ pandas==2.1.3
241243
# altair
242244
# seaborn
243245
# statsmodels
246+
# vegafusion
244247
pandocfilters==1.5.0
245248
# via nbconvert
246249
parso==0.8.3
@@ -263,16 +266,21 @@ prompt-toolkit==3.0.41
263266
# via
264267
# ipython
265268
# jupyter-console
269+
protobuf==4.25.1
270+
# via vegafusion
266271
psutil==5.9.6
267272
# via
268273
# ipykernel
269274
# portpicker
275+
# vegafusion
270276
ptyprocess==0.7.0
271277
# via
272278
# pexpect
273279
# terminado
274280
pure-eval==0.2.2
275281
# via stack-data
282+
pyarrow==14.0.1
283+
# via vegafusion
276284
pycparser==2.21
277285
# via cffi
278286
pygments==2.17.2
@@ -407,6 +415,12 @@ urllib3[socks]==2.1.0
407415
# requests
408416
# selenium
409417
# urllib3
418+
vegafusion==1.4.5
419+
# via -r requirements.piptools
420+
vegafusion-python-embed==1.4.5
421+
# via -r requirements.piptools
422+
vl-convert-python==1.2.0
423+
# via -r requirements.piptools
410424
wcwidth==0.2.12
411425
# via prompt-toolkit
412426
webcolors==1.13
@@ -421,3 +435,6 @@ widgetsnbextension==4.0.9
421435
# via ipywidgets
422436
wsproto==1.2.0
423437
# via trio-websocket
438+
439+
# The following packages are considered to be unsafe in a requirements file:
440+
# setuptools

0 commit comments

Comments
 (0)