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 8b1a582 commit e5b514bCopy full SHA for e5b514b
2 files changed
packages/examples/cvat/exchange-oracle/pyproject.toml
@@ -43,7 +43,7 @@ pre-commit = "^4.6.0"
43
ruff = "^0.15.21"
44
pytest = "^9.0.0"
45
pytest-mock = "^3.14.0"
46
-virtualenv = "<21" # 21.x drops APIs that poetry's build isolation relies on (parity with RO)
+virtualenv = "<21" # 21.x drops APIs that poetry's build isolation relies on
47
48
[tool.ruff]
49
line-length = 100
packages/examples/cvat/recording-oracle/pyproject.toml
@@ -32,7 +32,7 @@ human-protocol-sdk = "^7.3.1"
32
33
pre-commit = "^4.6.0"
34
35
-virtualenv = "<21" # 21.x drops APIs that poetry's build isolation (local audio-qe pkg) relies on
36
37
38
0 commit comments