Skip to content

Commit

Permalink
fix: require current yte release which contains an important bug fix …
Browse files Browse the repository at this point in the history
…for cases where numpy/pandas data is passed to templates (#3227)

<!--Add a description of your PR here-->

### QC
<!-- Make sure that you can tick the boxes below. -->

* [x] The PR contains a test case for the changes or the changes are
already covered by an existing test case.
* [x] The documentation (`docs/`) is updated to reflect the changes or
this is not necessary (e.g. if the change does neither modify the
language nor the behavior or functionalities of Snakemake).


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated the version constraint for the `yte` package to ensure
compatibility with newer features.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
johanneskoester authored Dec 11, 2024
1 parent 45cb082 commit c3339da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 58,7 @@ install_requires =
tabulate
throttler
wrapt
yte >=1.5.1,<2.0
yte >=1.5.5,<2.0
dpath >=2.1.6,<3.0.0
conda-inject >=1.3.1,<2.0

Expand Down

0 comments on commit c3339da

Please sign in to comment.