diff --git a/README.md b/README.md index bb2f57a..25da22c 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.24.0-orange.svg) +![](https://img.shields.io/badge/AREkit-0.25.0-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 f4c9925..0122a9f 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==0.24.0 +arekit @ git+https://github.com/nicolay-r/AREkit@0.25.0-rc open-nre @ git+https://github.com/thunlp/OpenNRE@53b6c9400775ab066dc4f462e81ce05ea2b128e7 nltk==3.8.1 googletrans==3.1.0a0 \ No newline at end of file diff --git a/update_arekit.sh b/update_arekit.sh index c8730fb..ec532d5 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.24.0-rc --no-deps +pip3 install git+https://github.com/nicolay-r/AREkit@0.25.0-rc --no-deps