Skip to content

Commit

Permalink
fix notebook build failures due to pywinpty dependency release failin…
Browse files Browse the repository at this point in the history
…g in python 3.6 (#1257)

* fix notebook build failures due to pywinpty dependency release failing in python 3.6

* build pywinpty from conda instead

* add lowerbound

* fixup

* fixup
  • Loading branch information
imatiach-msft authored and gaugup committed Mar 8, 2022
1 parent b47627e commit 9d8f0b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions raiwidgets/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ lightgbm==2.3.0

fairlearn==0.6.0

# Jupyter dependency that fails with python 3.6
pywinpty==2.0.2; python_version <= '3.6' and sys_platform == 'win32'

# Required for notebook tests
nbformat
papermill
Expand Down

0 comments on commit 9d8f0b6

Please sign in to comment.