Skip to content

Commit

Permalink
software: require amaranth>=0.5.1,<0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Jul 22, 2024
1 parent eaff9e4 commit 98ff53a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions software/pdm.min.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
groups = ["default", "builtin-toolchain", "http"]
strategy = ["direct_minimal_versions"]
lock_version = "4.5.0"
content_hash = "sha256:3e60a62f7f666f8540cbce1d889b38e4dd796825043476255383303b58118f7e"
content_hash = "sha256:ea3965f25131e2fbb308e26a6771a6e6597fb18a1581a1fa25edbca41c476fc8"

[[metadata.targets]]
requires_python = ">=3.9,<3.10.0||>3.10.0,<3.10.1||>3.10.1,<3.10.2||>3.10.2,<4.0"
Expand Down Expand Up @@ -116,7 +116,7 @@ files = [

[[package]]
name = "amaranth"
version = "0.5.0"
version = "0.5.1"
requires_python = "~=3.8"
summary = "Amaranth hardware definition language"
dependencies = [
Expand All @@ -126,8 +126,8 @@ dependencies = [
"pyvcd<0.5,>=0.2.2",
]
files = [
{file = "amaranth-0.5.0-py3-none-any.whl", hash = "sha256:3d05d38864d6e88e40db93ed29ac0bee7f2a351d12810d4414f5b65a7cb0e23f"},
{file = "amaranth-0.5.0.tar.gz", hash = "sha256:9d2a1893d6ac938e0ff3983892eff5b56033e06691cc89674eb8d500dc46cdf6"},
{file = "amaranth-0.5.1-py3-none-any.whl", hash = "sha256:2d370cc5b97e2472aab0a4eca515ab7f5116274550bd454132520eaec6068fb6"},
{file = "amaranth-0.5.1.tar.gz", hash = "sha256:58b01efcec24c3696a7465e97a6e62f46466afab1f956a6eb00bda4b791c8345"},
]

[[package]]
Expand Down
2 changes: 1 addition & 1 deletion software/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
# `typing_extensions` provides shims for such features. It uses SemVer.
"typing_extensions>=4.8,<5",
# Amaranth is the core of the Glasgow software/gateware interoperability layer. It uses SemVer.
"amaranth>=0.5.0,<0.6",
"amaranth>=0.5.1,<0.6",
# `packaging` is used in the plugin system, `support.plugin`. It uses CalVer: the major version
# is the two last digits of the year and the minor version is the release within that year.
"packaging>=23.0",
Expand Down

0 comments on commit 98ff53a

Please sign in to comment.