From 23f0c466d1a7c27798eff8875274a95f0490c4a9 Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Tue, 12 Nov 2024 15:21:05 -0500 Subject: [PATCH] Drop upper bound --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae15a8a4b..55bf66cd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ all = [ "pandas>=1.1.3", "numpy", "pyarrow>=11", - "vegafusion[embed]>=1.6.6,<2", + "vegafusion[embed]>=1.6.6", "anywidget>=0.9.0", "altair_tiles>=0.3.0" ]