From c9132e23fc9a2485311203e55055c49e9f6f9b53 Mon Sep 17 00:00:00 2001 From: Nicolay Rusnachenko Date: Sat, 3 Jun 2023 11:08:28 +0100 Subject: [PATCH] Sync dependencies. fixed PEP requirement for version naming. --- dependencies.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies.txt b/dependencies.txt index a0f1260..d7cb946 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -2,5 +2,5 @@ deeppavlov==0.11.0 # DeepPavlov bert-dp dependencies: bert_dp @ git+https://github.com/deepmipt/bert.git@feat/multi_gpu # Install arekit -arekit @ git+https://github.com/nicolay-r/AREkit@0.23.0-rc +arekit @ git+https://github.com/nicolay-r/AREkit@0.23.1-rc nltk diff --git a/setup.py b/setup.py index 03d5e0b..a80c8a2 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def get_requirements(filenames): setup( name='arelight', - version='0.23.0-p0', + version='0.23.1', description='About Mass-media text processing application for your ' 'Relation Extraction task, powered by AREkit.', url='https://github.com/nicolay-r/ARElight',