From 9d9d2fd4f474a2acb10ee619fa4cca814d08211f Mon Sep 17 00:00:00 2001 From: Casper Guo Date: Wed, 24 Jul 2024 10:13:07 +0800 Subject: [PATCH] Restrict Fastf1 to version with new plotting API --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2d4b437..ace7f86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ description = "Transformed data and visualization tools for all Formula 1 races readme = "README.md" requires-python = ">=3.10" dependencies = [ - "fastf1 >= 3.3.0, < 3.4.0", + "fastf1 >= 3.4.0", "pandas >= 1.5.0", "matplotlib >= 3.7.0", "numpy >= 1.26.0, < 2.0.0",