-
Notifications
You must be signed in to change notification settings - Fork 94
Update scatterplot.xml to use header names #633
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
base: main
Are you sure you want to change the base?
Conversation
ping @mvdbeek @martenson @bernt-matthias @bgruening please merge |
<description>of two numeric columns</description> | ||
<requirements> | ||
<requirement type="package" version="1.9">numpy</requirement> | ||
<requirement type="package" version="2.8.5">rpy2</requirement> | ||
<requirement type="package" version="3.0">libgfortran</requirement> |
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 does this need fortran compiler?
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.
Some of the R packages seem to need this - this was probably previously contained in the container or base image or came with R or something but it basically complains that it can't find libgfortran.so if this isn't added :/
closes #632