Update setup.py package versions

This commit is contained in:
Lukas Schneider 2024-03-24 12:12:03 -07:00 committed by GitHub
parent dc9f33a3c3
commit 7ce11711d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ setup(
"gym[all]>=0.26.0", "gym[all]>=0.26.0",
"numpy>=1.24.4", "numpy>=1.24.4",
"onnx>=1.14.0", "onnx>=1.14.0",
"tensorboard>=2.13.0", "tensorboard>=2.10.0",
"torch>=1.10.0", "torch>=1.10.0",
"torchvision>=0.5.0", "torchvision>=0.5.0",
"wandb>=0.15.4", "wandb>=0.15.4",