Skip to content

Commit

Permalink
ci: Add ipython 8.13.0 to blocklist for python <3.9 (#2651)
Browse files Browse the repository at this point in the history
ipython/ipython#14053

Signed-off-by: Jan Vesely <[email protected]>
  • Loading branch information
jvesely authored Apr 29, 2023
1 parent e00f15a commit 498cdbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions broken_trans_deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
# onnxruntime-1.14.0 is broken on macos/x64
# https://github.com/microsoft/onnxruntime/issues/14663
onnxruntime != 1.14.0; platform_system=="Darwin"

# ipython == 8.13.0 uses incorrect python requires and only works with 3.9+
# https://github.com/ipython/ipython/issues/14053
ipython != 8.13.0; python_version < '3.9'

0 comments on commit 498cdbc

Please sign in to comment.