Skip to content

Commit

Permalink
build: now requires lower python version (3.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
epignatelli authored Dec 18, 2023
1 parent 88857bc commit 96a4fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requires = ["setuptools >= 50", "setuptools-scm[toml]>=6.2", "wheel"]
name = "Helx"
dynamic = ["version", "dependencies"]
description = "Interoperate among reinforcement learning libraries with jax, pytorch, gym and dm_env"
requires-python = ">=3.10"
requires-python = ">=3.8"
readme = "README.md"
license = {file = "LICENSE", name = "Apache-2.0"}
authors = [
Expand Down

0 comments on commit 96a4fdd

Please sign in to comment.