1
Fork 0

build(deps): relax python version constraint for HPC compatibility

This commit is contained in:
Tibo De Peuter 2026-04-01 19:34:35 +02:00
parent f594cafead
commit d4529147cf
2 changed files with 374 additions and 18 deletions

View file

@ -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",