Skip to content

Commit

Permalink
Update python min version in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rmontanana committed Aug 16, 2024
1 parent dc63701 commit e676ddb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![codecov](https://codecov.io/gh/doctorado-ml/stree/branch/master/graph/badge.svg)](https://codecov.io/gh/doctorado-ml/stree)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/35fa3dfd53a24a339344b33d9f9f2f3d)](https://www.codacy.com/gh/Doctorado-ML/STree?utm_source=github.com&utm_medium=referral&utm_content=Doctorado-ML/STree&utm_campaign=Badge_Grade)
[![PyPI version](https://badge.fury.io/py/STree.svg)](https://badge.fury.io/py/STree)
![https://img.shields.io/badge/python-3.8%2B-blue](https://img.shields.io/badge/python-3.8%2B-brightgreen)
![https://img.shields.io/badge/python-3.11%2B-blue](https://img.shields.io/badge/python-3.11%2B-brightgreen)
[![DOI](https://zenodo.org/badge/262658230.svg)](https://zenodo.org/badge/latestdoi/262658230)

# STree
Expand Down
4 changes: 2 additions & 2 deletions stree/Strees.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ def version() -> str:
return __version__

def __call__(self) -> None:
"""Only added to comply with scikit-learn base sestimator for ensembles
"""
"""Only added to comply with scikit-learn base sestimator for
ensembles"""
pass

def _more_tags(self) -> dict:
Expand Down

0 comments on commit e676ddb

Please sign in to comment.