diff --git a/pyproject.toml b/pyproject.toml index 4e4af6e..1213fbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,20 +35,20 @@ Changelog = "https://github.com/arpan404/bumblebee/releases" [project.optional-dependencies] rl = [ - "gymnasium>=1.0.0", - "rich>=13.9.0", - "stable-baselines3>=2.4.0", - "tensorboard>=2.18.0", - "torch>=2.6.0", - "tqdm>=4.67.0", + "gymnasium>=1.3.0", + "rich>=15.0.0", + "stable-baselines3>=2.9.0", + "tensorboard>=2.20.0", + "torch>=2.12.1", + "tqdm>=4.68.3", ] train = [ - "gymnasium>=1.0.0", - "rich>=13.9.0", - "stable-baselines3>=2.4.0", - "tensorboard>=2.18.0", - "torch>=2.6.0", - "tqdm>=4.67.0", + "gymnasium>=1.3.0", + "rich>=15.0.0", + "stable-baselines3>=2.9.0", + "tensorboard>=2.20.0", + "torch>=2.12.1", + "tqdm>=4.68.3", ] [dependency-groups] @@ -58,12 +58,12 @@ dev = [ "twine>=6.1.0", ] train = [ - "gymnasium>=1.0.0", - "rich>=13.9.0", - "stable-baselines3>=2.4.0", - "tensorboard>=2.18.0", - "torch>=2.6.0", - "tqdm>=4.67.0", + "gymnasium>=1.3.0", + "rich>=15.0.0", + "stable-baselines3>=2.9.0", + "tensorboard>=2.20.0", + "torch>=2.12.1", + "tqdm>=4.68.3", ] [tool.hatch.build.targets.wheel]