From a0ace3f52e5afe61b8f148f8c55d76cf68167d00 Mon Sep 17 00:00:00 2001 From: Nicolay Rusnachenko Date: Tue, 27 Feb 2024 11:20:33 +0000 Subject: [PATCH] Setup the capability with the most recent AREkit==0.25.1 version. #131 related --- README.md | 2 +- dependencies.txt | 2 +- update_arekit.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2dd8484..aacf5b1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ARElight 0.24.1 ![](https://img.shields.io/badge/Python-3.9-brightgreen.svg) -![](https://img.shields.io/badge/AREkit-0.25.0-orange.svg) +![](https://img.shields.io/badge/AREkit-0.25.1-orange.svg) [![](https://img.shields.io/badge/demo-0.24.0-purple.svg)](https://guardeec.github.io/arelight_demo/template.html) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/nicolay-r/ARElight/blob/v0.24.0/ARElight.ipynb) diff --git a/dependencies.txt b/dependencies.txt index 5435f6a..0c6094b 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -2,7 +2,7 @@ deeppavlov==1.3.0 transformers==4.24.0 torch==2.0.1 pytorch-crf==0.7.2 -arekit @ git+https://github.com/nicolay-r/AREkit@0.25.0-rc +arekit @ git+https://github.com/nicolay-r/AREkit@0.25.1-rc open-nre==0.1.1 nltk==3.8.1 googletrans==3.1.0a0 diff --git a/update_arekit.sh b/update_arekit.sh index ec532d5..adb7446 100755 --- a/update_arekit.sh +++ b/update_arekit.sh @@ -1,2 +1,2 @@ pip3 uninstall arekit -pip3 install git+https://github.com/nicolay-r/AREkit@0.25.0-rc --no-deps +pip3 install git+https://github.com/nicolay-r/AREkit@0.25.1-rc --no-deps