Skip to content

Commit

Permalink
Release version: v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nulinspiratie committed Oct 11, 2024
1 parent c6580e5 commit 948aeca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "qualibrate-core"
version = "0.2.0"
version = "0.2.1"
description = ""
authors = ["Quantum Machines <[email protected]>"]
readme = "README.md"
Expand All @@ -10,7 +10,7 @@ packages = [{ include = "qualibrate" }]
python = "^3.9"
pydantic = "^2.7.3"
qualang_tools = { version = ">0.17.4", python = ">=3.9,<3.12" }
networkx = "~3.2.0" # max available version with python 3.8 support
networkx = "~3.2.0" # max available version with python 3.8 support
jsonpointer = "^3.0.0"
types-networkx = "~3.2.1.20240918"

Expand All @@ -19,7 +19,7 @@ types-networkx = "~3.2.1.20240918"
pytest = "^8.2.2"
pytest-mock = "^3.14.0"
quam = { version = "^0.3.5", python = ">=3.9,<3.12" }
setuptools = "^75.1.0" # it's required for qm -> betterproto -> pkg_resources (contains in setuptools)
setuptools = "^75.1.0" # it's required for qm -> betterproto -> pkg_resources (contains in setuptools)


[tool.poetry.group.dev.dependencies]
Expand Down Expand Up @@ -47,7 +47,7 @@ module = [
"quam.*",
"jsonpointer",
"qualibrate_app.config",
"qualibrate_runner.config"
"qualibrate_runner.config",
]
ignore_missing_imports = true

Expand Down

0 comments on commit 948aeca

Please sign in to comment.