Skip to content

Commit 346fe89

Browse files
authored
Update adeft to work with latest python + sklearn (#77)
1 parent e1fcdd0 commit 346fe89

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+61
-17419
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ ubuntu-latest, windows-latest ]
12-
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
12+
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" , "3.12"]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Set up Python ${{ matrix.python-version }}
@@ -19,7 +19,6 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
pip install .[test]
22-
python setup.py build_ext --inplace
2322
python -m adeft.download
2423
- name: Test with pytest
2524
run:

MANIFEST.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
include adeft/nlp/stopwords.json
2-
graft adeft/gui/ground/static
3-
graft adeft/gui/ground/templates
1+
include src/adeft/nlp/stopwords.json
2+
graft src/adeft/gui/ground/static
3+
graft src/adeft/gui/ground/templates

0 commit comments

Comments
 (0)