mirror of
https://github.com/vale981/master-thesis
synced 2025-03-05 10:01:43 -05:00
update deps
This commit is contained in:
parent
a483ba260b
commit
ba2ada2ed0
1 changed files with 7 additions and 7 deletions
|
@ -448,7 +448,7 @@ resolved_reference = "ad78f36167e0e3413ab306962da9a4105656ca84"
|
|||
|
||||
[[package]]
|
||||
name = "hopsflow"
|
||||
version = "1.2.0"
|
||||
version = "1.3.0"
|
||||
description = "Calculating open system bath energy changes with HOPS and analytically."
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -470,7 +470,7 @@ tqdm = "^4.62.3"
|
|||
type = "git"
|
||||
url = "https://github.com/vale981/hopsflow"
|
||||
reference = "main"
|
||||
resolved_reference = "992c5eb9aa5d384e097d4dc190f86ff365eff20a"
|
||||
resolved_reference = "e2e4643d037f4a34e5e4a10ece910e3649d3678c"
|
||||
|
||||
[[package]]
|
||||
name = "humanfriendly"
|
||||
|
@ -795,7 +795,7 @@ python-versions = "*"
|
|||
|
||||
[[package]]
|
||||
name = "nbclient"
|
||||
version = "0.5.13"
|
||||
version = "0.6.0"
|
||||
description = "A client library for executing notebooks. Formerly nbconvert's ExecutePreprocessor."
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -808,8 +808,8 @@ nest-asyncio = "*"
|
|||
traitlets = ">=5.0.0"
|
||||
|
||||
[package.extras]
|
||||
sphinx = ["Sphinx (>=1.7)", "sphinx-book-theme", "mock", "moto", "myst-parser"]
|
||||
test = ["ipython (<8.0.0)", "ipykernel", "ipywidgets (<8.0.0)", "pytest (>=4.1)", "pytest-asyncio", "pytest-cov (>=2.6.1)", "check-manifest", "flake8", "mypy", "xmltodict", "black", "pip (>=18.1)", "wheel (>=0.31.0)", "setuptools (>=38.6.0)", "twine (>=1.11.0)"]
|
||||
sphinx = ["mock", "moto", "myst-parser", "Sphinx (>=1.7)", "sphinx-book-theme"]
|
||||
test = ["black", "check-manifest", "flake8", "ipykernel", "ipython (<8.0.0)", "ipywidgets (<8.0.0)", "mypy", "pip (>=18.1)", "pre-commit", "pytest (>=4.1)", "pytest-asyncio", "pytest-cov (>=2.6.1)", "setuptools (>=60.0)", "testpath", "twine (>=1.11.0)", "xmltodict"]
|
||||
|
||||
[[package]]
|
||||
name = "nbconvert"
|
||||
|
@ -2038,8 +2038,8 @@ mypy-extensions = [
|
|||
{file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"},
|
||||
]
|
||||
nbclient = [
|
||||
{file = "nbclient-0.5.13-py3-none-any.whl", hash = "sha256:47ac905af59379913c1f8f541098d2550153cf8dc58553cbe18c702b181518b0"},
|
||||
{file = "nbclient-0.5.13.tar.gz", hash = "sha256:40c52c9b5e3c31faecaee69f202b3f53e38d7c1c563de0fadde9d7eda0fdafe8"},
|
||||
{file = "nbclient-0.6.0-py3-none-any.whl", hash = "sha256:2eed35fc954716cdf0a01ea8cbdd9f9316761479008570059e2f5de29e139423"},
|
||||
{file = "nbclient-0.6.0.tar.gz", hash = "sha256:3f89a403c6badf24d2855a455b69a80985b3b27e04111243fdb6a88a28d27031"},
|
||||
]
|
||||
nbconvert = [
|
||||
{file = "nbconvert-6.5.0-py3-none-any.whl", hash = "sha256:c56dd0b8978a1811a5654f74c727ff16ca87dd5a43abd435a1c49b840fcd8360"},
|
||||
|
|
Loading…
Add table
Reference in a new issue