mirror of
https://github.com/vale981/two_qubit_model
synced 2025-03-05 09:41:41 -05:00
update deps
This commit is contained in:
parent
9c38520a75
commit
feb1ec7c54
1 changed files with 14 additions and 1 deletions
15
poetry.lock
generated
15
poetry.lock
generated
|
@ -148,6 +148,14 @@ python-versions = "*"
|
||||||
[package.extras]
|
[package.extras]
|
||||||
test = ["click", "pytest", "six"]
|
test = ["click", "pytest", "six"]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "cloudpickle"
|
||||||
|
version = "2.2.0"
|
||||||
|
description = "Extended pickling support for Python objects"
|
||||||
|
category = "main"
|
||||||
|
optional = false
|
||||||
|
python-versions = ">=3.6"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "colorama"
|
name = "colorama"
|
||||||
version = "0.4.6"
|
version = "0.4.6"
|
||||||
|
@ -374,6 +382,7 @@ python-versions = ">=3.9,<3.11"
|
||||||
develop = false
|
develop = false
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
cloudpickle = "^2.2.0"
|
||||||
hops = {git = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git", branch = "main"}
|
hops = {git = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git", branch = "main"}
|
||||||
lmfit = "=1.0.2"
|
lmfit = "=1.0.2"
|
||||||
numpy = "^1.20.0"
|
numpy = "^1.20.0"
|
||||||
|
@ -389,7 +398,7 @@ tqdm = "^4.62.3"
|
||||||
type = "git"
|
type = "git"
|
||||||
url = "https://github.com/vale981/hopsflow"
|
url = "https://github.com/vale981/hopsflow"
|
||||||
reference = "main"
|
reference = "main"
|
||||||
resolved_reference = "9f816d8a1b061b9af03357527b673e6fa2f29305"
|
resolved_reference = "76c4878d045dd319d2c1544f7a53b5e45e335ff4"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "humanfriendly"
|
name = "humanfriendly"
|
||||||
|
@ -1191,6 +1200,10 @@ click-spinner = [
|
||||||
{file = "click-spinner-0.1.10.tar.gz", hash = "sha256:87eacf9d7298973a25d7615ef57d4782aebf913a532bba4b28a37e366e975daf"},
|
{file = "click-spinner-0.1.10.tar.gz", hash = "sha256:87eacf9d7298973a25d7615ef57d4782aebf913a532bba4b28a37e366e975daf"},
|
||||||
{file = "click_spinner-0.1.10-py2.py3-none-any.whl", hash = "sha256:d1ffcff1fdad9882396367f15fb957bcf7f5c64ab91927dee2127e0d2991ee84"},
|
{file = "click_spinner-0.1.10-py2.py3-none-any.whl", hash = "sha256:d1ffcff1fdad9882396367f15fb957bcf7f5c64ab91927dee2127e0d2991ee84"},
|
||||||
]
|
]
|
||||||
|
cloudpickle = [
|
||||||
|
{file = "cloudpickle-2.2.0-py3-none-any.whl", hash = "sha256:7428798d5926d8fcbfd092d18d01a2a03daf8237d8fcdc8095d256b8490796f0"},
|
||||||
|
{file = "cloudpickle-2.2.0.tar.gz", hash = "sha256:3f4219469c55453cfe4737e564b67c2a149109dabf7f242478948b895f61106f"},
|
||||||
|
]
|
||||||
colorama = [
|
colorama = [
|
||||||
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
|
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
|
||||||
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
|
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
|
||||||
|
|
Loading…
Add table
Reference in a new issue