Skip to content

Commit 9fd6509

Browse files
authored
Update pyproject.toml
1 parent a73573d commit 9fd6509

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ more-browser-options = [
9090

9191
# Group 4: Surya Library
9292
screenshot_scraper = [
93-
"surya-ocr>=0.5.0",
94-
"matplotlib>=3.7.2",
95-
"ipywidgets>=8.1.0"
93+
"surya-ocr>=0.5.0; python_version >= '3.10'",
94+
"matplotlib>=3.7.2; python_version >= '3.10'",
95+
"ipywidgets>=8.1.0; python_version >= '3.10'"
9696
]
9797

9898
[build-system]

0 commit comments

Comments
 (0)