Skip to content

Commit

Permalink
min numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
crizCraig committed Feb 13, 2018
1 parent 4d2904f commit f9386bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion gym_deepdrive/envs/deepdrive_gym_env.py
Expand Up @@ -608,7 +608,8 @@ def _connect():
cam['capture_width'],
cam['capture_height'],
cam['relative_position'],
cam['relative_rotation'])
cam['relative_rotation'],
cam['name'])

shared_mem = deepdrive_client.get_shared_memory(self.client_id)
self.reset_capture(shared_mem[0], shared_mem[1])
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,6 +1,6 @@
deepdrive
scipy
numpy
numpy>=1.14.0
h5py
gym==0.9.6
arrow
Expand Down

0 comments on commit f9386bd

Please sign in to comment.