diff --git a/poetry.lock b/poetry.lock index 0f0b9b5..7f06fd8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -292,8 +292,8 @@ typer = "^0.4.0" [package.source] type = "git" url = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git" -reference = "main" -resolved_reference = "6c76b65fdcd672dae1eb3d45706fc651b45f8cde" +reference = "BathMemoryTruncation" +resolved_reference = "8980d85493f261745723ecbb15db77dafcdd0cd3" [[package]] name = "humanfriendly" @@ -914,7 +914,7 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" [metadata] lock-version = "1.1" python-versions = ">=3.9,<3.11" -content-hash = "1f4d89381c1a57b4f03dac867b933a0de465fd7e8e472b28fd63593ee7e24a66" +content-hash = "ba1521fe96275442a9a2a757978968604e7947d3e0fe7b715f4585a8b800ef1b" [metadata.files] appnope = [ diff --git a/pyproject.toml b/pyproject.toml index b6f725d..a4f245c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ repository = "https://github.com/vale981/two_qubit_model" python = ">=3.9,<3.11" numpy = "^1.20.0" qutip = "^4.6.3" -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="BathMemoryTruncation" } beartype = "^0.10.1" [tool.poetry.dev-dependencies]