Skip to content

Commit 1ea7aa6

Browse files
committed
FIX: Remove hard IPython dep
1 parent 2c73dbe commit 1ea7aa6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636

3737

3838
def check_dependencies():
39-
needed_deps = ["IPython",
40-
"numpy", "scipy", "matplotlib",
39+
needed_deps = ["numpy", "scipy", "matplotlib",
4140
"mayavi",
4241
]
4342
missing_deps = []

0 commit comments

Comments
 (0)