-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bumping patch version * Quera task metadata (#47) * adding metadata field to QuEraTaskSpecification. * Adding optional and default value for `metadata`. * put bound on pydantic. * add metadata to `discretize`.
- Loading branch information
Showing
4 changed files
with
8 additions
and
6 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "quera-ahs-utils" | ||
version = "0.4.3" | ||
version = "0.4.4" | ||
authors = [ | ||
{ name="Phillip Weinberg", email="[email protected]" }, | ||
{ name="John Long", email="[email protected]" } | ||
|
@@ -26,7 +26,7 @@ dependencies = [ | |
"numpy", | ||
"scipy", | ||
"matplotlib", | ||
"pydantic", | ||
"pydantic>=2.0.0", | ||
] | ||
|
||
[project.urls] | ||
|
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,4 +1,4 @@ | ||
from pydantic import BaseModel | ||
from pydantic.v1 import BaseModel | ||
|
||
__all__ = ["QuEraCapabilities"] | ||
|
||
|
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