From 5ebd97af762118b7386dac0a3fcb331df8b0370c Mon Sep 17 00:00:00 2001 From: ArneBinder Date: Mon, 27 Nov 2023 11:27:46 +0100 Subject: [PATCH] update `pie-datasets` to `0.7.0` (#150) * update pie-datasets to 0.7.0 * update conll2003 versions and revision in comment --- configs/dataset/conll2003.yaml | 2 +- configs/dataset/conll2003_base.yaml | 2 +- dataset_builders/pie/conll2003/requirements.txt | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/dataset/conll2003.yaml b/configs/dataset/conll2003.yaml index 960ae03..599b985 100644 --- a/configs/dataset/conll2003.yaml +++ b/configs/dataset/conll2003.yaml @@ -3,4 +3,4 @@ _target_: pie_datasets.DatasetDict.load_dataset path: dataset_builders/pie/conll2003 ## to use the script from the HuggingFace Hub instead of the local version: # path: pie/conll2003 -# revision: 95ee94f78010d00cb5a94c38ebbddd07273be8c0 +# revision: 91cdf58a1e4c66fd835749674c7eece8539c1ca9 diff --git a/configs/dataset/conll2003_base.yaml b/configs/dataset/conll2003_base.yaml index f0e4074..078ec4e 100644 --- a/configs/dataset/conll2003_base.yaml +++ b/configs/dataset/conll2003_base.yaml @@ -7,4 +7,4 @@ input: path: dataset_builders/pie/conll2003 ## to use the script from the HuggingFace Hub instead of the local version: # path: pie/conll2003 - # revision: 95ee94f78010d00cb5a94c38ebbddd07273be8c0 + # revision: 91cdf58a1e4c66fd835749674c7eece8539c1ca9 diff --git a/dataset_builders/pie/conll2003/requirements.txt b/dataset_builders/pie/conll2003/requirements.txt index 2c289fa..24edd0c 100644 --- a/dataset_builders/pie/conll2003/requirements.txt +++ b/dataset_builders/pie/conll2003/requirements.txt @@ -1 +1 @@ -pie-datasets>=0.3.3,<0.5.0 +pie-datasets>=0.6.0,<0.8.0 diff --git a/requirements.txt b/requirements.txt index 9371e59..ac98382 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # --------- pytorch-ie --------- # pytorch-ie>=0.28.0,<0.30.0 -pie-datasets>=0.6.0,<0.7.0 +pie-datasets>=0.7.0,<0.8.0 # --------- hydra --------- # hydra-core>=1.3.0