Skip to content

Commit

Permalink
Update adeft to work with latest python + sklearn (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
steppi authored May 9, 2024
1 parent e1fcdd0 commit 346fe89
Show file tree
Hide file tree
Showing 41 changed files with 61 additions and 17,419 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" , "3.12"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -19,7 +19,6 @@ jobs:
- name: Install dependencies
run: |
pip install .[test]
python setup.py build_ext --inplace
python -m adeft.download
- name: Test with pytest
run:
Expand Down
6 changes: 3 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include adeft/nlp/stopwords.json
graft adeft/gui/ground/static
graft adeft/gui/ground/templates
include src/adeft/nlp/stopwords.json
graft src/adeft/gui/ground/static
graft src/adeft/gui/ground/templates
Loading

0 comments on commit 346fe89

Please sign in to comment.