Skip to content

Commit

Permalink
broken_trans_deps: Add cattrs==23.1.1 to broken deps list
Browse files Browse the repository at this point in the history
python-attrs/cattrs#372

Signed-off-by: Jan Vesely <[email protected]>
  • Loading branch information
jvesely committed Jun 1, 2023
1 parent 0f3ab10 commit 59f26c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions broken_trans_deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ onnx != 1.14.0
# torch wheels for win32 python3.10 are built against numpy>=1.23
# https://github.com/pytorch/pytorch/issues/100690
torch !=2.0.1, !=2.0.0, !=1.13.*, !=1.12.*; python_version == '3.10' and platform_system == 'Windows'

# cattrs==23.1.1 requires typing_extensions>=4, but doesn't reflect this in
# dependencies. Only affects python 3.7
# https://github.com/python-attrs/cattrs/issues/372
# PNL is restricted to typing_extension <4 because of dependence on old rich<10.13
cattrs != 23.1.1; python_version < '3.8'

0 comments on commit 59f26c9

Please sign in to comment.