mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-27 17:23:19 +00:00
support python 3.10 (#450)
* support python 3.10 * add 3.10 to tests * new StrEnum
This commit is contained in:
parent
84958baa69
commit
1a727ecf4e
12 changed files with 49 additions and 12 deletions
|
|
@ -1,11 +1,11 @@
|
|||
import random
|
||||
from dataclasses import dataclass, field
|
||||
from enum import StrEnum
|
||||
from itertools import count
|
||||
from typing import Any, Optional
|
||||
|
||||
from ..coaching import BaseCurriculum, RangeAttributeDefinition
|
||||
from ..factory import ProceduralDataset, register_dataset
|
||||
from ..utils import StrEnum
|
||||
|
||||
DATASET_NAME = "family_relationships"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue