Skip to content

Commit

Permalink
Upgrade dependencies, fix kenlm (#803)
Browse files Browse the repository at this point in the history
* feat: 🎸 upgrade dependencies to minor version, and fix kenlm

* fix: 🐛 upgrade dependencies ot fix vuln. + set python version
  • Loading branch information
severo authored Feb 10, 2023
1 parent 6023542 commit f0d048e
Show file tree
Hide file tree
Showing 9 changed files with 525 additions and 535 deletions.
1 change: 1 addition & 0 deletions front/admin_ui/.python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.9.15
175 changes: 84 additions & 91 deletions front/admin_ui/poetry.lock

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions front/admin_ui/poetry.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[virtualenvs]
in-project = true
prefer-active-python = true
141 changes: 70 additions & 71 deletions jobs/mongodb_migration/poetry.lock

Large diffs are not rendered by default.

141 changes: 70 additions & 71 deletions libs/libcommon/poetry.lock

Large diffs are not rendered by default.

141 changes: 70 additions & 71 deletions services/admin/poetry.lock

Large diffs are not rendered by default.

141 changes: 70 additions & 71 deletions services/api/poetry.lock

Large diffs are not rendered by default.

315 changes: 156 additions & 159 deletions workers/datasets_based/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion workers/datasets_based/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ conllu = "^4.4.1"
datasets = { extras = ["audio", "vision"], version = "~2.9.0" }
gdown = "^4.2.0"
huggingface-hub = "^0.12.0"
kenlm = { url = "https://github.com/kpu/kenlm/archive/master.zip" }
kenlm = { git = "https://github.com/kpu/kenlm", branch = "master" }
kss = "^2.6.0"
libcommon = {path = "../../libs/libcommon", develop = true}
lm-dataformat = "^0.0.20"
Expand Down

0 comments on commit f0d048e

Please sign in to comment.