Skip to content

Commit

Permalink
adjust for 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBinder committed Nov 26, 2023
1 parent 05fe313 commit 7dc9531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dataset_builders/pie/argmicro/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pie-datasets>=0.3.3,<0.5.0
pie-datasets>=0.3.3,<0.6.0
2 changes: 1 addition & 1 deletion tests/dataset_builders/pie/test_argmicro.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

import pytest
from datasets import disable_caching, load_dataset
from pie_models.document.processing import tokenize_document
from pytorch_ie.core import Document
from pytorch_ie.documents import TextDocumentWithLabeledSpansAndBinaryRelations
from transformers import AutoTokenizer, PreTrainedTokenizer
Expand All @@ -16,7 +17,6 @@
example_to_document,
)
from pie_datasets import DatasetDict
from pie_datasets.document.processing import tokenize_document
from pie_datasets.document.types import TokenDocumentWithLabeledSpansAndBinaryRelations
from tests import FIXTURES_ROOT
from tests.dataset_builders.common import HF_DS_FIXTURE_DATA_PATH, PIE_BASE_PATH
Expand Down

0 comments on commit 7dc9531

Please sign in to comment.