fix(deps): adjust dependency versions for Python 3.11 compatibility

- Use nbqa>=1.8.0 for Python 3.11 support
- Use ruff>=0.7.0 for compatibility
This commit is contained in:
Alex Notov
2025-09-05 19:03:45 -06:00
parent 1968c6c807
commit e5a91f0e26

View File

@@ -14,24 +14,15 @@ dependencies = [
[project.optional-dependencies]
dev = [
"papermill>=2.6.0",
"nbqa>=1.9.1",
"nbqa>=1.8.0", # Compatible with Python 3.11
"nbstripout>=0.7.1",
"ruff>=0.8.0",
"ruff>=0.7.0", # Compatible with Python 3.11
"pytest>=8.3.3",
"nbval>=0.11.0",
"pre-commit>=3.8.0",
]
[tool.uv]
dev-dependencies = [
"papermill>=2.6.0",
"nbqa>=1.9.1",
"nbstripout>=0.7.1",
"ruff>=0.8.0",
"pytest>=8.3.3",
"nbval>=0.11.0",
"pre-commit>=3.8.0",
]
[tool.uv.sources]
[build-system]
requires = ["hatchling"]