build(deps): relax python version constraint for HPC compatibility
This commit is contained in:
parent
f594cafead
commit
d4529147cf
2 changed files with 374 additions and 18 deletions
|
|
@ -3,7 +3,7 @@ name = "2026sel3-project"
|
|||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">= 3.12, < 3.13"
|
||||
requires-python = ">= 3.11, < 3.13"
|
||||
dependencies = [
|
||||
"biorobot==0.4.2",
|
||||
"cleanrl>=0.4.8",
|
||||
|
|
|
|||
Reference in a new issue