Skip to content

Commit

Permalink
fix: generated project does no install latest yanga version
Browse files Browse the repository at this point in the history
  • Loading branch information
cuinixam committed Feb 26, 2024
1 parent f2a4840 commit e22e9f2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ description = "{{ cookiecutter.project_description }}"
authors = ["Your Name"]

[tool.poetry.dependencies]
python = "^{{ cookiecutter.python_version }}"
yanga = "*"
python = ">={{ cookiecutter.python_version }},<3.13"
yanga = "^1.5.0"
west = "*"

0 comments on commit e22e9f2

Please sign in to comment.