Skip to content

Commit

Permalink
fixes setup
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhatnagarajan committed Jun 24, 2023
1 parent 98a4efc commit 4818545
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
from setuptools import setup

install_requires = [
# 'torch>=1.3.0',
# 'gymnasium[all]',
# 'numpy>=1.11.0',
# 'pillow',
# 'filelock',
'torch>=1.3.0',
'gymnasium[all]',
'numpy>=1.11.0',
'pillow',
'filelock',
]

test_requires = [
Expand Down

0 comments on commit 4818545

Please sign in to comment.