Skip to content

Commit

Permalink
adding version constraint to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
travishathaway committed Nov 23, 2023
1 parent 35e771d commit ac964ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"conda",
"keyring",
"requests",
"ruamel.yaml",
"ruamel.yaml<0.18",
]

[project.entry-points.conda]
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ requirements:
- conda >=23.9.0
- keyring
- requests
- ruamel.yaml<18
- ruamel.yaml <18

test:
imports:
Expand Down

0 comments on commit ac964ec

Please sign in to comment.