Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Nov 10, 2023
2 parents 37246dd + 5422b7e commit c841ddb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmd-help.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update with comment
uses: peter-evans/create-or-update-comment@v3.0.2
uses: peter-evans/create-or-update-comment@v3.1.0
with:
token: ${{ secrets.PAT_GHOST }}
reaction-token: ${{ secrets.PAT_GHOST }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cmd-rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
git push --force-with-lease
- name: Update comment
uses: peter-evans/create-or-update-comment@v3.0.2
uses: peter-evans/create-or-update-comment@v3.1.0
with:
token: ${{ secrets.PAT_GHOST }}
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update comment
uses: peter-evans/create-or-update-comment@v3.0.2
uses: peter-evans/create-or-update-comment@v3.1.0
with:
token: ${{ secrets.PAT_GHOST }}
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
Expand Down
4 changes: 2 additions & 2 deletions requirements/_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment

coverage ==7.3.2
pytest ==7.4.2
pytest ==7.4.3
pytest-cov ==4.1.0
pytest-doctestplus ==1.0.0
pytest-rerunfailures ==12.0
Expand All @@ -13,5 +13,5 @@ psutil <5.10.0
requests <=2.31.0
fire <=0.5.0

cloudpickle >1.3, <=2.2.1
cloudpickle >1.3, <=3.0.0
scikit-learn >=1.1.1, <1.4.0
2 changes: 1 addition & 1 deletion requirements/multimodal.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment

transformers >=4.10.0, <4.30.3
transformers >=4.10.0, <4.34.2
piq <=0.8.0
2 changes: 1 addition & 1 deletion requirements/text.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
nltk >=3.6, <=3.8.1
tqdm >=4.41.0, <=4.66.1
regex >=2021.9.24, <=2023.10.3
transformers >4.4.0, <4.30.3
transformers >4.4.0, <4.34.2
mecab-python3 >=1.0.6, <1.1.0
mecab-ko >=1.0.0, <1.1.0
mecab-ko-dic >=1.0.0, <1.1.0
Expand Down

0 comments on commit c841ddb

Please sign in to comment.