Skip to content

Commit

Permalink
Update bert-sklearn package (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirand863 authored Dec 6, 2024
1 parent 44d8e0f commit dfe47d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ name: Test PR
on: [pull_request]

jobs:

lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable

test:
runs-on: ${{ matrix.os }}
strategy:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"ray",
"shap==0.44.1",
"xarray==2023.1.0",
"bert-sklearn @ git+https://github.com/charles9n/bert-sklearn.git#egg=bert-sklearn",
"bert-sklearn",
],
}

Expand Down

0 comments on commit dfe47d1

Please sign in to comment.