Skip to content

Commit 25c3251

Browse files
committed
fix tests
1 parent af8a402 commit 25c3251

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
14+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1515
os: [ubuntu-20.04, macos-latest]
1616
steps:
1717
- uses: actions/checkout@v1
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ${{ matrix.os }}
3131
strategy:
3232
matrix:
33-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
33+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
3434
os: [ubuntu-20.04, macos-latest]
3535
steps:
3636
- uses: actions/checkout@v1
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ${{ matrix.os }}
5050
strategy:
5151
matrix:
52-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
52+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
5353
os: [ubuntu-20.04, macos-latest]
5454
steps:
5555
- uses: actions/checkout@v1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
'featuretools>=0.6.1,<2',
1717
'iso639>=0.1.4,<0.2',
1818
'langdetect>=1.0.7,<2',
19-
#'lightfm>=1.15,<2', <-- no longer supported
19+
'rectools-lightfm>=1.15,<2', # <-- lightfm longer supported
2020
'mlblocks>=0.6,<1',
2121
'networkx>=2.0,<3',
2222
'nltk>=3.3,<4',

0 commit comments

Comments
 (0)