Skip to content

Commit aecc7a7

Browse files
committed
broken_trans_deps: Add cattrs==23.1.1 to broken trans list
python-attrs/cattrs#372 Signed-off-by: Jan Vesely <[email protected]>
1 parent 0f3ab10 commit aecc7a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

broken_trans_deps.txt

+6
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ onnx != 1.14.0
1515
# torch wheels for win32 python3.10 are built against numpy>=1.23
1616
# https://github.com/pytorch/pytorch/issues/100690
1717
torch !=2.0.1, !=2.0.0, !=1.13.*, !=1.12.*; python_version == '3.10' and platform_system == 'Windows'
18+
19+
# cattrs==23.1.1 requires typing_extensions>=4, but doesn't reflect this in
20+
# dependencies. Only affects python 3.7
21+
# https://github.com/python-attrs/cattrs/issues/372
22+
# PNL is restricted to typing_extension <4 because of dependence on old rich<10.13
23+
cattr != 23.1.1; python_version < '3.8'

0 commit comments

Comments
 (0)