Remove empty lines in pyproject (#7501)

This commit is contained in:
mamoodi 2025-03-25 13:02:09 -04:00 committed by GitHub
parent 2e72ef151e
commit 6541eab43b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,12 +99,6 @@ reportlab = "*"
[tool.coverage.run]
concurrency = ["gevent"]
[tool.poetry.group.runtime.dependencies]
jupyterlab = "*"
notebook = "*"
@ -133,12 +127,6 @@ ignore = ["D1"]
[tool.ruff.lint.pydocstyle]
convention = "google"
[tool.poetry.group.evaluation.dependencies]
streamlit = "*"
whatthepatch = "*"