ferdmartin commited on
Commit
51f517d
·
1 Parent(s): bf61377

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,9 +1,10 @@
 
 
1
  streamlit==1.21.0
2
  psutil
3
  scikit-learn==1.0.2
4
  scipy==1.7.3
5
- shap==0.42.1
6
- numpy==1.21.6
7
  matplotlib==3.5.3
8
  eli5==0.13.0
9
  torch
 
1
+ numpy==1.21.6
2
+ numba==0.53.0
3
  streamlit==1.21.0
4
  psutil
5
  scikit-learn==1.0.2
6
  scipy==1.7.3
7
+ shap==0.41.0
 
8
  matplotlib==3.5.3
9
  eli5==0.13.0
10
  torch