We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234c439 commit 8b059d6Copy full SHA for 8b059d6
raiwidgets/requirements-dev.txt
@@ -13,6 +13,8 @@ ml-wrappers>=0.4.0
13
14
# Jupyter dependency that fails with python 3.6
15
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'
18
19
# Required for notebook tests
20
nbformat
responsibleai/requirements-dev.txt
@@ -8,3 +8,5 @@ pytest-mock==3.6.1
8
deptree~=0.0.10
9
xgboost<=1.0.0
10
rai_test_utils==0.3.0
11
12
0 commit comments