Skip to content

Commit

Permalink
Merge pull request #2204 from recommenders-team/simonz/cornac
Browse files Browse the repository at this point in the history
Use cornac 2.3.0 for Python 3.9+
  • Loading branch information
miguelgfierro authored Jan 14, 2025
2 parents 90b180a + 5265ff9 commit a171e6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@

install_requires = [
"category-encoders>=2.6.0,<3", # requires packaging
"cornac>=1.15.2,<3", # requires packaging, tqdm
"cornac>=1.15.2,<=2.2.2;python_version<='3.8'",
"cornac>=2.3.0,<3;python_version>='3.9'", # requires packaging, tqdm
"hyperopt>=0.2.7,<1",
"lightgbm>=4.0.0,<5",
"locust>=2.12.2,<3", # requires jinja2
Expand Down

0 comments on commit a171e6c

Please sign in to comment.