update deps

This commit is contained in:
Valentin Boettcher 2022-11-30 14:24:58 -05:00
parent 9c38520a75
commit feb1ec7c54
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE

15
poetry.lock generated
View file

@ -148,6 +148,14 @@ python-versions = "*"
[package.extras]
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]]
name = "colorama"
version = "0.4.6"
@ -374,6 +382,7 @@ python-versions = ">=3.9,<3.11"
develop = false
[package.dependencies]
cloudpickle = "^2.2.0"
hops = {git = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git", branch = "main"}
lmfit = "=1.0.2"
numpy = "^1.20.0"
@ -389,7 +398,7 @@ tqdm = "^4.62.3"
type = "git"
url = "https://github.com/vale981/hopsflow"
reference = "main"
resolved_reference = "9f816d8a1b061b9af03357527b673e6fa2f29305"
resolved_reference = "76c4878d045dd319d2c1544f7a53b5e45e335ff4"
[[package]]
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-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 = [
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},