We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73573d commit 9fd6509Copy full SHA for 9fd6509
pyproject.toml
@@ -90,9 +90,9 @@ more-browser-options = [
90
91
# Group 4: Surya Library
92
screenshot_scraper = [
93
- "surya-ocr>=0.5.0",
94
- "matplotlib>=3.7.2",
95
- "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'"
96
]
97
98
[build-system]
0 commit comments