Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit e9680c6

Browse files
authored
pin ipython dep for compatibility with python < 3.9 (#206) (#207)
1 parent 92bfd81 commit e9680c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ seaborn>=0.11.0
4141
sparseml[torchvision] >= 1.4
4242

4343
# Extras --------------------------------------
44-
ipython # interactive notebook
44+
ipython<=8.12 # interactive notebook
4545
psutil # system utilization
4646
thop>=0.1.1 # FLOPs computation
4747
# mss # screenshots

0 commit comments

Comments
 (0)