mirror of
https://github.com/vale981/stocproc
synced 2025-03-04 17:21:42 -05:00
279 lines
19 KiB
TOML
279 lines
19 KiB
TOML
[[package]]
|
|
name = "black"
|
|
version = "21.12b0"
|
|
description = "The uncompromising code formatter."
|
|
category = "dev"
|
|
optional = false
|
|
python-versions = ">=3.6.2"
|
|
|
|
[package.dependencies]
|
|
click = ">=7.1.2"
|
|
mypy-extensions = ">=0.4.3"
|
|
pathspec = ">=0.9.0,<1"
|
|
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\""},
|
|
]
|
|
|
|
[package.extras]
|
|
colorama = ["colorama (>=0.4.3)"]
|
|
d = ["aiohttp (>=3.7.4)"]
|
|
jupyter = ["ipython (>=7.8.0)", "tokenize-rt (>=3.2.0)"]
|
|
python2 = ["typed-ast (>=1.4.3)"]
|
|
uvloop = ["uvloop (>=0.15.2)"]
|
|
|
|
[[package]]
|
|
name = "click"
|
|
version = "8.1.3"
|
|
description = "Composable command line interface toolkit"
|
|
category = "dev"
|
|
optional = false
|
|
python-versions = ">=3.7"
|
|
|
|
[package.dependencies]
|
|
colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
|
|
|
[[package]]
|
|
name = "colorama"
|
|
version = "0.4.4"
|
|
description = "Cross-platform colored terminal text."
|
|
category = "dev"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
[[package]]
|
|
name = "cython"
|
|
version = "0.29.29"
|
|
description = "The Cython compiler for writing C extensions for the Python language."
|
|
category = "dev"
|
|
optional = false
|
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
|
|
[[package]]
|
|
name = "fcspline"
|
|
version = "0.1"
|
|
description = "A fast cubic spline interpolator for real and complex data."
|
|
category = "main"
|
|
optional = false
|
|
python-versions = ">=3.9,<3.11"
|
|
develop = false
|
|
|
|
[package.dependencies]
|
|
numpy = "^1.20.3"
|
|
scipy = "^1.7.3"
|
|
|
|
[package.source]
|
|
type = "git"
|
|
url = "https://github.com/vale981/fcSpline"
|
|
reference = "master"
|
|
resolved_reference = "c979361a3e7d3d0eb7f16b99cb58b424156fd788"
|
|
|
|
[[package]]
|
|
name = "mpmath"
|
|
version = "1.2.1"
|
|
description = "Python library for arbitrary-precision floating-point arithmetic"
|
|
category = "main"
|
|
optional = false
|
|
python-versions = "*"
|
|
|
|
[package.extras]
|
|
develop = ["pytest (>=4.6)", "pycodestyle", "pytest-cov", "codecov", "wheel"]
|
|
tests = ["pytest (>=4.6)"]
|
|
|
|
[[package]]
|
|
name = "mypy-extensions"
|
|
version = "0.4.3"
|
|
description = "Experimental type system extensions for programs checked with the mypy typechecker."
|
|
category = "dev"
|
|
optional = false
|
|
python-versions = "*"
|
|
|
|
[[package]]
|
|
name = "numpy"
|
|
version = "1.22.3"
|
|
description = "NumPy is the fundamental package for array computing with Python."
|
|
category = "main"
|
|
optional = false
|
|
python-versions = ">=3.8"
|
|
|
|
[[package]]
|
|
name = "pathspec"
|
|
version = "0.9.0"
|
|
description = "Utility library for gitignore style pattern matching of file paths."
|
|
category = "dev"
|
|
optional = false
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
|
|
|
[[package]]
|
|
name = "platformdirs"
|
|
version = "2.5.2"
|
|
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
|
|
category = "dev"
|
|
optional = false
|
|
python-versions = ">=3.7"
|
|
|
|
[package.extras]
|
|
docs = ["furo (>=2021.7.5b38)", "proselint (>=0.10.2)", "sphinx-autodoc-typehints (>=1.12)", "sphinx (>=4)"]
|
|
test = ["appdirs (==1.4.4)", "pytest-cov (>=2.7)", "pytest-mock (>=3.6)", "pytest (>=6)"]
|
|
|
|
[[package]]
|
|
name = "scipy"
|
|
version = "1.8.0"
|
|
description = "SciPy: Scientific Library for Python"
|
|
category = "main"
|
|
optional = false
|
|
python-versions = ">=3.8,<3.11"
|
|
|
|
[package.dependencies]
|
|
numpy = ">=1.17.3,<1.25.0"
|
|
|
|
[[package]]
|
|
name = "tomli"
|
|
version = "1.2.3"
|
|
description = "A lil' TOML parser"
|
|
category = "dev"
|
|
optional = false
|
|
python-versions = ">=3.6"
|
|
|
|
[[package]]
|
|
name = "typing-extensions"
|
|
version = "4.2.0"
|
|
description = "Backported and Experimental Type Hints for Python 3.7+"
|
|
category = "dev"
|
|
optional = false
|
|
python-versions = ">=3.7"
|
|
|
|
[metadata]
|
|
lock-version = "1.1"
|
|
python-versions = ">=3.9,<3.11"
|
|
content-hash = "592df49b40b8af6ed22690d9e20d62c603498d892df56ccabf9d7869eacb5e1d"
|
|
|
|
[metadata.files]
|
|
black = [
|
|
{file = "black-21.12b0-py3-none-any.whl", hash = "sha256:a615e69ae185e08fdd73e4715e260e2479c861b5740057fde6e8b4e3b7dd589f"},
|
|
{file = "black-21.12b0.tar.gz", hash = "sha256:77b80f693a569e2e527958459634f18df9b0ba2625ba4e0c2d5da5be42e6f2b3"},
|
|
]
|
|
click = [
|
|
{file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"},
|
|
{file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"},
|
|
]
|
|
colorama = [
|
|
{file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"},
|
|
{file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"},
|
|
]
|
|
cython = [
|
|
{file = "Cython-0.29.29-cp27-cp27m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:53b9bd2a8226b45b55d6f83dac8e0a6c860e4bcf2c3d72eb0aa71269fdf3f802"},
|
|
{file = "Cython-0.29.29-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:a4e3860d0f6176a83dbc138b020dff3dcabc22051708f05c53d2a574821782d1"},
|
|
{file = "Cython-0.29.29-cp27-cp27mu-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:daa3f54856aa04e19c1fb72c169522c69858cf3dfa85e18083e7c69c4722262a"},
|
|
{file = "Cython-0.29.29-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:20bc71558640b47ed98419d0677c53eefb9eb6db2bc17c070c515de2a3373821"},
|
|
{file = "Cython-0.29.29-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:73db2e33311f63f4d4d724e5eec39fabc297bd1956bc1ce8749198d7894d567c"},
|
|
{file = "Cython-0.29.29-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:12f06ed8f14da470cfe8e8ff8059eb489a122f065c33461c07f4be140c752242"},
|
|
{file = "Cython-0.29.29-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl", hash = "sha256:8b8ea0dd93bae079610c164ee3fab384a91250301493c979af2acbf77a65a657"},
|
|
{file = "Cython-0.29.29-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:f1c5f617abd3e509bc19eb2a6289c1b8fd0442123c4a632890b1c8b379689221"},
|
|
{file = "Cython-0.29.29-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:a0cbcf6801d5890b63f4377b8d65db170894492877e7333564500770289149c7"},
|
|
{file = "Cython-0.29.29-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:3f52e52193dcd38196b9a015ec778c1364d81bf62a3ec2b0c84e461273d599e0"},
|
|
{file = "Cython-0.29.29-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl", hash = "sha256:988ac16b845211ff12deae11349f5f539567df1405409a9cc1e9801c54514ee9"},
|
|
{file = "Cython-0.29.29-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:c289880eb3ffdb2d6790fefde0b02db30efc2cf83822b27db5d7dd4757500aa5"},
|
|
{file = "Cython-0.29.29-cp35-cp35m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:eebe56531ba2e4bacae43c15243d1387a9ecf208a025b4b6ec9f7ce6dee836c8"},
|
|
{file = "Cython-0.29.29-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:7a876ae949e5cf3aaf07e6c4c6ca34f1fc2c91c620d6a5b2a235eb39097a98d6"},
|
|
{file = "Cython-0.29.29-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:0575fc5e92f6f08c4e2ba00972e6d9a1988d447501f197514ca4d51b4a004d2d"},
|
|
{file = "Cython-0.29.29-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:112311cbdb11eba55ec71dfe7bc807e5d43e901dfec5ea9dab2bfcdb8fb1746b"},
|
|
{file = "Cython-0.29.29-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl", hash = "sha256:bf8269692d3f98ef0238d2530e58188bcf854d227a1315afdec0cb3140089e66"},
|
|
{file = "Cython-0.29.29-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:66110374f677b3f8c3e9de16ccb7397e7019bc38543a38d3efa9b39638fbebfa"},
|
|
{file = "Cython-0.29.29-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:f636c5803849edef1f5365bcc696113670e86e0fe1ee0cd2d639130bcef04b51"},
|
|
{file = "Cython-0.29.29-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:1025c304863f3f4a8319cbffa60e1570df2f66359cee2c5baa7117e3a0abcc74"},
|
|
{file = "Cython-0.29.29-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:a88dde6757676bb6c00fd52124b3e8eb6fafc391a1d63744ac6a031bb5bf3a21"},
|
|
{file = "Cython-0.29.29-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:b1cca3d3e8f0091a988dbe362ff0ecdcf0ff875999741c2aed1199d114ec3289"},
|
|
{file = "Cython-0.29.29-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl", hash = "sha256:a376fde45f9e4aeaa780b3e61419ec892585a3c87c0e5b66caa23b7a78ecbc62"},
|
|
{file = "Cython-0.29.29-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:2ab59100b33b5420f038dc6b090e3b6fcac744572167f0b0272a8246e36e60af"},
|
|
{file = "Cython-0.29.29-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:dae47fe9fbc40fabf84cabe902d38f2ebc14ca48b798429278bd482b3358d231"},
|
|
{file = "Cython-0.29.29-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:5482116901c92248c56dbe5c3b7ce992454ff3a2045040e9ef445d1040852a7b"},
|
|
{file = "Cython-0.29.29-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:57ac6d2714c7b32fb28f18c6c1e5309029aed6342720f5f6239f8aa418c15596"},
|
|
{file = "Cython-0.29.29-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:683728b0ea3d3be33eb423cdaca4a4fb066061b897c1a3c5512b8f30eb1f2534"},
|
|
{file = "Cython-0.29.29-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl", hash = "sha256:ac648ff87236b4cb9e8a61abaffd91aba06156e0525f2ade187916c5a33eedb3"},
|
|
{file = "Cython-0.29.29-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:99fbc31d61008d4a202ab0463716f5f84741e720252ca1f2436467704e6f3197"},
|
|
{file = "Cython-0.29.29-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:3d56b687920ce028e230dad1136e81b939e242555d601ed4efd45b382347e63e"},
|
|
{file = "Cython-0.29.29-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:dd2b4be62890ea61738495ca8fbdbd006be2d967b7833f587848453a3dbb430c"},
|
|
{file = "Cython-0.29.29-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:8a133d4d9dba738341c2303be48fd3e767e09c3073dccfa14dc783f7fb69704a"},
|
|
{file = "Cython-0.29.29-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:154ca47ca43a238d4742aac4f28fc2a52d6d28853dbd019b88c15b8fcea0bd75"},
|
|
{file = "Cython-0.29.29-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl", hash = "sha256:43d3fbcc6b2b9952e1635b8c7b63eef44856b8449d7aa7e026f1836429a4704a"},
|
|
{file = "Cython-0.29.29-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:e634992c366a9676587c318f2093282d9e94f775c092584f3c961b762ce139f6"},
|
|
{file = "Cython-0.29.29-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:16c6b7a745a151a91563c0d9d6da08491ba92fe5521d34c08d6b312650df21ce"},
|
|
{file = "Cython-0.29.29-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:581a569ca7149f8a36c576f908b63e6ecad7b80fe0b6a03458b3fc843c3b94a9"},
|
|
{file = "Cython-0.29.29-py2.py3-none-any.whl", hash = "sha256:d4a30e5b1f5964a5e5fb00aa67f634ea590a40f6509421b6822f9bc439269007"},
|
|
{file = "Cython-0.29.29.tar.gz", hash = "sha256:ce70dbbfbe374ee0d02fd16c26d5e512424fd0ab2927150a3f99d108bd0d8a20"},
|
|
]
|
|
fcspline = []
|
|
mpmath = [
|
|
{file = "mpmath-1.2.1-py3-none-any.whl", hash = "sha256:604bc21bd22d2322a177c73bdb573994ef76e62edd595d17e00aff24b0667e5c"},
|
|
{file = "mpmath-1.2.1.tar.gz", hash = "sha256:79ffb45cf9f4b101a807595bcb3e72e0396202e0b1d25d689134b48c4216a81a"},
|
|
]
|
|
mypy-extensions = [
|
|
{file = "mypy_extensions-0.4.3-py2.py3-none-any.whl", hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d"},
|
|
{file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"},
|
|
]
|
|
numpy = [
|
|
{file = "numpy-1.22.3-cp310-cp310-macosx_10_14_x86_64.whl", hash = "sha256:92bfa69cfbdf7dfc3040978ad09a48091143cffb778ec3b03fa170c494118d75"},
|
|
{file = "numpy-1.22.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8251ed96f38b47b4295b1ae51631de7ffa8260b5b087808ef09a39a9d66c97ab"},
|
|
{file = "numpy-1.22.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:48a3aecd3b997bf452a2dedb11f4e79bc5bfd21a1d4cc760e703c31d57c84b3e"},
|
|
{file = "numpy-1.22.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a3bae1a2ed00e90b3ba5f7bd0a7c7999b55d609e0c54ceb2b076a25e345fa9f4"},
|
|
{file = "numpy-1.22.3-cp310-cp310-win32.whl", hash = "sha256:f950f8845b480cffe522913d35567e29dd381b0dc7e4ce6a4a9f9156417d2430"},
|
|
{file = "numpy-1.22.3-cp310-cp310-win_amd64.whl", hash = "sha256:08d9b008d0156c70dc392bb3ab3abb6e7a711383c3247b410b39962263576cd4"},
|
|
{file = "numpy-1.22.3-cp38-cp38-macosx_10_14_x86_64.whl", hash = "sha256:201b4d0552831f7250a08d3b38de0d989d6f6e4658b709a02a73c524ccc6ffce"},
|
|
{file = "numpy-1.22.3-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:f8c1f39caad2c896bc0018f699882b345b2a63708008be29b1f355ebf6f933fe"},
|
|
{file = "numpy-1.22.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:568dfd16224abddafb1cbcce2ff14f522abe037268514dd7e42c6776a1c3f8e5"},
|
|
{file = "numpy-1.22.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3ca688e1b9b95d80250bca34b11a05e389b1420d00e87a0d12dc45f131f704a1"},
|
|
{file = "numpy-1.22.3-cp38-cp38-win32.whl", hash = "sha256:e7927a589df200c5e23c57970bafbd0cd322459aa7b1ff73b7c2e84d6e3eae62"},
|
|
{file = "numpy-1.22.3-cp38-cp38-win_amd64.whl", hash = "sha256:07a8c89a04997625236c5ecb7afe35a02af3896c8aa01890a849913a2309c676"},
|
|
{file = "numpy-1.22.3-cp39-cp39-macosx_10_14_x86_64.whl", hash = "sha256:2c10a93606e0b4b95c9b04b77dc349b398fdfbda382d2a39ba5a822f669a0123"},
|
|
{file = "numpy-1.22.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:fade0d4f4d292b6f39951b6836d7a3c7ef5b2347f3c420cd9820a1d90d794802"},
|
|
{file = "numpy-1.22.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5bfb1bb598e8229c2d5d48db1860bcf4311337864ea3efdbe1171fb0c5da515d"},
|
|
{file = "numpy-1.22.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:97098b95aa4e418529099c26558eeb8486e66bd1e53a6b606d684d0c3616b168"},
|
|
{file = "numpy-1.22.3-cp39-cp39-win32.whl", hash = "sha256:fdf3c08bce27132395d3c3ba1503cac12e17282358cb4bddc25cc46b0aca07aa"},
|
|
{file = "numpy-1.22.3-cp39-cp39-win_amd64.whl", hash = "sha256:639b54cdf6aa4f82fe37ebf70401bbb74b8508fddcf4797f9fe59615b8c5813a"},
|
|
{file = "numpy-1.22.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c34ea7e9d13a70bf2ab64a2532fe149a9aced424cd05a2c4ba662fd989e3e45f"},
|
|
{file = "numpy-1.22.3.zip", hash = "sha256:dbc7601a3b7472d559dc7b933b18b4b66f9aa7452c120e87dfb33d02008c8a18"},
|
|
]
|
|
pathspec = [
|
|
{file = "pathspec-0.9.0-py2.py3-none-any.whl", hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a"},
|
|
{file = "pathspec-0.9.0.tar.gz", hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1"},
|
|
]
|
|
platformdirs = [
|
|
{file = "platformdirs-2.5.2-py3-none-any.whl", hash = "sha256:027d8e83a2d7de06bbac4e5ef7e023c02b863d7ea5d079477e722bb41ab25788"},
|
|
{file = "platformdirs-2.5.2.tar.gz", hash = "sha256:58c8abb07dcb441e6ee4b11d8df0ac856038f944ab98b7be6b27b2a3c7feef19"},
|
|
]
|
|
scipy = [
|
|
{file = "scipy-1.8.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:87b01c7d5761e8a266a0fbdb9d88dcba0910d63c1c671bdb4d99d29f469e9e03"},
|
|
{file = "scipy-1.8.0-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:ae3e327da323d82e918e593460e23babdce40d7ab21490ddf9fc06dec6b91a18"},
|
|
{file = "scipy-1.8.0-cp310-cp310-macosx_12_0_universal2.macosx_10_9_x86_64.whl", hash = "sha256:16e09ef68b352d73befa8bcaf3ebe25d3941fe1a58c82909d5589856e6bc8174"},
|
|
{file = "scipy-1.8.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c17a1878d00a5dd2797ccd73623ceca9d02375328f6218ee6d921e1325e61aff"},
|
|
{file = "scipy-1.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:937d28722f13302febde29847bbe554b89073fbb924a30475e5ed7b028898b5f"},
|
|
{file = "scipy-1.8.0-cp310-cp310-win_amd64.whl", hash = "sha256:8f4d059a97b29c91afad46b1737274cb282357a305a80bdd9e8adf3b0ca6a3f0"},
|
|
{file = "scipy-1.8.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:38aa39b6724cb65271e469013aeb6f2ce66fd44f093e241c28a9c6bc64fd79ed"},
|
|
{file = "scipy-1.8.0-cp38-cp38-macosx_12_0_arm64.whl", hash = "sha256:559a8a4c03a5ba9fe3232f39ed24f86457e4f3f6c0abbeae1fb945029f092720"},
|
|
{file = "scipy-1.8.0-cp38-cp38-macosx_12_0_universal2.macosx_10_9_x86_64.whl", hash = "sha256:f4a6d3b9f9797eb2d43938ac2c5d96d02aed17ef170c8b38f11798717523ddba"},
|
|
{file = "scipy-1.8.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:92b2c2af4183ed09afb595709a8ef5783b2baf7f41e26ece24e1329c109691a7"},
|
|
{file = "scipy-1.8.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a279e27c7f4566ef18bab1b1e2c37d168e365080974758d107e7d237d3f0f484"},
|
|
{file = "scipy-1.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ad5be4039147c808e64f99c0e8a9641eb5d2fa079ff5894dcd8240e94e347af4"},
|
|
{file = "scipy-1.8.0-cp38-cp38-win32.whl", hash = "sha256:3d9dd6c8b93a22bf9a3a52d1327aca7e092b1299fb3afc4f89e8eba381be7b59"},
|
|
{file = "scipy-1.8.0-cp38-cp38-win_amd64.whl", hash = "sha256:5e73343c5e0d413c1f937302b2e04fb07872f5843041bcfd50699aef6e95e399"},
|
|
{file = "scipy-1.8.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:de2e80ee1d925984c2504812a310841c241791c5279352be4707cdcd7c255039"},
|
|
{file = "scipy-1.8.0-cp39-cp39-macosx_12_0_arm64.whl", hash = "sha256:c2bae431d127bf0b1da81fc24e4bba0a84d058e3a96b9dd6475dfcb3c5e8761e"},
|
|
{file = "scipy-1.8.0-cp39-cp39-macosx_12_0_universal2.macosx_10_9_x86_64.whl", hash = "sha256:723b9f878095ed994756fa4ee3060c450e2db0139c5ba248ee3f9628bd64e735"},
|
|
{file = "scipy-1.8.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:011d4386b53b933142f58a652aa0f149c9b9242abd4f900b9f4ea5fbafc86b89"},
|
|
{file = "scipy-1.8.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e6f0cd9c0bd374ef834ee1e0f0999678d49dcc400ea6209113d81528958f97c7"},
|
|
{file = "scipy-1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f3720d0124aced49f6f2198a6900304411dbbeed12f56951d7c66ebef05e3df6"},
|
|
{file = "scipy-1.8.0-cp39-cp39-win32.whl", hash = "sha256:3d573228c10a3a8c32b9037be982e6440e411b443a6267b067cac72f690b8d56"},
|
|
{file = "scipy-1.8.0-cp39-cp39-win_amd64.whl", hash = "sha256:bb7088e89cd751acf66195d2f00cf009a1ea113f3019664032d9075b1e727b6c"},
|
|
{file = "scipy-1.8.0.tar.gz", hash = "sha256:31d4f2d6b724bc9a98e527b5849b8a7e589bf1ea630c33aa563eda912c9ff0bd"},
|
|
]
|
|
tomli = [
|
|
{file = "tomli-1.2.3-py3-none-any.whl", hash = "sha256:e3069e4be3ead9668e21cb9b074cd948f7b3113fd9c8bba083f48247aab8b11c"},
|
|
{file = "tomli-1.2.3.tar.gz", hash = "sha256:05b6166bff487dc068d322585c7ea4ef78deed501cc124060e0f238e89a9231f"},
|
|
]
|
|
typing-extensions = [
|
|
{file = "typing_extensions-4.2.0-py3-none-any.whl", hash = "sha256:6657594ee297170d19f67d55c05852a874e7eb634f4f753dbd667855e07c1708"},
|
|
{file = "typing_extensions-4.2.0.tar.gz", hash = "sha256:f1c24655a0da0d1b67f07e17a5e6b2a105894e6824b92096378bb3668ef02376"},
|
|
]
|