Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
andyk opened this issue Mar 25, 2022 · 0 comments
Open

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

andyk opened this issue Mar 25, 2022 · 0 comments

Comments

@andyk
Copy link

andyk commented Mar 25, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant