Skip to content

Commit

Permalink
Setup the capability with the most recent AREkit==0.25.1 version. #131
Browse files Browse the repository at this point in the history
…related
  • Loading branch information
nicolay-r committed Feb 27, 2024
1 parent 4e8838a commit a0ace3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].0-rc
arekit @ git+https://github.com/nicolay-r/[email protected].1-rc
open-nre==0.1.1
nltk==3.8.1
googletrans==3.1.0a0
Expand Down
2 changes: 1 addition & 1 deletion update_arekit.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pip3 uninstall arekit
pip3 install git+https://github.com/nicolay-r/[email protected].0-rc --no-deps
pip3 install git+https://github.com/nicolay-r/[email protected].1-rc --no-deps

0 comments on commit a0ace3f

Please sign in to comment.