We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36c12fd + 61c82dd commit 98a3d80Copy full SHA for 98a3d80
hypertools/plot/backend.py
@@ -527,6 +527,7 @@ def _switch_backend_notebook(backend):
527
IPYTHON_INSTANCE.run_line_magic('matplotlib', '-l')
528
529
output_msg = tmp_stdout.getvalue().strip()
530
+ tmp_stdout.close()
531
if exc is not None:
532
# just in case something else was somehow sent to stdout while
533
# redirected, or if we managed to catch a different KeyError
requirements.txt
@@ -1,5 +1,5 @@
1
PPCA>=0.0.2
2
-scikit-learn>=0.19.1,!=0.22
+scikit-learn>=0.19.1,!=0.22,<0.24
3
pandas>=0.18.0
4
seaborn>=0.8.1
5
matplotlib>=1.5.1
0 commit comments