From 9fd650945438bdefcd1203f450fdbe85dc2461d2 Mon Sep 17 00:00:00 2001 From: Marco Vinciguerra <88108002+VinciGit00@users.noreply.github.com> Date: Sat, 31 Aug 2024 13:30:05 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 16969809..70b8522a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,9 +90,9 @@ more-browser-options = [ # Group 4: Surya Library screenshot_scraper = [ - "surya-ocr>=0.5.0", - "matplotlib>=3.7.2", - "ipywidgets>=8.1.0" + "surya-ocr>=0.5.0; python_version >= '3.10'", + "matplotlib>=3.7.2; python_version >= '3.10'", + "ipywidgets>=8.1.0; python_version >= '3.10'" ] [build-system]