Skip to content

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorM authored Oct 17, 2020
1 parent aeeac48 commit 789ae0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'gym>=0.17.2',
'torch>=1.5',
'numpy>=1.16.0',
'ray>=1.0.0',
'ray==1.0.0',
'tensorboard>=1.14.0',
'tensorboardX>=1.6',
'opencv-python>=4.1.0.25',
Expand All @@ -34,4 +34,4 @@
# 'dm_control',
# 'dm2gym',
],
)
)

0 comments on commit 789ae0c

Please sign in to comment.