feat: update canals to 0.8.1 (#5900)

* Update canals to 0.8.1

* scale up runner
This commit is contained in:
ZanSara 2023-09-28 17:50:46 +02:00 committed by GitHub
parent e882a7d5c8
commit 578f2b4bbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ jobs:
name: All extras
env:
REQUIREMENTS_FILE: requirements_all.txt
runs-on: ubuntu-latest
runs-on: ubuntu-latest-4-cores
steps:
- name: Checkout the code
uses: actions/checkout@v4

View File

@ -86,7 +86,7 @@ dependencies = [
[project.optional-dependencies]
preview = [
"canals==0.8.0",
"canals==0.8.1",
"requests",
"pandas",
"rank_bm25",