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

Remove defaults channel from all modules and templates #714

Merged
merged 6 commits into from
Aug 14, 2024

Conversation

jashapiro
Copy link
Member

@jashapiro jashapiro commented Aug 13, 2024

Closes #710

Here I updated the environment.yml files and associated conda-lock files to remove the defaults channel as an option.

I also made a small change to the detect-doublets environments to remove the last section of version number specs from packages in the environment.yml as we probably want to allow for bugfixes when rebuilding the conda-lock file. If that was going too far, I can revert those changes!

@jashapiro jashapiro requested review from sjspielman and removed request for jaclyn-taroni August 13, 2024 17:22
Copy link
Member

@sjspielman sjspielman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This all looks fine to me, but I do want to note that the conda-lock.yml files have ended up with some slightly different versions and new packages. For example, looking through the cell-type-ewings lock file, I see new cuda dependencies that weren't there before and various version bumps (mostly patch but some minor). I'm not concerned/surprised by these kinds of changes given the channel change, but seemed worth pointing out.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the action passed so I assume this is fine!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think the action actually uses this directly, since you are using the docker image now. But I expect it still works.

@jashapiro
Copy link
Member Author

This all looks fine to me, but I do want to note that the conda-lock.yml files have ended up with some slightly different versions and new packages. For example, looking through the cell-type-ewings lock file, I see new cuda dependencies that weren't there before and various version bumps (mostly patch but some minor). I'm not concerned/surprised by these kinds of changes given the channel change, but seemed worth pointing out.

I don't think this is the just the channel change, as much as just the passage of time.

The cuda thing is interesting though, and I am not quite sure what to make of it. I don't think having cuda packages installed when there is no GPU available will cause trouble, but this is probably something we will want to keep track of in the future, as we may need to be mindful of cuda versions based on what underlying drivers are available: https://docs.nvidia.com/deploy/cuda-compatibility/ But that is for your other explorations, not here, I think...

@jashapiro jashapiro merged commit 082271e into AlexsLemonade:main Aug 14, 2024
12 checks passed
@jashapiro jashapiro deleted the jashapiro/miniforge-test branch August 14, 2024 19:29
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

Successfully merging this pull request may close these issues.

Update existing conda environments and templates to remove defaults channel
2 participants