Skip to content

Commit f213412

Browse files
committed
Widen ipython dependency to <9 in visualization requirements for Python 3.13 compatibility
1 parent f495fc8 commit f213412

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def _make_mutual_information_requirements():
126126

127127
def _make_visualization_requirements():
128128
return [
129-
"ipython>=7,<8",
129+
"ipython>=7,<9",
130130
]
131131

132132

0 commit comments

Comments
 (0)