Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pecos-workspace"
version = "0.7.0.dev0"
version = "0.7.0.dev3"
dependencies = [
"wasmer~=1.1.0",
"wasmer-compiler-cranelift~=1.1.0",
Expand Down
3 changes: 1 addition & 2 deletions python/pecos-rslib/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# PECOS/python/pecos-rslib/pyproject.toml
[project]
name = "pecos-rslib"
version = "0.7.0.dev2"
version = "0.7.0.dev3"
description = "Rust libary extensions for Python PECOS."
authors = [
{name = "The PECOS Developers"},
Expand Down
4 changes: 2 additions & 2 deletions python/quantum-pecos/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "quantum-pecos"
version = "0.7.0.dev2"
version = "0.7.0.dev3"
authors = [
{name = "The PECOS Developers"},
]
Expand All @@ -28,7 +28,7 @@ requires-python = ">=3.10"
license = { file = "LICENSE"}
keywords = ["quantum", "QEC", "simulation", "PECOS"]
dependencies = [
"pecos-rslib==0.7.0.dev2",
"pecos-rslib==0.7.0.dev3",
"phir>=0.3.3",
"numpy>=1.15.0",
"scipy>=1.1.0",
Expand Down
6 changes: 3 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading