Skip to content

Commit

Permalink
Added additional library
Browse files Browse the repository at this point in the history
Added additional library to resolve the error "ImportError: Missing optional dependency 'Jinja2'. DataFrame.style requires jinja2. Use pip or conda to install Jinja2" while executing 'from pycaret.classification import *" in Google Colab
  • Loading branch information
dubeyakshat07 authored Jul 5, 2022
1 parent 98cbf94 commit 4e6e6ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ lightgbm>=3.0.0
numba~=0.55.0
requests>=2.27.1 # Required by pycaret.datasets
psutil>=5.9.0
markupsafe>=2.0.1


# Plotting
matplotlib>=3.3.0
Expand Down

0 comments on commit 4e6e6ac

Please sign in to comment.