[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
# emctx = install locally from included codebase
pgx = "*" # vectorized RL game environments in JAX 
dm-haiku = "*" # JAX-based neural network library 
optax = "*" # gradient processing and optimization library for JAX
omegaconf = "*" # flexible Python configuration system
pydantic = "*" # data validation library
wandb = "*" # weights and biases
flashbax = "*" # experience replay buffers
jit_env = "*" # JAX compatible RL environment API

[dev-packages]
black = "*"
isort = "*"
mypy = "*"

[requires]
python_version = "3.12"
