Skip to content

Commit

Permalink
adjust for pie-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBinder committed Nov 27, 2023
1 parent 9e5da9b commit e1f273d
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.6.0
pie-datasets>=0.3.3,<0.7.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,7 +4,7 @@

import pytest
from datasets import disable_caching, load_dataset
from pie_models.document.processing import tokenize_document
from pie_modules.document.processing import tokenize_document
from pytorch_ie.core import Document
from pytorch_ie.documents import TextDocumentWithLabeledSpansAndBinaryRelations
from transformers import AutoTokenizer, PreTrainedTokenizer
Expand Down

0 comments on commit e1f273d

Please sign in to comment.