-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency: deps/pyk_release (#597)
* deps/pyk_release: Set Version v0.1.755 * pykwasm/: sync poetry files v0.1.755 * Set Version: 0.1.21 * deps/pyk_release: Set Version v0.1.756 * pykwasm/: sync poetry files v0.1.756 * deps/k_release: sync release file version 6.3.69 * deps/pyk_release: Set Version v0.1.757 * pykwasm/: sync poetry files v0.1.757 * deps/pyk_release: Set Version v0.1.758 * pykwasm/: sync poetry files v0.1.758 * deps/pyk_release: Set Version v0.1.759 * pykwasm/: sync poetry files v0.1.759 --------- Co-authored-by: devops <[email protected]>
- Loading branch information
1 parent
5da4b78
commit a19c50b
Showing
5 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6.3.68 | ||
6.3.69 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v0.1.754 | ||
v0.1.759 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.20 | ||
0.1.21 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "pykwasm" | ||
version = "0.1.20" | ||
version = "0.1.21" | ||
description = "" | ||
authors = [ | ||
"Runtime Verification, Inc. <[email protected]>", | ||
|
@@ -14,7 +14,7 @@ authors = [ | |
python = "^3.10" | ||
cytoolz = "^0.12.1" | ||
numpy = "^1.24.2" | ||
pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.754" } | ||
pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.759" } | ||
py-wasm = {url = "https://github.com/runtimeverification/py-wasm/archive/refs/tags/0.2.0.tar.gz"} | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
|