ikostrikov/pytorch-a2c-ppo-acktr-gail

setup.py and requirements.py have same dependencies except for h5py

andyk opened this issue · 0 comments

andyk commented

setup.py lists the following dependencies:

install_requires=['gym', 'matplotlib', 'pybullet', 'stable-baselines3'])

requirements.py lists the same but with the addition of h5py:

gym
matplotlib
pybullet
stable-baselines3
h5py

Is there any reason for these two lists of requirements to be different? Perhaps the commit that added the h5py dependency to requirements.txt (c2925c9) just forgot to also add it to setup.py?