mirror of
https://github.com/vale981/master-thesis
synced 2025-03-06 02:21:38 -05:00
poetry update
This commit is contained in:
parent
660a9c27ab
commit
98c3085363
3 changed files with 28 additions and 205 deletions
|
@ -8,21 +8,15 @@
|
|||
|
||||
outputs = { self, utils, nixpkgs, ... }:
|
||||
(utils.lib.poetry2nixWrapper nixpkgs {
|
||||
name = "05_gaussian_twobath";
|
||||
shellPackages = pkgs: with pkgs; [ pyright python39Packages.jupyter python39Packages.jupyter ];
|
||||
python = pkgs: pkgs.python39Full;
|
||||
name = "05_gaussian_twobath_new";
|
||||
shellPackages = pkgs: with pkgs; [ pyright python39Packages.jupyter ];
|
||||
python = pkgs: pkgs.python39;
|
||||
shellOverride = (oldAttrs: {
|
||||
shellHook = ''
|
||||
export PYTHONPATH=/home/hiro/src/hopsflow/:$PYTHONPATH
|
||||
# export PYTHONPATH=/home/hiro/src/hopsflow/:$PYTHONPATH
|
||||
'';
|
||||
});
|
||||
|
||||
extraOverrides = self: super: {
|
||||
numba = super.numba.override (
|
||||
{
|
||||
preferWheel = false;
|
||||
});
|
||||
};
|
||||
|
||||
noPackage = true;
|
||||
poetryArgs = {
|
||||
|
|
|
@ -37,14 +37,6 @@ cffi = ">=1.0.1"
|
|||
dev = ["pytest", "cogapp", "pre-commit", "wheel"]
|
||||
tests = ["pytest"]
|
||||
|
||||
[[package]]
|
||||
name = "asteval"
|
||||
version = "0.9.26"
|
||||
description = "Safe, minimalistic evaluator of python expression using ast module"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
|
||||
[[package]]
|
||||
name = "asttokens"
|
||||
version = "2.0.5"
|
||||
|
@ -294,7 +286,7 @@ scipy = "^1.7.3"
|
|||
type = "git"
|
||||
url = "https://github.com/vale981/fcSpline"
|
||||
reference = "master"
|
||||
resolved_reference = "d10ecf2045c5aa8f2a9982ea66109b8c6f0433ca"
|
||||
resolved_reference = "c979361a3e7d3d0eb7f16b99cb58b424156fd788"
|
||||
|
||||
[[package]]
|
||||
name = "filelock"
|
||||
|
@ -329,14 +321,6 @@ ufo = ["fs (>=2.2.0,<3)"]
|
|||
unicode = ["unicodedata2 (>=14.0.0)"]
|
||||
woff = ["zopfli (>=0.1.4)", "brotlicffi (>=0.8.0)", "brotli (>=1.0.1)"]
|
||||
|
||||
[[package]]
|
||||
name = "future"
|
||||
version = "0.18.2"
|
||||
description = "Clean single-source support for Python 3 and 2"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
||||
|
||||
[[package]]
|
||||
name = "grpcio"
|
||||
version = "1.43.0"
|
||||
|
@ -391,30 +375,7 @@ typer = "^0.4.0"
|
|||
type = "git"
|
||||
url = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git"
|
||||
reference = "main"
|
||||
resolved_reference = "536c71e90a9010846a3705b0e90d1b1010af7045"
|
||||
|
||||
[[package]]
|
||||
name = "hopsflow"
|
||||
version = "1.0.5"
|
||||
description = "Calculating open system bath energy changes with HOPS and analytically."
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.9,<3.11"
|
||||
develop = false
|
||||
|
||||
[package.dependencies]
|
||||
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"}
|
||||
tqdm = "^4.62.3"
|
||||
|
||||
[package.source]
|
||||
type = "git"
|
||||
url = "https://github.com/vale981/hopsflow"
|
||||
reference = "main"
|
||||
resolved_reference = "9c68844c0ac416732ed09cfdd446661b3e25cdde"
|
||||
resolved_reference = "c500e4c42bb7181cbb72124dfbaeb90fba706f9a"
|
||||
|
||||
[[package]]
|
||||
name = "humanfriendly"
|
||||
|
@ -650,28 +611,6 @@ category = "main"
|
|||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[[package]]
|
||||
name = "llvmlite"
|
||||
version = "0.38.0"
|
||||
description = "lightweight wrapper around basic LLVM functionality"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7,<3.11"
|
||||
|
||||
[[package]]
|
||||
name = "lmfit"
|
||||
version = "1.0.3"
|
||||
description = "Least-Squares Minimization with Bounds and Constraints"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
|
||||
[package.dependencies]
|
||||
asteval = ">=0.9.22"
|
||||
numpy = ">=1.18"
|
||||
scipy = ">=1.4"
|
||||
uncertainties = ">=3.0.1"
|
||||
|
||||
[[package]]
|
||||
name = "markupsafe"
|
||||
version = "2.0.1"
|
||||
|
@ -850,18 +789,6 @@ docs = ["sphinx", "nbsphinx", "sphinxcontrib-github-alt", "sphinx-rtd-theme", "m
|
|||
json-logging = ["json-logging"]
|
||||
test = ["pytest", "coverage", "requests", "nbval", "selenium", "pytest-cov", "requests-unixsocket"]
|
||||
|
||||
[[package]]
|
||||
name = "numba"
|
||||
version = "0.55.1"
|
||||
description = "compiling Python code using LLVM"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7,<3.11"
|
||||
|
||||
[package.dependencies]
|
||||
llvmlite = ">=0.38.0rc1,<0.39"
|
||||
numpy = ">=1.18,<1.22"
|
||||
|
||||
[[package]]
|
||||
name = "numpy"
|
||||
version = "1.21.5"
|
||||
|
@ -1167,7 +1094,7 @@ tests = ["pytest (>=5.2)", "pytest-rerunfailures"]
|
|||
|
||||
[[package]]
|
||||
name = "ray"
|
||||
version = "1.9.2"
|
||||
version = "1.10.0"
|
||||
description = "Ray provides a simple, universal API for building distributed applications."
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -1186,14 +1113,14 @@ pyyaml = "*"
|
|||
redis = ">=3.5.0"
|
||||
|
||||
[package.extras]
|
||||
all = ["pyyaml", "aiohttp (>=3.7)", "aiohttp-cors", "opencensus", "fastapi", "kubernetes", "tensorboardX (>=1.9)", "dm-tree", "smart-open", "tabulate", "aiosignal", "urllib3", "scikit-image", "matplotlib (!=3.4.3)", "opentelemetry-api (==1.1.0)", "aioredis (<2)", "starlette", "opentelemetry-exporter-otlp (==1.1.0)", "prometheus-client (>=0.7.1)", "pandas", "opentelemetry-sdk (==1.1.0)", "gym", "fsspec", "ray-cpp (==1.9.2)", "pyarrow (>=4.0.1)", "py-spy (>=0.2.0)", "colorful", "requests", "scipy", "uvicorn", "frozenlist", "lz4", "gpustat (>=1.0.0b1)"]
|
||||
cpp = ["ray-cpp (==1.9.2)"]
|
||||
data = ["pandas", "pyarrow (>=4.0.1)", "fsspec"]
|
||||
all = ["pandas", "colorful", "aiohttp-cors", "scikit-image", "numpy (>=1.19)", "aiosignal", "gpustat (>=1.0.0b1)", "tensorboardX (>=1.9)", "scipy", "aiohttp (>=3.7)", "dm-tree", "ray-cpp (==1.10.0)", "requests", "kubernetes", "frozenlist", "urllib3", "opentelemetry-exporter-otlp (==1.1.0)", "gym", "matplotlib (!=3.4.3)", "smart-open", "fsspec", "opencensus", "aiorwlock", "py-spy (>=0.2.0)", "fastapi", "lz4", "aioredis (<2)", "tabulate", "starlette", "pyarrow (>=4.0.1)", "opentelemetry-api (==1.1.0)", "prometheus-client (>=0.7.1)", "pyyaml", "uvicorn", "opentelemetry-sdk (==1.1.0)"]
|
||||
cpp = ["ray-cpp (==1.10.0)"]
|
||||
data = ["pandas", "pyarrow (>=4.0.1)", "fsspec", "numpy (>=1.19)"]
|
||||
default = ["aiohttp (>=3.7)", "aiosignal", "aiohttp-cors", "aioredis (<2)", "colorful", "frozenlist", "py-spy (>=0.2.0)", "requests", "gpustat (>=1.0.0b1)", "opencensus", "prometheus-client (>=0.7.1)", "smart-open"]
|
||||
k8s = ["kubernetes", "urllib3"]
|
||||
observability = ["opentelemetry-api (==1.1.0)", "opentelemetry-sdk (==1.1.0)", "opentelemetry-exporter-otlp (==1.1.0)"]
|
||||
rllib = ["pandas", "tabulate", "tensorboardX (>=1.9)", "requests", "dm-tree", "gym", "lz4", "matplotlib (!=3.4.3)", "scikit-image", "pyyaml", "scipy"]
|
||||
serve = ["smart-open", "aioredis (<2)", "py-spy (>=0.2.0)", "starlette", "requests", "aiohttp (>=3.7)", "colorful", "aiosignal", "prometheus-client (>=0.7.1)", "uvicorn", "aiohttp-cors", "opencensus", "frozenlist", "fastapi", "gpustat (>=1.0.0b1)"]
|
||||
serve = ["frozenlist", "starlette", "aiohttp-cors", "colorful", "aiosignal", "gpustat (>=1.0.0b1)", "prometheus-client (>=0.7.1)", "aiorwlock", "opencensus", "py-spy (>=0.2.0)", "requests", "fastapi", "aiohttp (>=3.7)", "smart-open", "uvicorn", "aioredis (<2)"]
|
||||
tune = ["pandas", "tabulate", "tensorboardX (>=1.9)", "requests"]
|
||||
|
||||
[[package]]
|
||||
|
@ -1260,14 +1187,6 @@ category = "main"
|
|||
optional = false
|
||||
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
|
||||
|
||||
[[package]]
|
||||
name = "sqlitedict"
|
||||
version = "1.7.0"
|
||||
description = "Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe."
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
|
||||
[[package]]
|
||||
name = "stack-data"
|
||||
version = "0.1.4"
|
||||
|
@ -1303,7 +1222,7 @@ scipy = "^1.7.3"
|
|||
type = "git"
|
||||
url = "https://github.com/vale981/stocproc"
|
||||
reference = "master"
|
||||
resolved_reference = "0bccc3e7dcc5f6d3ca0deb48194d22533b8c8a50"
|
||||
resolved_reference = "8ab49cf379815f43afc8d190153bac0f5fe46f2a"
|
||||
|
||||
[[package]]
|
||||
name = "terminado"
|
||||
|
@ -1400,23 +1319,6 @@ category = "main"
|
|||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
|
||||
[[package]]
|
||||
name = "uncertainties"
|
||||
version = "3.1.6"
|
||||
description = "Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
|
||||
[package.dependencies]
|
||||
future = "*"
|
||||
|
||||
[package.extras]
|
||||
all = ["numpy", "sphinx", "nose"]
|
||||
docs = ["sphinx"]
|
||||
optional = ["numpy"]
|
||||
tests = ["nose", "numpy"]
|
||||
|
||||
[[package]]
|
||||
name = "wcwidth"
|
||||
version = "0.2.5"
|
||||
|
@ -1455,7 +1357,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 = "ee9b3217fa4b50dd39d1cac7734dc8dcbd41d36bb8a9b487095ae7048c2c5319"
|
||||
content-hash = "42fd0c578f11b5234e36b994fd9e7cc21f075198c7d86f1b47661f5f830eed4f"
|
||||
|
||||
[metadata.files]
|
||||
appnope = [
|
||||
|
@ -1489,9 +1391,6 @@ argon2-cffi-bindings = [
|
|||
{file = "argon2_cffi_bindings-21.2.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ed2937d286e2ad0cc79a7087d3c272832865f779430e0cc2b4f3718d3159b0cb"},
|
||||
{file = "argon2_cffi_bindings-21.2.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:5e00316dabdaea0b2dd82d141cc66889ced0cdcbfa599e8b471cf22c620c329a"},
|
||||
]
|
||||
asteval = [
|
||||
{file = "asteval-0.9.26.tar.gz", hash = "sha256:36125613ec21ed3e33e370ca8960a1f1e8a2324d78a8016bfa5ad76f1e16ef05"},
|
||||
]
|
||||
asttokens = [
|
||||
{file = "asttokens-2.0.5-py2.py3-none-any.whl", hash = "sha256:0844691e88552595a6f4a4281a9f7f79b8dd45ca4ccea82e5e05b4bbdb76705c"},
|
||||
{file = "asttokens-2.0.5.tar.gz", hash = "sha256:9a54c114f02c7a9480d56550932546a3f1fe71d8a02f1bc7ccd0ee3ee35cf4d5"},
|
||||
|
@ -1638,9 +1537,6 @@ fonttools = [
|
|||
{file = "fonttools-4.29.1-py3-none-any.whl", hash = "sha256:1933415e0fbdf068815cb1baaa1f159e17830215f7e8624e5731122761627557"},
|
||||
{file = "fonttools-4.29.1.zip", hash = "sha256:2b18a172120e32128a80efee04cff487d5d140fe7d817deb648b2eee023a40e4"},
|
||||
]
|
||||
future = [
|
||||
{file = "future-0.18.2.tar.gz", hash = "sha256:b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d"},
|
||||
]
|
||||
grpcio = [
|
||||
{file = "grpcio-1.43.0-cp310-cp310-linux_armv7l.whl", hash = "sha256:a4e786a8ee8b30b25d70ee52cda6d1dbba2a8ca2f1208d8e20ed8280774f15c8"},
|
||||
{file = "grpcio-1.43.0-cp310-cp310-macosx_10_10_universal2.whl", hash = "sha256:af9c3742f6c13575c0d4147a8454da0ff5308c4d9469462ff18402c6416942fe"},
|
||||
|
@ -1706,7 +1602,6 @@ h5py = [
|
|||
{file = "h5py-3.6.0.tar.gz", hash = "sha256:8752d2814a92aba4e2b2a5922d2782d0029102d99caaf3c201a566bc0b40db29"},
|
||||
]
|
||||
hops = []
|
||||
hopsflow = []
|
||||
humanfriendly = [
|
||||
{file = "humanfriendly-10.0-py2.py3-none-any.whl", hash = "sha256:1697e1a8a8f550fd43c2865cd84542fc175a61dcb779b6fee18cf6b6ccba1477"},
|
||||
{file = "humanfriendly-10.0.tar.gz", hash = "sha256:6b0b831ce8f15f7300721aa49829fc4e83921a9a301cc7f606be6686a2288ddc"},
|
||||
|
@ -1810,36 +1705,6 @@ kiwisolver = [
|
|||
{file = "kiwisolver-1.3.2-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:bcadb05c3d4794eb9eee1dddf1c24215c92fb7b55a80beae7a60530a91060560"},
|
||||
{file = "kiwisolver-1.3.2.tar.gz", hash = "sha256:fc4453705b81d03568d5b808ad8f09c77c47534f6ac2e72e733f9ca4714aa75c"},
|
||||
]
|
||||
llvmlite = [
|
||||
{file = "llvmlite-0.38.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0497a19428083a0544663732a925994d74e3b15c3c94946c6e7b6bf21a391264"},
|
||||
{file = "llvmlite-0.38.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b040d392e998582883cd680e81afb4cd2d331d69cb93d605c735bfd2caa09805"},
|
||||
{file = "llvmlite-0.38.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8b88cc3c6c0010df8a720c777ef1c0879d304404e0727c4ac9e3dc98d5815e10"},
|
||||
{file = "llvmlite-0.38.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:87805405ccdd1add51f51d85997fbff01c920adf4da600dbe197e1f3eebd1e57"},
|
||||
{file = "llvmlite-0.38.0-cp310-cp310-win32.whl", hash = "sha256:17140e1462aa7f9250428fff7dd24187ea30498034a832bdb7385cbdc28fd4bf"},
|
||||
{file = "llvmlite-0.38.0-cp310-cp310-win_amd64.whl", hash = "sha256:c0f11feda33f2b49abf5acc11828eebb3098050bbf6cd1cd75e2b05eb7676cb1"},
|
||||
{file = "llvmlite-0.38.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:f7a438917c30e87ac79bb89c773c100560dc346e0f0b03aabd88a6f6de3556c6"},
|
||||
{file = "llvmlite-0.38.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2e8bbb8e97d7cc0b6d124ba9f8577955fdc7639715f925c410abe02d2bc92862"},
|
||||
{file = "llvmlite-0.38.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5845432b4660c530d27c46434b9669290f205d9b1c1e02e52f43f6d11782b4be"},
|
||||
{file = "llvmlite-0.38.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6a91e25488609cc91db91de206e023b7fe0889ac007adb31c713e685384497ba"},
|
||||
{file = "llvmlite-0.38.0-cp37-cp37m-win32.whl", hash = "sha256:2426bfff67fdab577c7d5321c252d880434911caa6f9152f5be98da71b30e084"},
|
||||
{file = "llvmlite-0.38.0-cp37-cp37m-win_amd64.whl", hash = "sha256:6b48c8fffc3512a2e97c6f70deb09eb49c419af66ced79e317cc2323117dcec6"},
|
||||
{file = "llvmlite-0.38.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:e1095557a27b041f1217036e568a5449d4b385c2415cb4316b2f5476f96e9a58"},
|
||||
{file = "llvmlite-0.38.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:081d9c36d8e012b86bac02af49e225d883975ab5978ba33c3cc291474620c84d"},
|
||||
{file = "llvmlite-0.38.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:63e178c6f7872a39572e210cb266fb6db6386f5e622e2d8c79491b6d8c7aa942"},
|
||||
{file = "llvmlite-0.38.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:48558fddce5ff351f9de98beff35888aa351598e5635b3b91d67ec9e10d458cc"},
|
||||
{file = "llvmlite-0.38.0-cp38-cp38-win32.whl", hash = "sha256:7e07bacc2bb2ef1bf33dbf64d4bd13330baeae2287902100b144e43bcd1b066b"},
|
||||
{file = "llvmlite-0.38.0-cp38-cp38-win_amd64.whl", hash = "sha256:37b66bf3624dd0b3739b4cf1b3cc3735dbe7799bc90d2a7a79a54b0ce37e1a38"},
|
||||
{file = "llvmlite-0.38.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:f43861f382b954fbf2ff88db5f13b00ac11ec4353445d3ba80e1eadcdd06c149"},
|
||||
{file = "llvmlite-0.38.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0fb7cb2907814dd03a152549d1c4dfee4854881d9cc7da85414b77903a681aa6"},
|
||||
{file = "llvmlite-0.38.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c967b96d708556597e003217fd99f0c20e73d09c91d6d5054c538becc396ba79"},
|
||||
{file = "llvmlite-0.38.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3f7b2838898c80557e959f83fb28d260e5e2301396f34830f3ec6811ae53f6be"},
|
||||
{file = "llvmlite-0.38.0-cp39-cp39-win32.whl", hash = "sha256:de321a680690d1ce040f34294d215ed0ac5fdcf7c98f044d11ac9b9d9ebc969f"},
|
||||
{file = "llvmlite-0.38.0-cp39-cp39-win_amd64.whl", hash = "sha256:70734d46c2611f3fe765985fe356aaec393dc79bbd735f7f4d23f910b5148dc3"},
|
||||
{file = "llvmlite-0.38.0.tar.gz", hash = "sha256:a99d166ccf3b116f3b9ed23b9b70ba2415640a9c978f3aaa13fad49c58f4965c"},
|
||||
]
|
||||
lmfit = [
|
||||
{file = "lmfit-1.0.3.tar.gz", hash = "sha256:d067c3ea501f035af5d3c079e6e6e35dc3cc1ac7d439429a425b0aeb5a7858a2"},
|
||||
]
|
||||
markupsafe = [
|
||||
{file = "MarkupSafe-2.0.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:d8446c54dc28c01e5a2dbac5a25f071f6653e6e40f3a8818e8b45d790fe6ef53"},
|
||||
{file = "MarkupSafe-2.0.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:36bc903cbb393720fad60fc28c10de6acf10dc6cc883f3e24ee4012371399a38"},
|
||||
|
@ -2020,33 +1885,6 @@ notebook = [
|
|||
{file = "notebook-6.4.8-py3-none-any.whl", hash = "sha256:3e702fcc54b8ae597533c3864793b7a1e971dec9e112f67235828d8a798fd654"},
|
||||
{file = "notebook-6.4.8.tar.gz", hash = "sha256:1e985c9dc6f678bdfffb9dc657306b5469bfa62d73e03f74e8defbf76d284312"},
|
||||
]
|
||||
numba = [
|
||||
{file = "numba-0.55.1-1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:be56fb78303973e6c19c7c2759996a5863bac69ca87570543d9f18f2f287a441"},
|
||||
{file = "numba-0.55.1-1-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl", hash = "sha256:ee71407be9cba09b4f68afa668317e97d66d5f83c37ab4caa20d8abcf5fad32b"},
|
||||
{file = "numba-0.55.1-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:39a109efc317e8eb786feff0a29476036971ce08e3280be8153c3b6c1ccba415"},
|
||||
{file = "numba-0.55.1-1-cp37-cp37m-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:0dc8294b2b6b2dbe3a709787bbb1e6f9dcef62197429de8daaa714d77052eefe"},
|
||||
{file = "numba-0.55.1-1-cp37-cp37m-manylinux2014_i686.manylinux_2_17_i686.whl", hash = "sha256:bcd5e09dba5e19ff7a1b9716a1ce58f0931cec09515683011e57415c6a33ac3d"},
|
||||
{file = "numba-0.55.1-1-cp37-cp37m-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:64209d71b1e33415d5b1b177ed218d679062f844667dd279ee9094c4e3e2babc"},
|
||||
{file = "numba-0.55.1-1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:ff5ed5c7665f8a5405af53332d224caca68358909abde9ca8dfef3495cdea789"},
|
||||
{file = "numba-0.55.1-1-cp38-cp38-manylinux2014_i686.manylinux_2_17_i686.whl", hash = "sha256:d80afc5618e66af2d101eff0e6214acb865136ae886d8b01414ca3dedd9166d6"},
|
||||
{file = "numba-0.55.1-1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:6d0042371880fa56ed58be27502b11a08bff0b6335f0ebde82af1a7aef5e1287"},
|
||||
{file = "numba-0.55.1-1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:4a5cb8930e729aeed96809524ca4df41b6f2432b379f220014ef4fdff21dbfe6"},
|
||||
{file = "numba-0.55.1-1-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl", hash = "sha256:fee529ddc9c0584b932f7885735162e52344eded8c01c78c17e2768aa6787780"},
|
||||
{file = "numba-0.55.1-1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:230e542649c7087454bc851d2e22b5e15694b6cf0549a27234d1baea6c2e0a87"},
|
||||
{file = "numba-0.55.1-cp310-cp310-macosx_10_14_x86_64.whl", hash = "sha256:adc88fe64f5235c8b1e7230ae29476a08ffb61a65e9f79f745bd357f215e2d52"},
|
||||
{file = "numba-0.55.1-cp310-cp310-win32.whl", hash = "sha256:a5af7f1d30f56029d1b9ea288372f924f9dcb322f0e6358f6d5203b20eb6f7a0"},
|
||||
{file = "numba-0.55.1-cp310-cp310-win_amd64.whl", hash = "sha256:71815c501b2f6309c432e98ff93a582a9bfb61da943e0cb9a52595fadbb1131d"},
|
||||
{file = "numba-0.55.1-cp37-cp37m-macosx_10_14_x86_64.whl", hash = "sha256:53909143917ea4962cfbfae7038ac882987ff54cb2c408538ce71f83b356f106"},
|
||||
{file = "numba-0.55.1-cp37-cp37m-win32.whl", hash = "sha256:cddc13939e2b27782258826686800ae9c2e90b35c36ef1ab5ccfae7cedca0516"},
|
||||
{file = "numba-0.55.1-cp37-cp37m-win_amd64.whl", hash = "sha256:ac6ae19ff5093a42bf8b365550322a2e39650d608daa379dff71571272d88d93"},
|
||||
{file = "numba-0.55.1-cp38-cp38-macosx_10_14_x86_64.whl", hash = "sha256:77187ed09e6b25ae24b840e1acc4b5f9886b551cdc5f919ddad8e5933a6027d5"},
|
||||
{file = "numba-0.55.1-cp38-cp38-win32.whl", hash = "sha256:53ee562b873e00eaa26390690ac5d36b706782d429e5a18b255161f607f13c17"},
|
||||
{file = "numba-0.55.1-cp38-cp38-win_amd64.whl", hash = "sha256:02fb0ecd218ab1e1171cbaee11235a3a1f7dcf79dee3fa786243a2a6411f2fea"},
|
||||
{file = "numba-0.55.1-cp39-cp39-macosx_10_14_x86_64.whl", hash = "sha256:6aa8f18a003a0e4876826fe080e6038fc6da083899873b77172ec29c32e49b56"},
|
||||
{file = "numba-0.55.1-cp39-cp39-win32.whl", hash = "sha256:d5ee721ce884f8313802295633fdd3e7c83541e0917bafea2bdfed6aabab93bf"},
|
||||
{file = "numba-0.55.1-cp39-cp39-win_amd64.whl", hash = "sha256:b72350160eb9a73a36aa17d808f954353a263a0295d495497c87439d79bdaec7"},
|
||||
{file = "numba-0.55.1.tar.gz", hash = "sha256:03e9069a2666d1c84f93b00dbd716fb8fedde8bb2c6efafa2f04842a46442ea3"},
|
||||
]
|
||||
numpy = [
|
||||
{file = "numpy-1.21.5-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:301e408a052fdcda5cdcf03021ebafc3c6ea093021bf9d1aa47c54d48bdad166"},
|
||||
{file = "numpy-1.21.5-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:a7e8f6216f180f3fd4efb73de5d1eaefb5f5a1ee5b645c67333033e39440e63a"},
|
||||
|
@ -2384,20 +2222,20 @@ qutip = [
|
|||
{file = "qutip-4.6.2.tar.gz", hash = "sha256:9614e8e8270dd28728150c00f74ec750b9a2a23fb3b4fe629006f86dd02011df"},
|
||||
]
|
||||
ray = [
|
||||
{file = "ray-1.9.2-cp36-cp36m-macosx_10_15_intel.whl", hash = "sha256:a2b34ec2e63264593b07ace70541ffe5ba9069ecc2dc94294ffc1c3b491a751e"},
|
||||
{file = "ray-1.9.2-cp36-cp36m-manylinux2014_x86_64.whl", hash = "sha256:236dc9b43478339576fd2545f2ad898caca4df4df0fc17cb6947316a242ebb81"},
|
||||
{file = "ray-1.9.2-cp36-cp36m-win_amd64.whl", hash = "sha256:513e8db6dd6320a77df4ef91c273b2fa428df9474450e7d84d70edccb1739baf"},
|
||||
{file = "ray-1.9.2-cp37-cp37m-macosx_10_15_intel.whl", hash = "sha256:dc811b8fbaff6a6fc2602a7cd0a9b93e441770e56a6e0065be385b01958c34be"},
|
||||
{file = "ray-1.9.2-cp37-cp37m-manylinux2014_x86_64.whl", hash = "sha256:4fe10c58edb6d1e7349bbd2cab31248fcfdcf8f4d5050fc315a03069f1036be2"},
|
||||
{file = "ray-1.9.2-cp37-cp37m-win_amd64.whl", hash = "sha256:0707b9b3c88f2c936ec6e38f05e0f4cb354ed47f06411ef15e88b9722dca739e"},
|
||||
{file = "ray-1.9.2-cp38-cp38-macosx_10_15_x86_64.whl", hash = "sha256:875cb87ed44606a3b16a2866dfcddf97d03b42db514140562f2826c014a762cc"},
|
||||
{file = "ray-1.9.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:749117ef11e8d22a24b11968c0c499bad83d5125e5937a7253a2079b0ac539a6"},
|
||||
{file = "ray-1.9.2-cp38-cp38-manylinux2014_x86_64.whl", hash = "sha256:096322f006fab7d9584593454dd45005be4e2ae8a24e8f4ca626474d42bf2581"},
|
||||
{file = "ray-1.9.2-cp38-cp38-win_amd64.whl", hash = "sha256:6169d3fe4a31a3306731a271c0802fdecb838fb90caacce848ce27209205db17"},
|
||||
{file = "ray-1.9.2-cp39-cp39-macosx_10_15_x86_64.whl", hash = "sha256:a17b7496e8fef1a829f70b16f5498979cb33c98d9e4567f89ea55aeea0690e4e"},
|
||||
{file = "ray-1.9.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:2ad01e197f65b4e110e44f84e856af1c888e48bb8e1e4ae9ffa4e1aec710b9a8"},
|
||||
{file = "ray-1.9.2-cp39-cp39-manylinux2014_x86_64.whl", hash = "sha256:76294786421799a2a157917cbe493f758ae2f5a0acee8ac23cb885936b1a4e35"},
|
||||
{file = "ray-1.9.2-cp39-cp39-win_amd64.whl", hash = "sha256:a9de944bd0dc4d553d10eb31efba4eab508f65289c5595ab56df44f65810d9dd"},
|
||||
{file = "ray-1.10.0-cp36-cp36m-macosx_10_15_intel.whl", hash = "sha256:e27172af33243604bdb6c95c6a5d005f5a1524de7fc259f17d2340675a18a0a0"},
|
||||
{file = "ray-1.10.0-cp36-cp36m-manylinux2014_x86_64.whl", hash = "sha256:9a0e72708277be307c6a7e4628c06d19edbed9c1494bfddfe4990aa71de7caad"},
|
||||
{file = "ray-1.10.0-cp36-cp36m-win_amd64.whl", hash = "sha256:81e251c64c5f00aa285b4292d3bab2d8c7ff52b09eaac33e927e2e8d8860961e"},
|
||||
{file = "ray-1.10.0-cp37-cp37m-macosx_10_15_intel.whl", hash = "sha256:7b6d63c5e6bfcab725aded6394a654470ca1c2e33114bca24d33494bd754f127"},
|
||||
{file = "ray-1.10.0-cp37-cp37m-manylinux2014_x86_64.whl", hash = "sha256:033af681fe959f9412d98a2addefee4e196bd194180170f9246b1c7756abebc2"},
|
||||
{file = "ray-1.10.0-cp37-cp37m-win_amd64.whl", hash = "sha256:1a310ea9c5d17e04f3ba346bae2901915380455f54bfcd168c3336161cd9fbf7"},
|
||||
{file = "ray-1.10.0-cp38-cp38-macosx_10_15_x86_64.whl", hash = "sha256:0c73ec6fc93e58e7f871f01037aa943886d2afde79bd8dbe4f2748c0a9e9cf7e"},
|
||||
{file = "ray-1.10.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:8445c615c2f621f36bfb78833b5d00caa8ccb77d2cbd8c7d16ebe6e8f7d597ea"},
|
||||
{file = "ray-1.10.0-cp38-cp38-manylinux2014_x86_64.whl", hash = "sha256:e5992bb9128a14d47d2ac104086f07bd90300707b73ce532ce71f8c4c8a2fa4d"},
|
||||
{file = "ray-1.10.0-cp38-cp38-win_amd64.whl", hash = "sha256:f8cf23ba4f319ca0ea202a74b738bb7e1995cb182100f10458b97a5785cb7290"},
|
||||
{file = "ray-1.10.0-cp39-cp39-macosx_10_15_x86_64.whl", hash = "sha256:33584a13b175bddd440a12445c369b174bda3f79e3d6a5345d665a622eede0e0"},
|
||||
{file = "ray-1.10.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:669548bfaae3a0bcc2ddd7b515b874b2a66e4268b0947050b7d6f53794bd2ae3"},
|
||||
{file = "ray-1.10.0-cp39-cp39-manylinux2014_x86_64.whl", hash = "sha256:e789b18f179ae573710c718c091a03b51a8c61205e8531b92079a323ac6379a5"},
|
||||
{file = "ray-1.10.0-cp39-cp39-win_amd64.whl", hash = "sha256:db953540f0f7e5e666d263f847b45ad368e9de5ad02da9df4e9e5ee508d5d6b6"},
|
||||
]
|
||||
redis = [
|
||||
{file = "redis-4.1.2-py3-none-any.whl", hash = "sha256:f13eea4254e302485add677cadedaf1305c1b3a4e07535e23b7b239798ce9301"},
|
||||
|
@ -2446,9 +2284,6 @@ six = [
|
|||
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
|
||||
{file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
|
||||
]
|
||||
sqlitedict = [
|
||||
{file = "sqlitedict-1.7.0.tar.gz", hash = "sha256:2affcc301aacd4da7511692601ecbde392294205af418498f7d6d3ec0dbcad56"},
|
||||
]
|
||||
stack-data = [
|
||||
{file = "stack_data-0.1.4-py3-none-any.whl", hash = "sha256:02cc0683cbc445ae4ca8c4e3a0e58cb1df59f252efb0aa016b34804a707cf9bc"},
|
||||
{file = "stack_data-0.1.4.tar.gz", hash = "sha256:7769ed2482ce0030e00175dd1bf4ef1e873603b6ab61cd3da443b410e64e9477"},
|
||||
|
@ -2525,10 +2360,6 @@ typing-extensions = [
|
|||
{file = "typing_extensions-4.0.1-py3-none-any.whl", hash = "sha256:7f001e5ac290a0c0401508864c7ec868be4e701886d5b573a9528ed3973d9d3b"},
|
||||
{file = "typing_extensions-4.0.1.tar.gz", hash = "sha256:4ca091dea149f945ec56afb48dae714f21e8692ef22a395223bcd328961b6a0e"},
|
||||
]
|
||||
uncertainties = [
|
||||
{file = "uncertainties-3.1.6-py2.py3-none-any.whl", hash = "sha256:cb4a66d5ceda006475ec845bf43ee8956c26138b08f93c41851c25a4ffe19a33"},
|
||||
{file = "uncertainties-3.1.6.tar.gz", hash = "sha256:7c4db5aaafd227e95485b61fba5d235dc8133aeecd98f8fc1224c038ce063e2d"},
|
||||
]
|
||||
wcwidth = [
|
||||
{file = "wcwidth-0.2.5-py2.py3-none-any.whl", hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784"},
|
||||
{file = "wcwidth-0.2.5.tar.gz", hash = "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83"},
|
||||
|
|
|
@ -9,12 +9,10 @@ license = "GPLv3"
|
|||
python = ">=3.9,<3.11"
|
||||
numpy = "^1.20.3"
|
||||
scipy = "^1.7.3"
|
||||
stocproc = { git = "https://github.com/vale981/stocproc" }
|
||||
hops = { git = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git", branch="main" }
|
||||
hopsflow = { git = "https://github.com/vale981/hopsflow", branch="main" }
|
||||
#hopsflow = { git = "https://github.com/vale981/hopsflow", branch="main" }
|
||||
matplotlib = "^3.5.0"
|
||||
jupyter = "^1.0.0"
|
||||
numba = "^0.55.1"
|
||||
qutip = "^4.6.2"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
|
Loading…
Add table
Reference in a new issue