Update setup.py dependency list

This commit is contained in:
Lukas Schneider 2024-03-24 15:56:09 -07:00 committed by GitHub
parent 9c0fcdc677
commit c7e950439d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ setup(
description="Fast and simple RL algorithms implemented in pytorch", description="Fast and simple RL algorithms implemented in pytorch",
python_requires=">=3.6", python_requires=">=3.6",
install_requires=[ install_requires=[
"GitPython", "gym[all]", "numpy", "onnx", "tensorboard", "torch", "torchvision", "wandb", "GitPython", "gym", "numpy", "onnx", "tensorboard", "torch", "torchvision", "wandb",
], ],
) )