Skip to content
Snippets Groups Projects
Commit 194abbb6 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'adding_openpyxl_shap_deps' into 'master'

Adding openpyxl/shap deps

See merge request !335
parents cbe25bb9 95e94b82
Branches
Tags
1 merge request!335Adding openpyxl/shap deps
Pipeline #67014 passed
...@@ -410,6 +410,8 @@ numpy: ...@@ -410,6 +410,8 @@ numpy:
- "1.22.4" - "1.22.4"
opencv: opencv:
- "4.6.0" - "4.6.0"
openpyxl:
- "3.0.10"
pandas: pandas:
- "1.5.0" - "1.5.0"
pillow: pillow:
...@@ -451,6 +453,8 @@ scipy: ...@@ -451,6 +453,8 @@ scipy:
- "1.9.1" - "1.9.1"
setuptools: setuptools:
- "65.3.0" - "65.3.0"
shap:
- "0.41.0"
simplejson: simplejson:
- "3.17.6" - "3.17.6"
six: six:
......
...@@ -186,6 +186,7 @@ oauthlib==3.2.1 ...@@ -186,6 +186,7 @@ oauthlib==3.2.1
opencv==4.6.0 opencv==4.6.0
openh264==2.3.0 openh264==2.3.0
openjpeg==2.5.0 openjpeg==2.5.0
openpyxl==3.0.10
openssl==1.1.1q openssl==1.1.1q
opt_einsum==3.3.0 opt_einsum==3.3.0
p11-kit==0.24.1 p11-kit==0.24.1
...@@ -242,6 +243,7 @@ scikit-image==0.19.3 ...@@ -242,6 +243,7 @@ scikit-image==0.19.3
scikit-learn==1.1.2 scikit-learn==1.1.2
scipy==1.9.1 scipy==1.9.1
setuptools==65.3.0 setuptools==65.3.0
shap==0.41.0
simplejson==3.17.6 simplejson==3.17.6
six==1.16.0 six==1.16.0
sleef==3.5.1 sleef==3.5.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment