Skip to content

Commit

Permalink
Update stable versions in requirements.txt
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 300771433
Change-Id: I4a62b10474781234b4943536968a794f74c6c9a2
  • Loading branch information
alimuldal committed Mar 13, 2020
1 parent 78be1e6 commit d677e2b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
absl-py==0.7.0
absl-py==0.9.0
dm-env
dm-tree!=0.1.2
enum34==1.1.6
future==0.17.1
enum34==1.1.10
future==0.18.2
futures==3.1.1
glfw==1.7.1
glfw==1.11.0
labmaze
lxml==4.3.0
mock==2.0.0
lxml==4.5.0
mock==3.0.5
nose==1.3.7
nose-xunitmp==0.4.1
numpy==1.16.1
numpy==1.16.6
pillow>=6.2.0
pyopengl==3.1.5
pyparsing==2.3.1
scipy==1.2.0
six==1.12.0
pyparsing==2.4.6
scipy==1.2.3
six==1.14.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def find_data_files(package_dir, patterns):

setup(
name='dm_control',
version='0.0.300648743',
version='0.0.300771433',
description='Continuous control environments and MuJoCo Python bindings.',
author='DeepMind',
license='Apache License, Version 2.0',
Expand Down

0 comments on commit d677e2b

Please sign in to comment.