Skip to content

Commit 607754d

Browse files
Merge pull request #375 from ThomasBouche/feature/upgrade_dependancies
⬆️ upgrade sklearn and acv compatiblity
2 parents 59b5a6a + 59e737d commit 607754d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

setup.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@
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

3937
extras = dict()
@@ -53,7 +51,7 @@
5351
extras['catboost'] = ['catboost>=1.0.1']
5452
extras['scikit-learn'] = ['scikit-learn>=0.23.0']
5553
extras['category_encoders'] = ['category_encoders>=2.2.2']
56-
extras['acv'] = ['acv-exp==1.2.0']
54+
extras['acv'] = ['acv-exp>=1.2.0']
5755
extras['lime'] = ['lime>=0.2.0.0']
5856

5957
setup_requirements = ['pytest-runner', ]
@@ -71,7 +69,7 @@
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',

0 commit comments

Comments
 (0)