Skip to content

Commit

Permalink
python 3.6+ in requires
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgfierro committed Sep 15, 2023
1 parent 31a8b3d commit 4f99875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"machine learning python spark gpu",
install_requires=install_requires,
package_dir={"recommenders": "recommenders"},
python_requires=">=3.6, <3.10",
python_requires=">=3.6",
packages=find_packages(
where=".",
exclude=["contrib", "docs", "examples", "scenarios", "tests", "tools"],
Expand Down

0 comments on commit 4f99875

Please sign in to comment.