Skip to content

Commit 8b059d6

Browse files
fix build failures due to new joblib 1.3.0 release failing on windows with python 3.7 (#2155)
1 parent 234c439 commit 8b059d6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

raiwidgets/requirements-dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ml-wrappers>=0.4.0
1313

1414
# Jupyter dependency that fails with python 3.6
1515
pywinpty==2.0.2; python_version <= '3.6' and sys_platform == 'win32'
16+
# fix for recent joblib release and windows python 3.7 builds
17+
joblib<1.3.0; python_version <= '3.7' and sys_platform == 'win32'
1618

1719
# Required for notebook tests
1820
nbformat

responsibleai/requirements-dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ pytest-mock==3.6.1
88
deptree~=0.0.10
99
xgboost<=1.0.0
1010
rai_test_utils==0.3.0
11+
# fix for recent joblib release and windows python 3.7 builds
12+
joblib<1.3.0; python_version <= '3.7' and sys_platform == 'win32'

0 commit comments

Comments
 (0)