We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9065e56 commit 1f95d28Copy full SHA for 1f95d28
requirements.txt
@@ -7,12 +7,12 @@ nltk
7
emoji
8
textblob
9
matplotlib>=3.3.3, <3.6
10
-seaborn>=0.13.0
+seaborn>=0.12.2
11
scikit-learn
12
statsmodels
13
-holoviews~=1.14.9
14
-bokeh~=2.4.2
15
-hvplot~=0.7.3
+holoviews>=1.14.9
+bokeh>=2.4.2
+hvplot>=0.7.3
16
panel>=0.12.6
17
xgboost>=0.82
18
fsspec>=0.8.3
setup.py
@@ -22,14 +22,14 @@
22
"pandas",
23
"pyamg",
24
"matplotlib >=3.3.3, <3.6",
25
- "seaborn>=0.13.0",
+ "seaborn>=0.12.2",
26
"scikit-learn",
27
"statsmodels",
28
"nltk",
29
"textblob",
30
- "holoviews~=1.14.9",
31
- "bokeh~=2.4.2",
32
- "hvplot~=0.7.3",
+ "holoviews>=1.14.9",
+ "bokeh>=2.4.2",
+ "hvplot>=0.7.3",
33
"panel>=0.12.6",
34
"xgboost>=0.82",
35
"fsspec>=0.8.3",
0 commit comments