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

Dependencies in requirements.txt and setup.py are out of sync #164

Closed
blacksph3re opened this issue Dec 1, 2023 · 1 comment · Fixed by #165
Closed

Dependencies in requirements.txt and setup.py are out of sync #164

blacksph3re opened this issue Dec 1, 2023 · 1 comment · Fixed by #165
Assignees
Labels
bug Something isn't working

Comments

@blacksph3re
Copy link

Requirements.txt specifies flax==0.7.4, but setup.py requires flax<0.6.2. Unfortunately flax<0.6.2 breaks with jax>1.14, so currently I can't install QDax

@Lookatator
Copy link
Member

Hi @blacksph3re, thank you very much for letting us know about this problem!

We have opened a PR which should be merged very soon.

In the meantime you can simply use version v0.2.3 (with git checkout v0.2.3 or pip install qdax==0.2.3) which should be working fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants