Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit a7bdfa6

Browse files
committed
update setup.py for install_required
1 parent 60d582d commit a7bdfa6

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

setup.py

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,24 @@ def get_version():
2727
include_package_data=True,
2828
zip_safe=False,
2929
platforms='any',
30-
install_requires=['numpy==1.18.2',
31-
'pandas==0.25.1',
30+
install_requires=['ipython',
31+
'numpy>=1.18.2',
32+
'pandas>=0.25.1',
3233
'scikit-learn==0.22.2',
33-
'scipy==1.3.1',
34-
'tqdm==4.44.1',
35-
'matplotlib==3.1.2',
36-
'seaborn==0.9.0',
34+
'scipy>=1.3.1',
35+
'tqdm>=4.44.1',
36+
'matplotlib>=3.1.2',
37+
'seaborn>=0.9.0',
3738
'fpdf==1.7.2',
3839
'wordcloud==1.5.0',
3940
'nltk==3.4.5',
4041
'ordered-set>=3.1.0',
4142
'lime>=0.1.1, <=2',
42-
'dill==0.3.0',
43+
'dill>=0.3.0',
4344
'shap>=0.35.0',
4445
'yattag==1.12.2',
4546
'pyyaml==5.3.1',
46-
'pillow==7.0.0',
47+
'pillow>=7.1.0',
4748
'jsonschema==3.0.2',
4849
'PyPDF2 == 1.26.0'
4950
],

0 commit comments

Comments
 (0)