Skip to content

Commit

Permalink
[Release] Release v.0.1.3 (#15)
Browse files Browse the repository at this point in the history
* Initial commit.

* Add Qadence2-IR and Qadence2-Expresssions as dependencies.

* Add default dependencies.

* Add Renovate config.

* Remove git markers and obsolete folder.
  • Loading branch information
Roland-djee authored Jul 22, 2024
1 parent 919be59 commit 5b2ad00
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
name = "qadence2"
description = "Qadence 2"
readme = "README.md"
version = "0.1.2"
version = "0.1.3"
requires-python = ">=3.10,<3.12"
license = { text = "Apache 2.0" }
keywords = ["quantum"]
Expand All @@ -27,8 +27,9 @@ classifiers = [
# always specify a version for each package
# to maintain consistency
dependencies = [
"pyqtorch",
"pulser",
"qadence2-ir==0.1.1",
"qadence2-expressions==0.1.1",
"pyqtorch==1.3.2",
]

[tool.hatch.metadata]
Expand Down
15 changes: 15 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"prHeader": "Renovate Update",
"reviewers": [
"Roland-djee",
"kaosmicadei",
"Doomsk",
],
"labels": [
"renovate",
],
}

0 comments on commit 5b2ad00

Please sign in to comment.