From 1be9d259279827dcd03d1ab2850f973231fd6f98 Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Fri, 25 Aug 2023 13:22:53 -0400 Subject: [PATCH] Remove note about vl-convert not being available on Apple Silicon from conda-forge --- doc/user_guide/saving_charts.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/user_guide/saving_charts.rst b/doc/user_guide/saving_charts.rst index 9268dfbb0..0b43e8fd2 100644 --- a/doc/user_guide/saving_charts.rst +++ b/doc/user_guide/saving_charts.rst @@ -171,11 +171,6 @@ or:: pip install vl-convert-python -.. note:: - - Conda packages are not yet available for the Apple Silicon architecture. - See `conda-forge/vl-convert-python-feedstock#9 `_. - Unlike altair_saver_, vl-convert_ does not require any external dependencies. However, it only supports saving charts to PNG and SVG formats. To save directly to PDF, altair_saver_ is still required. See the vl-convert documentation for information