From 0b132c02dc5f57d799cbc241a1199e69f0929ca3 Mon Sep 17 00:00:00 2001 From: Alex Pilon Date: Wed, 4 Sep 2024 10:41:40 -0400 Subject: [PATCH] remove dependency pin on altair --- pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6c656b1..d5cca02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,13 +15,11 @@ python = ">=3.8, !=3.9.7" streamlit = ">=0.87.0" pandas = ">=1.2" python-decouple = "^3.6" -altair = "<5" [tool.poetry.dev-dependencies] black = "*" watchdog = "^2.1.9" -[build-system] +[build-system] requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api" - +build-backend = "poetry.core.masonry.api"