File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 3030 'dash-renderer==1.8.3' ,
3131 'dash-table>=5.0.0' ,
3232 'nbformat>4.2.0' ,
33- 'numba>=0.53.1' ,
34- # we should change _feature_names_in attribute in shapash columntransformer_backend.py file
35- # in order to resolve compatibility with scikit-learn versions>=1.0
36- 'scikit-learn>=0.24.0,<=0.24.2' ,
33+ 'numba>=0.53.1' ,
34+ 'scikit-learn>=0.24.0' ,
3735]
3836
3937extras = dict ()
5351extras ['catboost' ] = ['catboost>=1.0.1' ]
5452extras ['scikit-learn' ] = ['scikit-learn>=0.23.0' ]
5553extras ['category_encoders' ] = ['category_encoders>=2.2.2' ]
56- extras ['acv' ] = ['acv-exp= =1.2.0' ]
54+ extras ['acv' ] = ['acv-exp> =1.2.0' ]
5755extras ['lime' ] = ['lime>=0.2.0.0' ]
5856
5957setup_requirements = ['pytest-runner' , ]
7169 long_description = long_description ,
7270 long_description_content_type = 'text/markdown' ,
7371 classifiers = [
74- " Programming Language :: Python :: 3" ,
72+ ' Programming Language :: Python :: 3' ,
7573 'Programming Language :: Python :: 3.7' ,
7674 'Programming Language :: Python :: 3.8' ,
7775 'Programming Language :: Python :: 3.9' ,
You can’t perform that action at this time.
0 commit comments