-
Notifications
You must be signed in to change notification settings - Fork 57
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
Fix dev container problems #484
Conversation
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
# Install dev packages. | ||
pip3 install python/mlcroissant/.[dev] | ||
# Install dependencies except mlcroissant itself | ||
pip install absl-py \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not possible to do something like pip install .[dev]
? (No idea, would just be easier to maintain)
python/mlcroissant/pyproject.toml
Outdated
"mlcroissant[git]", | ||
"mlcroissant[image]", | ||
"mlcroissant[parquet]", | ||
] | ||
devdeps = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you need to distinguish between dev and devdeps and what distinction do you make?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted the file, changes not needed if needed deps listed in postCreateCommand :)
No description provided.