Skip to content

Commit

Permalink
Relaxed Python requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Dec 7, 2024
1 parent a3db51c commit 8e2e2ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ See the [NEWS.md](https://github.com/jpmml/sklearn2pmml/blob/master/NEWS.md#0111
# Prerequisites #

* Java 1.8 or newer. The Java executable must be available on system path.
* Python 3.9 or newer.
* Python 3.8 or newer.

# Installation #

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
exclude_package_data = {
"" : ["README.md"],
},
python_requires = ">=3.9",
python_requires = ">=3.8",
install_requires = [
"dill>=0.3.4",
"joblib>=0.13.0",
Expand Down

0 comments on commit 8e2e2ce

Please sign in to comment.