Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
moezali1 committed Nov 27, 2022
1 parent 127c771 commit 58acf47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ dask*/
/.venv
/.devcontainer
tmp/
nbtest1.ipynb
1 change: 1 addition & 0 deletions pycaret/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from sklearn.metrics._scorer import _PredictScorer, get_scorer # type: ignore
from pycaret.utils.generic import check_metric

version_ = "3.0.0.rc4"
nightly_version_ = "3.0.0"
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ requests>=2.27.1 # Required by pycaret.datasets
psutil>=5.9.0
markupsafe>=2.0.1 # Fixes Google Colab issue
importlib_metadata>=4.12.0
nbformat>=4.2.0

# Plotting
matplotlib>=3.3.0
Expand Down

0 comments on commit 58acf47

Please sign in to comment.