Skip to content

Commit

Permalink
#131 switch AREkit version to 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Dec 17, 2023
1 parent b626caf commit c8fb0bb
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.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)

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==0.24.0
arekit @ git+https://github.com/nicolay-r/[email protected]
open-nre @ git+https://github.com/thunlp/OpenNRE@53b6c9400775ab066dc4f462e81ce05ea2b128e7
nltk==3.8.1
googletrans==3.1.0a0
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/AREkit@0.24.0-rc --no-deps
pip3 install git+https://github.com/nicolay-r/AREkit@0.25.0-rc --no-deps

0 comments on commit c8fb0bb

Please sign in to comment.