Skip to content

Commit

Permalink
reduce ruamel yaml pin from 0.18 to 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyStegeman committed Nov 15, 2024
1 parent 412069e commit 3c9cd0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ requirements:
run:
- python
- jinja2
- ruamel.yaml >=0.18
- ruamel.yaml >=0.15
- matplotlib
- pandas >=1
- pygments
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
description-file="README.md"
requires = [
"jinja2",
"ruamel.yaml>=0.18",
"ruamel.yaml>=0.15",
"matplotlib",
"pandas",
"pygments",
Expand Down

0 comments on commit 3c9cd0a

Please sign in to comment.