flax
flax copied to clipboard
fix: dev container
Currently the dev container is broken, this PR fixes it by:
- Replacing deprecated
sklearnpackage withscikit-learn - Update docker container to run Python 3.11 (install fails due to dependency issues with Python 3.7)
- Fix pip install command for
flax(was pointing to the wrong path)
Checklist
- [x] This PR fixes a minor issue (e.g.: typo or small bug) or improves the docs (you can dismiss the other checks if that's the case).
- [ ] This change is discussed in a Github issue/ discussion (please add a link).
- [ ] The documentation and docstrings adhere to the documentation guidelines.
- [ ] This change includes necessary high-coverage tests. (No quality testing = no merge!)
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.