Update pyproject.toml
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
Marco Vinciguerra 2024-08-31 13:30:05 +02:00 committed by GitHub
parent a73573d87a
commit 9fd6509454
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]