Closed johanneskoester closed 2 months ago
The change involves updating the dependency declaration for the snakemake
package in the pyproject.toml
file. The original version specified a version constraint, while the updated declaration now references the package directly from its GitHub repository. This modification shifts the source of the snakemake
package from a version-based dependency to a direct link to the source code.
Files | Change Summary |
---|---|
pyproject.toml |
Updated snakemake dependency from version ^8.20.0 to a Git repository reference (git="https://github.com/snakemake/snakemake" ). |
sequenceDiagram
participant User
participant System
participant GitHub
User->>System: Request to install snakemake
System->>GitHub: Fetch latest snakemake version
GitHub-->>System: Provide latest snakemake code
System-->>User: Install snakemake from GitHub
🐰 In the garden where I hop and play,
A change has come to brighten the day.
From versions old, we now take flight,
To GitHub's charm, oh what a sight!
With snakemake fresh, we’ll dance and twirl,
A joyful leap in our coding world! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Ok, works again with the main branch. Fixes are now released in snakemake 8.20.1
Summary by CodeRabbit