Skip to content

Commit 1bc81e8

Browse files
committed
Resolve pyproject-fmt error
1 parent 631817a commit 1bc81e8

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -313,18 +313,15 @@ dependencies = [
313313
"pydantic-settings",
314314
"requests",
315315
"requests-mock",
316-
# We pin to an old version of scipy as brisque does not support newer versions.
317-
# `brisque` appears to be unmaintained, so we may need to switch to an
318-
# alternative, such as `piq`, which currently does not support Python 3.12.
319-
"scipy<1.12.0",
316+
"scipy<1.12.0", # We pin to an old version of scipy as brisque does not support newer versions. `brisque` appears to be unmaintained, so we may need to switch to an alternative, such as `piq`, which currently does not support Python 3.12.
320317
'tzdata; sys_platform == "win32"',
321318
"vws-auth-tools",
322319
]
323320
[project.optional-dependencies]
324321
dev = [
325322
"check-manifest==0.49",
326-
"dirty-equals==0.7.1.post0", # We pin to an old doc8 to avoid version conflicts with sphinx_toolbox. When we bump this, we can remove doc8.ini.
327-
"doc8==0.11.2",
323+
"dirty-equals==0.7.1.post0",
324+
"doc8==0.11.2", # We pin to an old doc8 to avoid version conflicts with sphinx_toolbox. When we bump this, we can remove doc8.ini.
328325
"docker==7.0.0",
329326
"dodgy==0.2.1",
330327
"enum-tools[sphinx]==0.11",

0 commit comments

Comments
 (0)