diff --git a/setup.py b/setup.py index e0766e1..e450dda 100644 --- a/setup.py +++ b/setup.py @@ -8,13 +8,6 @@ setup( description="Fast and simple RL algorithms implemented in pytorch", python_requires=">=3.6", install_requires=[ - "GitPython", - "gym[all]>=0.26.0", - "numpy>=1.24.4", - "onnx>=1.14.0", - "tensorboard>=2.10.0", - "torch>=1.10.0", - "torchvision>=0.5.0", - "wandb>=0.15.4", + "GitPython", "gym[all]", "numpy", "onnx", "tensorboard", "torch", "torchvision", "wandb", ], )