Skip to content

Commit de8c44a

Browse files
authored
LightFM Python 3.12+ support (#224)
This PR is to support LightFM for Python 3.12+ I locally confirmed it works with Python 3.13 with 380b975
1 parent a159b19 commit de8c44a

File tree

5 files changed

+80
-77
lines changed

5 files changed

+80
-77
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
- `load_model` function ([#213](https://github.com/MobileTeleSystems/RecTools/pull/213))
2020
- `model_from_config` function ([#214](https://github.com/MobileTeleSystems/RecTools/pull/214))
2121
- `get_cat_features` method to `SparseFeatures` ([#221](https://github.com/MobileTeleSystems/RecTools/pull/221))
22+
- LightFM Python 3.12+ support ([#224](https://github.com/MobileTeleSystems/RecTools/pull/224))
2223

2324
### Removed
2425
- Python 3.8 support ([#222](https://github.com/MobileTeleSystems/RecTools/pull/222))

0 commit comments

Comments
 (0)