Skip to content

Commit

Permalink
fixing requirements and removing seaborn style use
Browse files Browse the repository at this point in the history
  • Loading branch information
AutoViML committed Dec 17, 2023
1 parent 9065e56 commit 1f95d28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ nltk
emoji
textblob
matplotlib>=3.3.3, <3.6
seaborn>=0.13.0
seaborn>=0.12.2
scikit-learn
statsmodels
holoviews~=1.14.9
bokeh~=2.4.2
hvplot~=0.7.3
holoviews>=1.14.9
bokeh>=2.4.2
hvplot>=0.7.3
panel>=0.12.6
xgboost>=0.82
fsspec>=0.8.3
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"pandas",
"pyamg",
"matplotlib >=3.3.3, <3.6",
"seaborn>=0.13.0",
"seaborn>=0.12.2",
"scikit-learn",
"statsmodels",
"nltk",
"textblob",
"holoviews~=1.14.9",
"bokeh~=2.4.2",
"hvplot~=0.7.3",
"holoviews>=1.14.9",
"bokeh>=2.4.2",
"hvplot>=0.7.3",
"panel>=0.12.6",
"xgboost>=0.82",
"fsspec>=0.8.3",
Expand Down

0 comments on commit 1f95d28

Please sign in to comment.