Skip to content

Commit e5b514b

Browse files
committed
fix comment
1 parent 8b1a582 commit e5b514b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/examples/cvat/exchange-oracle/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pre-commit = "^4.6.0"
4343
ruff = "^0.15.21"
4444
pytest = "^9.0.0"
4545
pytest-mock = "^3.14.0"
46-
virtualenv = "<21" # 21.x drops APIs that poetry's build isolation relies on (parity with RO)
46+
virtualenv = "<21" # 21.x drops APIs that poetry's build isolation relies on
4747

4848
[tool.ruff]
4949
line-length = 100

packages/examples/cvat/recording-oracle/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ human-protocol-sdk = "^7.3.1"
3232
pytest = "^9.0.0"
3333
pre-commit = "^4.6.0"
3434
ruff = "^0.15.21"
35-
virtualenv = "<21" # 21.x drops APIs that poetry's build isolation (local audio-qe pkg) relies on
35+
virtualenv = "<21" # 21.x drops APIs that poetry's build isolation relies on
3636

3737
[tool.ruff]
3838
line-length = 100

0 commit comments

Comments
 (0)