Skip to content

Commit 1f95d28

Browse files
committed
fixing requirements and removing seaborn style use
1 parent 9065e56 commit 1f95d28

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ nltk
77
emoji
88
textblob
99
matplotlib>=3.3.3, <3.6
10-
seaborn>=0.13.0
10+
seaborn>=0.12.2
1111
scikit-learn
1212
statsmodels
13-
holoviews~=1.14.9
14-
bokeh~=2.4.2
15-
hvplot~=0.7.3
13+
holoviews>=1.14.9
14+
bokeh>=2.4.2
15+
hvplot>=0.7.3
1616
panel>=0.12.6
1717
xgboost>=0.82
1818
fsspec>=0.8.3

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"pandas",
2323
"pyamg",
2424
"matplotlib >=3.3.3, <3.6",
25-
"seaborn>=0.13.0",
25+
"seaborn>=0.12.2",
2626
"scikit-learn",
2727
"statsmodels",
2828
"nltk",
2929
"textblob",
30-
"holoviews~=1.14.9",
31-
"bokeh~=2.4.2",
32-
"hvplot~=0.7.3",
30+
"holoviews>=1.14.9",
31+
"bokeh>=2.4.2",
32+
"hvplot>=0.7.3",
3333
"panel>=0.12.6",
3434
"xgboost>=0.82",
3535
"fsspec>=0.8.3",

0 commit comments

Comments
 (0)