-
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/k_release (#692)
* deps/k_release: Set Version 7.1.114 * Set Version: 0.1.100 * pykwasm/: sync poetry files 7.1.114 * flake.{nix,lock}: update Nix derivations * deps/k_release: Set Version 7.1.116 * pykwasm/: sync poetry files 7.1.116 * flake.{nix,lock}: update Nix derivations * deps/k_release: Set Version 7.1.117 * pykwasm/: sync poetry files 7.1.117 * flake.{nix,lock}: update Nix derivations * deps/k_release: Set Version 7.1.119 * pykwasm/: sync poetry files 7.1.119 * flake.{nix,lock}: update Nix derivations * deps/k_release: Set Version 7.1.120 * deps/k_release: Set Version 7.1.121 * pykwasm/: sync poetry files 7.1.121 * flake.{nix,lock}: update Nix derivations --------- Co-authored-by: devops <[email protected]>
- Loading branch information
1 parent
c60f740
commit d3b5a6d
Showing
6 changed files
with
69 additions
and
69 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 @@ | ||
7.1.112 | ||
7.1.121 |
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
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.99 | ||
0.1.100 |
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.99" | ||
version = "0.1.100" | ||
description = "" | ||
authors = [ | ||
"Runtime Verification, Inc. <[email protected]>", | ||
|
@@ -23,7 +23,7 @@ wasm-semantics = "pykwasm.kdist.plugin" | |
python = "^3.10" | ||
cytoolz = "^0.12.1" | ||
numpy = "^1.24.2" | ||
kframework = "7.1.112" | ||
kframework = "7.1.121" | ||
py-wasm = { git = "https://github.com/runtimeverification/py-wasm.git", tag="0.2.1" } | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
|