Skip to content

Commit dfe47d1

Browse files
authored
Update bert-sklearn package (#139)
1 parent 44d8e0f commit dfe47d1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test-pr.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ name: Test PR
33
on: [pull_request]
44

55
jobs:
6+
67
lint:
78
runs-on: ubuntu-latest
89
steps:
910
- uses: actions/checkout@v2
1011
- uses: psf/black@stable
12+
1113
test:
1214
runs-on: ${{ matrix.os }}
1315
strategy:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"ray",
4646
"shap==0.44.1",
4747
"xarray==2023.1.0",
48-
"bert-sklearn @ git+https://github.com/charles9n/bert-sklearn.git#egg=bert-sklearn",
48+
"bert-sklearn",
4949
],
5050
}
5151

0 commit comments

Comments
 (0)