From da7a98c1f278f5d5d93ad61354bf4becde6a2a97 Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Mon, 12 Aug 2024 12:34:11 +0200 Subject: [PATCH] add vendor pin for troubleshooting --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa36f8f..55d64a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,8 @@ readme = "README.md" dependencies = [ "setuptools", "alphapept>=0.5.2", - "altair>=5.2.0", + # TODO investigate + "altair<5.4.0", "h5py>=3.10.0", "matplotlib>=3.8.2", "numba>=0.59.0",