mirror of
https://github.com/vale981/master-thesis
synced 2025-03-06 02:21:38 -05:00
update poetry deps
This commit is contained in:
parent
bd0421e52b
commit
9d1ad5cce3
1 changed files with 18 additions and 37 deletions
|
@ -134,7 +134,7 @@ numpy = "^1.5.1"
|
|||
[package.source]
|
||||
type = "git"
|
||||
url = "https://github.com/vale981/binfootprint"
|
||||
reference = "HEAD"
|
||||
reference = "master"
|
||||
resolved_reference = "f30a9691a5dab1c288b0fafb95ce35c686e1aa29"
|
||||
|
||||
[[package]]
|
||||
|
@ -153,7 +153,7 @@ platformdirs = ">=2"
|
|||
tomli = ">=0.2.6,<2.0.0"
|
||||
typing-extensions = [
|
||||
{version = ">=3.10.0.0", markers = "python_version < \"3.10\""},
|
||||
{version = ">=3.10.0.0,<3.10.0.1 || >3.10.0.1", markers = "python_version >= \"3.10\""},
|
||||
{version = "!=3.10.0.1", markers = "python_version >= \"3.10\""},
|
||||
]
|
||||
|
||||
[package.extras]
|
||||
|
@ -309,7 +309,7 @@ scipy = "^1.7.3"
|
|||
[package.source]
|
||||
type = "git"
|
||||
url = "https://github.com/vale981/fcSpline"
|
||||
reference = "HEAD"
|
||||
reference = "master"
|
||||
resolved_reference = "c979361a3e7d3d0eb7f16b99cb58b424156fd788"
|
||||
|
||||
[[package]]
|
||||
|
@ -399,7 +399,7 @@ qutip = "^4.6.3"
|
|||
type = "git"
|
||||
url = "git@github.com:vale981/two_qubit_model.git"
|
||||
reference = "main"
|
||||
resolved_reference = "ca27d1a6d608579915733f53bcd6ac51a59565cc"
|
||||
resolved_reference = "a25c4f9b720577df21bc3ce379829c187f3ed075"
|
||||
|
||||
[[package]]
|
||||
name = "hops"
|
||||
|
@ -412,7 +412,7 @@ develop = false
|
|||
|
||||
[package.dependencies]
|
||||
beartype = "^0.10.1"
|
||||
binfootprint = {git = "https://github.com/vale981/binfootprint"}
|
||||
binfootprint = {git = "https://github.com/vale981/binfootprint", branch = "master"}
|
||||
click-spinner = "^0.1.10"
|
||||
coloredlogs = "^15.0.1"
|
||||
h5py = "^3.6.0"
|
||||
|
@ -422,7 +422,7 @@ numpy = "^1.22.2"
|
|||
prettytable = "^3.0.0"
|
||||
ray = "^1.9.2"
|
||||
scipy = "^1.7.3"
|
||||
stocproc = {git = "https://github.com/vale981/stocproc"}
|
||||
stocproc = {git = "https://github.com/vale981/stocproc", branch = "master"}
|
||||
tqdm = "^4.62.3"
|
||||
typer = "^0.4.0"
|
||||
|
||||
|
@ -430,7 +430,7 @@ typer = "^0.4.0"
|
|||
type = "git"
|
||||
url = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git"
|
||||
reference = "BathMemoryTruncation"
|
||||
resolved_reference = "17e9f97acbc833e5d53c1868b22d9cd5c7b58d8f"
|
||||
resolved_reference = "2f5600c2044a9506e7eceb03c8a50706586884a3"
|
||||
|
||||
[[package]]
|
||||
name = "hopsflow"
|
||||
|
@ -446,7 +446,7 @@ lmfit = "^1.0.3"
|
|||
numpy = "^1.20.0"
|
||||
scipy = "^1.7.3"
|
||||
sqlitedict = "^1.7.0"
|
||||
stocproc = {git = "https://github.com/vale981/stocproc"}
|
||||
stocproc = {git = "https://github.com/vale981/stocproc", branch = "master"}
|
||||
tqdm = "^4.62.3"
|
||||
|
||||
[package.source]
|
||||
|
@ -507,7 +507,6 @@ pexpect = {version = ">4.3", markers = "sys_platform != \"win32\""}
|
|||
pickleshare = "*"
|
||||
prompt-toolkit = ">=2.0.0,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.1.0"
|
||||
pygments = ">=2.4.0"
|
||||
setuptools = ">=18.5"
|
||||
stack-data = "*"
|
||||
traitlets = ">=5"
|
||||
|
||||
|
@ -569,11 +568,11 @@ testing = ["Django (<3.1)", "colorama", "docopt", "pytest (<7.0.0)"]
|
|||
|
||||
[[package]]
|
||||
name = "jinja2"
|
||||
version = "3.0.3"
|
||||
version = "3.1.0"
|
||||
description = "A very fast and expressive template engine."
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[package.dependencies]
|
||||
MarkupSafe = ">=2.0"
|
||||
|
@ -1270,19 +1269,6 @@ nativelib = ["pyobjc-framework-cocoa", "pywin32"]
|
|||
objc = ["pyobjc-framework-cocoa"]
|
||||
win32 = ["pywin32"]
|
||||
|
||||
[[package]]
|
||||
name = "setuptools"
|
||||
version = "60.10.0"
|
||||
description = "Easily download, build, install, upgrade, and uninstall Python packages"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[package.extras]
|
||||
docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinxcontrib-towncrier", "furo"]
|
||||
testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-enabler (>=1.0.1)", "pytest-perf", "mock", "flake8-2020", "virtualenv (>=13.0.0)", "wheel", "pip (>=19.1)", "jaraco.envs (>=2.2)", "pytest-xdist", "jaraco.path (>=3.2.0)", "build", "filelock (>=3.4.0)", "pip-run (>=8.8)", "pytest-black (>=0.3.7)", "pytest-cov", "pytest-mypy (>=0.9.1)"]
|
||||
testing-integration = ["pytest", "pytest-xdist", "pytest-enabler", "virtualenv (>=13.0.0)", "tomli", "wheel", "jaraco.path (>=3.2.0)", "jaraco.envs (>=2.2)", "build", "filelock (>=3.4.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "setuptools-scm"
|
||||
version = "6.4.2"
|
||||
|
@ -1293,7 +1279,6 @@ python-versions = ">=3.6"
|
|||
|
||||
[package.dependencies]
|
||||
packaging = ">=20.0"
|
||||
setuptools = "*"
|
||||
tomli = ">=1.0.0"
|
||||
|
||||
[package.extras]
|
||||
|
@ -1350,7 +1335,7 @@ python-versions = ">=3.9,<3.11"
|
|||
develop = false
|
||||
|
||||
[package.dependencies]
|
||||
fcSpline = {git = "https://github.com/vale981/fcSpline"}
|
||||
fcSpline = {git = "https://github.com/vale981/fcSpline", branch = "master"}
|
||||
mpmath = "^1.2.1"
|
||||
numpy = "^1.22.2"
|
||||
scipy = "^1.7.3"
|
||||
|
@ -1358,7 +1343,7 @@ scipy = "^1.7.3"
|
|||
[package.source]
|
||||
type = "git"
|
||||
url = "https://github.com/vale981/stocproc"
|
||||
reference = "HEAD"
|
||||
reference = "master"
|
||||
resolved_reference = "20dee534d76db6f9b9656250dd594db36c5542aa"
|
||||
|
||||
[[package]]
|
||||
|
@ -1406,7 +1391,7 @@ python-versions = ">= 3.5"
|
|||
|
||||
[[package]]
|
||||
name = "tqdm"
|
||||
version = "4.63.0"
|
||||
version = "4.63.1"
|
||||
description = "Fast, Extensible Progress Meter"
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -1511,7 +1496,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 = "b4384ade9f793afa5f2457a894088836e5069df5377975724af214f54680036c"
|
||||
content-hash = "f3b05c8e5bb77b22b93da62dda681a718a4636c01e017c36416b77e3e2525533"
|
||||
|
||||
[metadata.files]
|
||||
appnope = [
|
||||
|
@ -1800,8 +1785,8 @@ jedi = [
|
|||
{file = "jedi-0.18.1.tar.gz", hash = "sha256:74137626a64a99c8eb6ae5832d99b3bdd7d29a3850fe2aa80a4126b2a7d949ab"},
|
||||
]
|
||||
jinja2 = [
|
||||
{file = "Jinja2-3.0.3-py3-none-any.whl", hash = "sha256:077ce6014f7b40d03b47d1f1ca4b0fc8328a692bd284016f806ed0eaca390ad8"},
|
||||
{file = "Jinja2-3.0.3.tar.gz", hash = "sha256:611bb273cd68f3b993fabdc4064fc858c5b47a973cb5aa7999ec1ba405c87cd7"},
|
||||
{file = "Jinja2-3.1.0-py3-none-any.whl", hash = "sha256:da424924c069a4013730d8dd010cbecac7e7bb752be388db3741688bffb48dc6"},
|
||||
{file = "Jinja2-3.1.0.tar.gz", hash = "sha256:a2f09a92f358b96b5f6ca6ecb4502669c4acb55d8733bbb2b2c9c4af5564c605"},
|
||||
]
|
||||
jsonschema = [
|
||||
{file = "jsonschema-4.4.0-py3-none-any.whl", hash = "sha256:77281a1f71684953ee8b3d488371b162419767973789272434bbc3f29d9c8823"},
|
||||
|
@ -2435,10 +2420,6 @@ send2trash = [
|
|||
{file = "Send2Trash-1.8.0-py3-none-any.whl", hash = "sha256:f20eaadfdb517eaca5ce077640cb261c7d2698385a6a0f072a4a5447fd49fa08"},
|
||||
{file = "Send2Trash-1.8.0.tar.gz", hash = "sha256:d2c24762fd3759860a0aff155e45871447ea58d2be6bdd39b5c8f966a0c99c2d"},
|
||||
]
|
||||
setuptools = [
|
||||
{file = "setuptools-60.10.0-py3-none-any.whl", hash = "sha256:782ef48d58982ddb49920c11a0c5c9c0b02e7d7d1c2ad0aa44e1a1e133051c96"},
|
||||
{file = "setuptools-60.10.0.tar.gz", hash = "sha256:6599055eeb23bfef457d5605d33a4d68804266e6cb430b0fb12417c5efeae36c"},
|
||||
]
|
||||
setuptools-scm = [
|
||||
{file = "setuptools_scm-6.4.2-py3-none-any.whl", hash = "sha256:acea13255093849de7ccb11af9e1fb8bde7067783450cee9ef7a93139bddf6d4"},
|
||||
{file = "setuptools_scm-6.4.2.tar.gz", hash = "sha256:6833ac65c6ed9711a4d5d2266f8024cfa07c533a0e55f4c12f6eff280a5a9e30"},
|
||||
|
@ -2515,8 +2496,8 @@ tornado = [
|
|||
{file = "tornado-6.1.tar.gz", hash = "sha256:33c6e81d7bd55b468d2e793517c909b139960b6c790a60b7991b9b6b76fb9791"},
|
||||
]
|
||||
tqdm = [
|
||||
{file = "tqdm-4.63.0-py2.py3-none-any.whl", hash = "sha256:e643e071046f17139dea55b880dc9b33822ce21613b4a4f5ea57f202833dbc29"},
|
||||
{file = "tqdm-4.63.0.tar.gz", hash = "sha256:1d9835ede8e394bb8c9dcbffbca02d717217113adc679236873eeaac5bc0b3cd"},
|
||||
{file = "tqdm-4.63.1-py2.py3-none-any.whl", hash = "sha256:6461b009d6792008d0000e1b0c7ca50195ec78c0e808a3a6b668a56a3236c3a5"},
|
||||
{file = "tqdm-4.63.1.tar.gz", hash = "sha256:4230a49119a416c88cc47d0d2d32d5d90f1a282d5e497d49801950704e49863d"},
|
||||
]
|
||||
traitlets = [
|
||||
{file = "traitlets-5.1.1-py3-none-any.whl", hash = "sha256:2d313cc50a42cd6c277e7d7dc8d4d7fedd06a2c215f78766ae7b1a66277e0033"},
|
||||
|
|
Loading…
Add table
Reference in a new issue