Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit 25b101d

Browse files
author
Ryan Sepassi
committed
Add h5py to deps
PiperOrigin-RevId: 194416379
1 parent cb31f9f commit 25b101d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
'gevent',
3939
'google-api-python-client',
4040
'gunicorn',
41-
'gym<=0.9.5', # gym in version 0.9.6 has some temporary issues.
41+
'gym',
42+
'h5py',
4243
'numpy',
4344
'requests',
4445
'scipy',
@@ -48,7 +49,7 @@
4849
extras_require={
4950
'tensorflow': ['tensorflow>=1.5.0'],
5051
'tensorflow_gpu': ['tensorflow-gpu>=1.5.0'],
51-
'tests': ['pytest', 'h5py', 'mock'],
52+
'tests': ['pytest', 'mock'],
5253
},
5354
classifiers=[
5455
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)