Skip to content

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

@andyk

Description

@andyk

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions