mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-28 17:29:39 +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
|
|
@ -10,7 +10,7 @@ authors = [
|
|||
]
|
||||
description = "A library of procedural dataset generators for training reasoning models"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"bfi==1.0.4",
|
||||
"cellpylib==2.4.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue