fix unit tests, lower python dependency to 3.9

This commit is contained in:
Andreas Koepf 2025-01-26 16:55:17 +01:00
parent 98e9c7e55f
commit ecbb155184
11 changed files with 66 additions and 56 deletions

View file

@ -15,7 +15,7 @@ from .number_sorting import NumberSortingConfig, NumberSortingDataset
from .sentence_reordering import SentenceReorderingConfig, SentenceReorderingDataset
from .spell_backward import SpellBackwardConfig, SpellBackwardDataset
from .word_sequence_reversal import WordSequenceReversalConfig, WordSequenceReversalDataset
from .word_sorting import WordSortingConfig, WordSortingDataset, TextTransformation
from .word_sorting import TextTransformation, WordSortingConfig, WordSortingDataset
__all__ = [
"SpellBackwardConfig",