mirror of
https://github.com/vale981/master-thesis
synced 2025-03-06 02:21:38 -05:00
update deps
This commit is contained in:
parent
83a14aed19
commit
5944a2d366
1 changed files with 29 additions and 10 deletions
|
@ -134,7 +134,7 @@ numpy = "^1.5.1"
|
|||
[package.source]
|
||||
type = "git"
|
||||
url = "https://github.com/vale981/binfootprint"
|
||||
reference = "master"
|
||||
reference = "HEAD"
|
||||
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.1", markers = "python_version >= \"3.10\""},
|
||||
{version = ">=3.10.0.0,<3.10.0.1 || >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 = "master"
|
||||
reference = "HEAD"
|
||||
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 = "8253ced262457bbb98ba8fd43c036410c00c4716"
|
||||
resolved_reference = "ca27d1a6d608579915733f53bcd6ac51a59565cc"
|
||||
|
||||
[[package]]
|
||||
name = "hops"
|
||||
|
@ -412,7 +412,7 @@ develop = false
|
|||
|
||||
[package.dependencies]
|
||||
beartype = "^0.10.1"
|
||||
binfootprint = {git = "https://github.com/vale981/binfootprint", branch = "master"}
|
||||
binfootprint = {git = "https://github.com/vale981/binfootprint"}
|
||||
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", branch = "master"}
|
||||
stocproc = {git = "https://github.com/vale981/stocproc"}
|
||||
tqdm = "^4.62.3"
|
||||
typer = "^0.4.0"
|
||||
|
||||
|
@ -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", branch = "master"}
|
||||
stocproc = {git = "https://github.com/vale981/stocproc"}
|
||||
tqdm = "^4.62.3"
|
||||
|
||||
[package.source]
|
||||
|
@ -507,6 +507,7 @@ 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"
|
||||
|
||||
|
@ -1269,6 +1270,19 @@ 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"
|
||||
|
@ -1279,6 +1293,7 @@ python-versions = ">=3.6"
|
|||
|
||||
[package.dependencies]
|
||||
packaging = ">=20.0"
|
||||
setuptools = "*"
|
||||
tomli = ">=1.0.0"
|
||||
|
||||
[package.extras]
|
||||
|
@ -1335,7 +1350,7 @@ python-versions = ">=3.9,<3.11"
|
|||
develop = false
|
||||
|
||||
[package.dependencies]
|
||||
fcSpline = {git = "https://github.com/vale981/fcSpline", branch = "master"}
|
||||
fcSpline = {git = "https://github.com/vale981/fcSpline"}
|
||||
mpmath = "^1.2.1"
|
||||
numpy = "^1.22.2"
|
||||
scipy = "^1.7.3"
|
||||
|
@ -1343,7 +1358,7 @@ scipy = "^1.7.3"
|
|||
[package.source]
|
||||
type = "git"
|
||||
url = "https://github.com/vale981/stocproc"
|
||||
reference = "master"
|
||||
reference = "HEAD"
|
||||
resolved_reference = "20dee534d76db6f9b9656250dd594db36c5542aa"
|
||||
|
||||
[[package]]
|
||||
|
@ -1496,7 +1511,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 = "f3b05c8e5bb77b22b93da62dda681a718a4636c01e017c36416b77e3e2525533"
|
||||
content-hash = "b4384ade9f793afa5f2457a894088836e5069df5377975724af214f54680036c"
|
||||
|
||||
[metadata.files]
|
||||
appnope = [
|
||||
|
@ -2420,6 +2435,10 @@ 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"},
|
||||
|
|
Loading…
Add table
Reference in a new issue