Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Commit a0072f8

Browse files
committed
Fix notebook install in windows
1 parent 51a9498 commit a0072f8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
'scikit-learn >= 1.3.2'
2929
]
3030

31+
if os.name == 'nt': # For notebook issues in py3.8
32+
requirements.append('pywinpty >= 2.0.13')
33+
3134
if os.environ.get('GITHUB') != 'true':
3235
for r in [
3336
'tensorboard == 2.2.2',

0 commit comments

Comments
 (0)