Skip to content

Commit

Permalink
Added Python requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Dec 6, 2024
1 parent c93d811 commit 2c0b7ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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 2.7, 3.4 or newer.
* Python 3.9 or newer.

# Installation #

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

0 comments on commit 2c0b7ce

Please sign in to comment.