{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: C", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Topic :: Scientific/Engineering" ], "description": "# scikit-image: Image processing in Python\n[![Image.sc forum](https://img.shields.io/badge/dynamic/json.svg?label=forum&url=https%3A%2F%2Fforum.image.sc%2Ftags%2Fscikit-image.json&query=%24.topic_list.tags.0.topic_count&colorB=brightgreen&suffix=%20topics&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABPklEQVR42m3SyyqFURTA8Y2BER0TDyExZ+aSPIKUlPIITFzKeQWXwhBlQrmFgUzMMFLKZeguBu5y+//17dP3nc5vuPdee6299gohUYYaDGOyyACq4JmQVoFujOMR77hNfOAGM+hBOQqB9TjHD36xhAa04RCuuXeKOvwHVWIKL9jCK2bRiV284QgL8MwEjAneeo9VNOEaBhzALGtoRy02cIcWhE34jj5YxgW+E5Z4iTPkMYpPLCNY3hdOYEfNbKYdmNngZ1jyEzw7h7AIb3fRTQ95OAZ6yQpGYHMMtOTgouktYwxuXsHgWLLl+4x++Kx1FJrjLTagA77bTPvYgw1rRqY56e+w7GNYsqX6JfPwi7aR+Y5SA+BXtKIRfkfJAYgj14tpOF6+I46c4/cAM3UhM3JxyKsxiOIhH0IO6SH/A1Kb1WBeUjbkAAAAAElFTkSuQmCC)](https://forum.image.sc/tags/scikit-image)\n[![Stackoverflow](https://img.shields.io/badge/stackoverflow-Ask%20questions-blue.svg)](https://stackoverflow.com/questions/tagged/scikit-image)\n[![project chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://skimage.zulipchat.com)\n[![codecov.io](https://codecov.io/github/scikit-image/scikit-image/coverage.svg?branch=main)](https://codecov.io/github/scikit-image/scikit-image?branch=main)\n\n- **Website (including documentation):** [https://scikit-image.org/](https://scikit-image.org)\n- **User forum:** [https://forum.image.sc/tag/scikit-image](https://forum.image.sc/tag/scikit-image)\n- **Developer forum:** [https://discuss.scientific-python.org/c/contributor/skimage](https://discuss.scientific-python.org/c/contributor/skimage)\n- **Source:** [https://github.com/scikit-image/scikit-image](https://github.com/scikit-image/scikit-image)\n- **Benchmarks:** [https://pandas.pydata.org/speed/scikit-image/](https://pandas.pydata.org/speed/scikit-image/)\n\n## Installation from binaries\n\n- **Debian/Ubuntu:** ``sudo apt-get install python-skimage``\n- **OSX:** ``pip install scikit-image``\n- **Anaconda:** ``conda install -c conda-forge scikit-image``\n- **Windows:** Download [Windows binaries](http://www.lfd.uci.edu/~gohlke/pythonlibs/#scikit-image)\n\nAlso see [installing ``scikit-image``](INSTALL.rst).\n\n## Installation from source\n\nInstall dependencies using:\n\n```\npip install -r requirements.txt\n```\n\nThen, install scikit-image using:\n\n```\n$ pip install .\n```\n\nIf you plan to develop the package, you may run it directly from source:\n\n```\n$ pip install -e . # Do this once to add package to Python path\n```\n\nEvery time you modify Cython files, also run:\n\n```\n$ python setup.py build_ext -i # Build binary extensions\n```\n\n## License (Modified BSD)\n\nCopyright (C) 2011, the scikit-image team\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n 1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n 2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in\n the documentation and/or other materials provided with the\n distribution.\n 3. Neither the name of skimage nor the names of its contributors may be\n used to endorse or promote products derived from this software without\n specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR\nIMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,\nINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\nHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\nSTRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING\nIN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGE.\n\n## Citation\n\nIf you find this project useful, please cite:\n\n> St\u00e9fan van der Walt, Johannes L. Sch\u00f6nberger, Juan Nunez-Iglesias,\n> Fran\u00e7ois Boulogne, Joshua D. Warner, Neil Yager, Emmanuelle\n> Gouillart, Tony Yu, and the scikit-image contributors.\n> *scikit-image: Image processing in Python*. PeerJ 2:e453 (2014)\n> https://doi.org/10.7717/peerj.453\n\n\n", "description_content_type": "text/markdown", "docs_url": "https://pythonhosted.org/scikit-image/", "download_url": "https://scikit-image.org/docs/stable/install.html", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://scikit-image.org", "keywords": "", "license": "Modified BSD", "maintainer": "Stefan van der Walt", "maintainer_email": "stefan@sun.ac.za", "name": "scikit-image", "package_url": "https://pypi.org/project/scikit-image/", "platform": "", "project_url": "https://pypi.org/project/scikit-image/", "project_urls": { "Bug Tracker": "https://github.com/scikit-image/scikit-image/issues", "Documentation": "https://scikit-image.org/docs/stable/", "Download": "https://scikit-image.org/docs/stable/install.html", "Homepage": "https://scikit-image.org", "Source Code": "https://github.com/scikit-image/scikit-image" }, "release_url": "https://pypi.org/project/scikit-image/0.19.2/", "requires_dist": [ "numpy (>=1.17.0)", "scipy (>=1.4.1)", "networkx (>=2.2)", "pillow (!=7.1.0,!=7.1.1,!=8.3.0,>=6.1.0)", "imageio (>=2.4.1)", "tifffile (>=2019.7.26)", "PyWavelets (>=1.1.1)", "packaging (>=20.0)", "pooch (>=1.3.0) ; extra == 'data'", "sphinx (>=1.8) ; extra == 'docs'", "sphinx-gallery (>=0.10.1) ; extra == 'docs'", "numpydoc (>=1.0) ; extra == 'docs'", "sphinx-copybutton ; extra == 'docs'", "pytest-runner ; extra == 'docs'", "scikit-learn ; extra == 'docs'", "matplotlib (>=3.3) ; extra == 'docs'", "dask[array] (!=2.17.0,>=0.15.0) ; extra == 'docs'", "cloudpickle (>=0.2.1) ; extra == 'docs'", "pandas (>=0.23.0) ; extra == 'docs'", "seaborn (>=0.7.1) ; extra == 'docs'", "pooch (>=1.3.0) ; extra == 'docs'", "tifffile (>=2020.5.30) ; extra == 'docs'", "myst-parser ; extra == 'docs'", "ipywidgets ; extra == 'docs'", "plotly (>=4.14.0) ; extra == 'docs'", "kaleido ; extra == 'docs'", "SimpleITK ; extra == 'optional'", "astropy (>=3.1.2) ; extra == 'optional'", "cloudpickle (>=0.2.1) ; extra == 'optional'", "dask[array] (!=2.17.0,>=1.0.0) ; extra == 'optional'", "matplotlib (>=3.0.3) ; extra == 'optional'", "pooch (>=1.3.0) ; extra == 'optional'", "pyamg ; extra == 'optional'", "qtpy ; extra == 'optional'", "asv ; extra == 'test'", "codecov ; extra == 'test'", "flake8 ; extra == 'test'", "matplotlib (>=3.0.3) ; extra == 'test'", "pooch (>=1.3.0) ; extra == 'test'", "pytest (>=5.2.0) ; extra == 'test'", "pytest-cov (>=2.7.0) ; extra == 'test'", "pytest-localserver ; extra == 'test'", "pytest-faulthandler ; extra == 'test'" ], "requires_python": ">=3.7", "summary": "Image processing in Python", "version": "0.19.2", "yanked": false, "yanked_reason": null }, "last_serial": 12924412, "releases": { "0.10.0": [ { "comment_text": "", "digests": { "md5": "ca9db78b348bcd22a70c3e1a192dc4b2", "sha256": "7ec90217c10411e877835c290711168715badb1203c3e69d15377080459fb25a" }, "downloads": -1, "filename": "scikit_image-0.10.0-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "ca9db78b348bcd22a70c3e1a192dc4b2", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 19051997, "upload_time": "2014-06-02T20:59:26", "upload_time_iso_8601": "2014-06-02T20:59:26.384722Z", "url": "https://files.pythonhosted.org/packages/7c/b6/b7ba199c2140264295d6c3f1fcf3c53d07c45f1eb8b9c6ff921ebb289433/scikit_image-0.10.0-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c5e18aa27c2d2cac71a67cd4f8419bf6", "sha256": "ee634de1d3972cbacf4dfdc0afe80c286e094703cd7f5d0a01d6c036ffb83080" }, "downloads": -1, "filename": "scikit_image-0.10.0-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "c5e18aa27c2d2cac71a67cd4f8419bf6", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 18525312, "upload_time": "2014-06-13T17:50:46", "upload_time_iso_8601": "2014-06-13T17:50:46.790598Z", "url": "https://files.pythonhosted.org/packages/49/1b/72e9614fa55d873223d2011723c7b1af3a07fdb8f952f1fb7abeb803e89b/scikit_image-0.10.0-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a5ffb7abbbed7ac79180a5af262a7424", "sha256": "e6578a2ffa1a454ad69e4de801808b989322e5221e3c620e60fb4e59939d449e" }, "downloads": -1, "filename": "scikit_image-0.10.0-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "a5ffb7abbbed7ac79180a5af262a7424", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 18534937, "upload_time": "2014-06-13T17:51:23", "upload_time_iso_8601": "2014-06-13T17:51:23.620884Z", "url": "https://files.pythonhosted.org/packages/4e/9e/e4d0bc5c6e87274ce8357fc218aa7022a35685b1076a6188d28466790667/scikit_image-0.10.0-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "36173c5fb5a1b35add32f339c5cc4a1e", "sha256": "83995570f11654b47d0a0d50ae8b4d11a0de97a44ae195a4c04ba4f10b9dd7f8" }, "downloads": -1, "filename": "scikit-image-0.10.0.tar.gz", "has_sig": false, "md5_digest": "36173c5fb5a1b35add32f339c5cc4a1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9084596, "upload_time": "2014-05-28T01:44:00", "upload_time_iso_8601": "2014-05-28T01:44:00.847991Z", "url": "https://files.pythonhosted.org/packages/0a/de/7215ae67b3935906ad4e3cc4b384c9b7c0cdc1d5b3a0d71b1b2ac73e9495/scikit-image-0.10.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.10.1": [ { "comment_text": "", "digests": { "md5": "823f459f34bb30a21fa942e54044f92b", "sha256": "08e30887c06882a87330a64fa318b337911fbb0b9175f97e4785b43c97997003" }, "downloads": -1, "filename": "scikit_image-0.10.1-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "823f459f34bb30a21fa942e54044f92b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 18983790, "upload_time": "2014-11-27T00:52:30", "upload_time_iso_8601": "2014-11-27T00:52:30.388589Z", "url": "https://files.pythonhosted.org/packages/0f/fc/d8ce8e914b411867930bca782e6ed6fe174c8a7207c88bbd0177164963be/scikit_image-0.10.1-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "18978e0ce3d1e3c9890029cac7a6c6c1", "sha256": "58b8988adce54f057ed41c6b31c72b78fdc561364b44cc6dc148561268fa6426" }, "downloads": -1, "filename": "scikit_image-0.10.1-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "18978e0ce3d1e3c9890029cac7a6c6c1", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 18958731, "upload_time": "2014-07-01T14:35:08", "upload_time_iso_8601": "2014-07-01T14:35:08.870429Z", "url": "https://files.pythonhosted.org/packages/2e/4e/6d5755a432acbd41f264edfef57652af4c0e8f855980050754adaf2f7249/scikit_image-0.10.1-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "49c057345da07bea8a61758b9aedbc5e", "sha256": "c769be763b276ccc708204fd7ce60ec42c5b6c498dcf9f830780c16b5732e933" }, "downloads": -1, "filename": "scikit_image-0.10.1-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "49c057345da07bea8a61758b9aedbc5e", "packagetype": "bdist_wheel", "python_version": "cp33", "requires_python": null, "size": 18531243, "upload_time": "2014-11-27T00:52:37", "upload_time_iso_8601": "2014-11-27T00:52:37.251686Z", "url": "https://files.pythonhosted.org/packages/f0/6c/f57030ef932b3956ba8798f05063345a8a027c94913e550fd9e9f038a26a/scikit_image-0.10.1-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a0b9ea30c3045d3cca605cccee17770e", "sha256": "f2278448069ba998f7ae67e35b5c9e2f04ebb514ce400524690d744774136052" }, "downloads": -1, "filename": "scikit_image-0.10.1-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "a0b9ea30c3045d3cca605cccee17770e", "packagetype": "bdist_wheel", "python_version": "cp33", "requires_python": null, "size": 18604940, "upload_time": "2014-07-01T14:35:14", "upload_time_iso_8601": "2014-07-01T14:35:14.235775Z", "url": "https://files.pythonhosted.org/packages/dd/44/7003b26f0ca687d7e3569ab65b32cbf2c45361f6156002c4398ea81e17a2/scikit_image-0.10.1-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9f7ee8c0606d631c41fe230d0d51a1af", "sha256": "df8b2a3789b4dee95b546aaa39468332ed252ab640d05615f6bd6e97cc86d387" }, "downloads": -1, "filename": "scikit_image-0.10.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "9f7ee8c0606d631c41fe230d0d51a1af", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 18552877, "upload_time": "2014-11-27T00:52:43", "upload_time_iso_8601": "2014-11-27T00:52:43.718496Z", "url": "https://files.pythonhosted.org/packages/dd/95/39fdaa6a9c6776e2a72cbf7e57baf6359270b8d6172571cf0b96c27405e0/scikit_image-0.10.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6ac996e8a13a8f4521aafc3d22cbbf12", "sha256": "a70566135f730d595a752f11dd7e2d64e0b477c9020a3e550632313d9415bc6b" }, "downloads": -1, "filename": "scikit_image-0.10.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "6ac996e8a13a8f4521aafc3d22cbbf12", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 18606674, "upload_time": "2014-07-01T14:35:18", "upload_time_iso_8601": "2014-07-01T14:35:18.803103Z", "url": "https://files.pythonhosted.org/packages/ad/57/88a02d0a050648c55209cecefcc3a2b56d522e2dfef6f53eba73eaf6c82d/scikit_image-0.10.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ee48bdd23933272ee4906980515e8b54", "sha256": "83a1afcc16df75ff27237f84841a95c8f65c4e19ffd64849faa540aab48a5ab7" }, "downloads": -1, "filename": "scikit-image-0.10.1.tar.gz", "has_sig": false, "md5_digest": "ee48bdd23933272ee4906980515e8b54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16740044, "upload_time": "2014-06-30T21:25:45", "upload_time_iso_8601": "2014-06-30T21:25:45.846692Z", "url": "https://files.pythonhosted.org/packages/df/26/e87ebb6c083d8c647478ac2a0e2bef59f8543bd01e35888590a9457d0a5b/scikit-image-0.10.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.11.2": [ { "comment_text": "", "digests": { "md5": "696a83c5102822919540e563ad979d5e", "sha256": "4c5535e0bdb73be99dc9bef3ac2cb34326b39bd9afa2a6b8f1636cd1557be37c" }, "downloads": -1, "filename": "scikit_image-0.11.2-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "696a83c5102822919540e563ad979d5e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 20675609, "upload_time": "2015-03-05T22:30:58", "upload_time_iso_8601": "2015-03-05T22:30:58.178224Z", "url": "https://files.pythonhosted.org/packages/cb/a6/c5743260f3c3f46dadf2cf1b9dd7b925d168bd151a26982ba28bdb9541d1/scikit_image-0.11.2-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "45c684d7442dfc173d3f85b50ab9120b", "sha256": "78fc717e4792340ee74a5d789893a0235f3f761286f721b072b70e14614c2651" }, "downloads": -1, "filename": "scikit_image-0.11.2-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "45c684d7442dfc173d3f85b50ab9120b", "packagetype": "bdist_wheel", "python_version": "cp33", "requires_python": null, "size": 20332003, "upload_time": "2015-03-05T22:31:14", "upload_time_iso_8601": "2015-03-05T22:31:14.466352Z", "url": "https://files.pythonhosted.org/packages/e8/cc/a65a66bb70f68c9453f3390d8f756100b793b3fd0bd1dbc8c0c8d0bea2ba/scikit_image-0.11.2-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "78e92f8f0cd49a297bddeff1bcd28f24", "sha256": "84d18286991aba57d4c114c90e92dcfe875c1cb73ab1e0e884ebeda3b7de1aa0" }, "downloads": -1, "filename": "scikit_image-0.11.2-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "78e92f8f0cd49a297bddeff1bcd28f24", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 20336068, "upload_time": "2015-03-05T22:31:31", "upload_time_iso_8601": "2015-03-05T22:31:31.459065Z", "url": "https://files.pythonhosted.org/packages/18/e8/39fbaac1273255e65f814469b03680de9054be1c036c3a984881ec777af5/scikit_image-0.11.2-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9a2118cc4d18c038a7d22e3ce0141309", "sha256": "d47be27d9e833ac50aadb52390c6b41792e33e1544ebdf6b449e604cbe09c712" }, "downloads": -1, "filename": "scikit-image-0.11.2.tar.gz", "has_sig": false, "md5_digest": "9a2118cc4d18c038a7d22e3ce0141309", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18595643, "upload_time": "2015-03-05T20:01:54", "upload_time_iso_8601": "2015-03-05T20:01:54.117232Z", "url": "https://files.pythonhosted.org/packages/8f/c1/4fd04874e26bbf277f9c309ae7cd8de3bc22c28fbd0d8d854c7721204204/scikit-image-0.11.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.11.3": [ { "comment_text": "", "digests": { "md5": "97cc6ddaaaa737581a992b5ff8da2a03", "sha256": "b20dc489c5921bed8aa6a823e8637dfea5e07f4e06ea93c729fb9e91a4726244" }, "downloads": -1, "filename": "scikit_image-0.11.3-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "97cc6ddaaaa737581a992b5ff8da2a03", "packagetype": "bdist_wheel", "python_version": "image/tools/scikit_image", "requires_python": null, "size": 20686936, "upload_time": "2015-04-01T23:55:06", "upload_time_iso_8601": "2015-04-01T23:55:06.708540Z", "url": "https://files.pythonhosted.org/packages/42/bb/a2e52b8cc31e4ec6b7876d8d321e41789f8ae20ed6f9c58a764a17e2a4a0/scikit_image-0.11.3-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "58ab495be5e9302c1e5dd4cc509289b1", "sha256": "e5c1f33eace1fd0aaab3a4bbeb4a48b587d4b5c68325049d4c04d7a43911316f" }, "downloads": -1, "filename": "scikit_image-0.11.3-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "58ab495be5e9302c1e5dd4cc509289b1", "packagetype": "bdist_wheel", "python_version": "image/tools/scikit_image", "requires_python": null, "size": 20332905, "upload_time": "2015-04-01T23:55:16", "upload_time_iso_8601": "2015-04-01T23:55:16.271247Z", "url": "https://files.pythonhosted.org/packages/c7/ac/ba6a9ff434d2132c1bdd6cb81507153f9b34cdbe9424f08422d588fc6d50/scikit_image-0.11.3-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "29aa6d2c7471b402cb41bbe137fbc090", "sha256": "958377dcc6d2d8527b88daa3cf07d32b36bce1311dc2c95e0057ed168f5135dc" }, "downloads": -1, "filename": "scikit_image-0.11.3-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "29aa6d2c7471b402cb41bbe137fbc090", "packagetype": "bdist_wheel", "python_version": "image/tools/scikit_image", "requires_python": null, "size": 20350906, "upload_time": "2015-04-01T23:55:25", "upload_time_iso_8601": "2015-04-01T23:55:25.562485Z", "url": "https://files.pythonhosted.org/packages/b5/5d/10a952ee6c087b5667813080f8dfac737f9ada23a2ec26343f8fa6c4ad14/scikit_image-0.11.3-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "92ed9b165ba56de250241b8ae2f78366", "sha256": "53c11b6f9552c982a4a7436a29619e549f7cffee9ac44fa950383a4f29441a26" }, "downloads": -1, "filename": "scikit_image-0.11.3-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "92ed9b165ba56de250241b8ae2f78366", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 19834627, "upload_time": "2015-10-02T21:33:03", "upload_time_iso_8601": "2015-10-02T21:33:03.226558Z", "url": "https://files.pythonhosted.org/packages/e3/73/416dc9380cfce0828ab4eb2de964473fef07f062dc108001e727ff8343d7/scikit_image-0.11.3-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5cd60fe78adbe30254a87081f12500f9", "sha256": "768e568f3299966c294b7eb8cd114fc648f7bfaef422ee9cc750dd8d9d09e44b" }, "downloads": -1, "filename": "scikit-image-0.11.3.tar.gz", "has_sig": false, "md5_digest": "5cd60fe78adbe30254a87081f12500f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18589296, "upload_time": "2015-04-01T08:32:15", "upload_time_iso_8601": "2015-04-01T08:32:15.321793Z", "url": "https://files.pythonhosted.org/packages/02/67/7f44f79b981413d72ffe505c3fa06f9d0c20a2ad944503bf7395deb7930d/scikit-image-0.11.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.0": [ { "comment_text": "", "digests": { "md5": "1c0af6e2d96c4ed1a249461343df1011", "sha256": "441e864d7327204d2d633d9b63e75a29fcba8ef36264d719ed5bb7aa1d2c81ab" }, "downloads": -1, "filename": "scikit-image-0.12.0.tar.gz", "has_sig": false, "md5_digest": "1c0af6e2d96c4ed1a249461343df1011", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22463821, "upload_time": "2016-03-07T02:03:37", "upload_time_iso_8601": "2016-03-07T02:03:37.676867Z", "url": "https://files.pythonhosted.org/packages/62/ee/6873169dc56873d0f7d4f1ff7a6606bbda298a1ec394de94421722d75af3/scikit-image-0.12.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.1": [ { "comment_text": "", "digests": { "md5": "6c34eeee05e272fb8db88d202fa27f08", "sha256": "ae1ecc557c74b62d1f7a23d1204a46c760ea9f652db1302449b6a63630520056" }, "downloads": -1, "filename": "scikit-image-0.12.1.tar.gz", "has_sig": false, "md5_digest": "6c34eeee05e272fb8db88d202fa27f08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22475306, "upload_time": "2016-03-07T09:46:32", "upload_time_iso_8601": "2016-03-07T09:46:32.054169Z", "url": "https://files.pythonhosted.org/packages/4f/ff/b3da731252c1250ddf1db011e74450bb2fc11c85757ce19c3b2316031637/scikit-image-0.12.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.2": [ { "comment_text": "", "digests": { "md5": "4916f47c73235486d11493936cbc067b", "sha256": "c8f31cb6bccbb5c43d531cf229ca53740237d2615249deeec74a802438d12c38" }, "downloads": -1, "filename": "scikit-image-0.12.2.tar.gz", "has_sig": false, "md5_digest": "4916f47c73235486d11493936cbc067b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20600432, "upload_time": "2016-03-07T20:40:54", "upload_time_iso_8601": "2016-03-07T20:40:54.210649Z", "url": "https://files.pythonhosted.org/packages/a4/52/b14e49a77cd803523e457cba17779e06bb76260c27f9d14627b392a75c46/scikit-image-0.12.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.12.3": [ { "comment_text": "", "digests": { "md5": "e5a6749967077456f027321687431b6f", "sha256": "7668a23e7158d4b650989def6a52621f4ea5ef199f9149e5176618f48947cecf" }, "downloads": -1, "filename": "scikit_image-0.12.3-1-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "e5a6749967077456f027321687431b6f", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 28154679, "upload_time": "2016-07-27T23:35:28", "upload_time_iso_8601": "2016-07-27T23:35:28.467529Z", "url": "https://files.pythonhosted.org/packages/51/af/5130f0b79d714efe0b84d1d1ed30033c4bec9aa7b768b4c37d111fb20e42/scikit_image-0.12.3-1-cp27-cp27m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6dc1da90d18da7f33c649c0f855a5b0e", "sha256": "7848a9777375980c05a7ba0f4307eaf4ce78de2f2d188e765b86baeb18ae897b" }, "downloads": -1, "filename": "scikit_image-0.12.3-1-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "6dc1da90d18da7f33c649c0f855a5b0e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 28168332, "upload_time": "2016-07-27T23:35:37", "upload_time_iso_8601": "2016-07-27T23:35:37.364202Z", "url": "https://files.pythonhosted.org/packages/32/b0/d1e2c4a95747542f03338bd65e403a5a2dcbffb782a0d66d8fd73cd6ff82/scikit_image-0.12.3-1-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "09d475ad11de0c93521a803f059e74ba", "sha256": "01f2a7a17b6f22256f572983a61fb06585225ca684a5e1444b47ecc60c6d7a74" }, "downloads": -1, "filename": "scikit_image-0.12.3-1-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "09d475ad11de0c93521a803f059e74ba", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 28336977, "upload_time": "2016-07-27T23:36:01", "upload_time_iso_8601": "2016-07-27T23:36:01.928405Z", "url": "https://files.pythonhosted.org/packages/39/e6/a6b01f9ed9b469e88291cc5a1564e55f994b8b613fb106b8b9393896bd71/scikit_image-0.12.3-1-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5acb374a372c9d09b7b828ab77184038", "sha256": "dc0f53096fb8a8e64f24873f538d8260ee795ab80dcaf154936c6fcd8ac40705" }, "downloads": -1, "filename": "scikit_image-0.12.3-1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "5acb374a372c9d09b7b828ab77184038", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 28166477, "upload_time": "2016-07-27T23:36:09", "upload_time_iso_8601": "2016-07-27T23:36:09.111968Z", "url": "https://files.pythonhosted.org/packages/8f/a4/a1779ab0d88186ab2ad607d4ee47d15595548101460fb0036406d2a90c7c/scikit_image-0.12.3-1-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f60fcf9d9587fe49a3834efcec35d788", "sha256": "1f29be7765f1b80ee784bca40d032db62322cf12df7812f000b8fbc612b4e314" }, "downloads": -1, "filename": "scikit_image-0.12.3-cp26-cp26mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f60fcf9d9587fe49a3834efcec35d788", "packagetype": "bdist_wheel", "python_version": "cp26", "requires_python": null, "size": 27861306, "upload_time": "2016-04-05T02:23:27", "upload_time_iso_8601": "2016-04-05T02:23:27.502447Z", "url": "https://files.pythonhosted.org/packages/79/84/f81a1659901c0da61aae6efaad2f08d6790a7218d342145bad9dc2445685/scikit_image-0.12.3-cp26-cp26mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a0696da9ca68c7382e658844f34a0595", "sha256": "6855deffd9d0a72d3ee8fcb9d14490d0c7c1e45e3a79bdba082b6a62934820ff" }, "downloads": -1, "filename": "scikit_image-0.12.3-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "a0696da9ca68c7382e658844f34a0595", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 22181105, "upload_time": "2016-03-10T23:21:35", "upload_time_iso_8601": "2016-03-10T23:21:35.248381Z", "url": "https://files.pythonhosted.org/packages/83/41/c8c4217c8f8e2854d87e0c001141d7ad23a61ae762aa27cdb1dd8a3c0b73/scikit_image-0.12.3-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "60de582cc8d144bd2941f7619ffd7559", "sha256": "b0b0b1305fa7364e6dc94906124945b1c8d83777f5d5d18071dc9e306c58b565" }, "downloads": -1, "filename": "scikit_image-0.12.3-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "60de582cc8d144bd2941f7619ffd7559", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 27956792, "upload_time": "2016-03-12T01:20:03", "upload_time_iso_8601": "2016-03-12T01:20:03.370263Z", "url": "https://files.pythonhosted.org/packages/9d/f8/7f1f3d07d8d78536abff87a49a4ee092baf250cba60185157895d5b926cc/scikit_image-0.12.3-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c4216ba5e755e64d7b51b98b7a686a82", "sha256": "0d2bf728fa360f6e85bfd2b0f7384ce6d59ce069cfbbfc1bd725a506d3eebaec" }, "downloads": -1, "filename": "scikit_image-0.12.3-cp33-cp33m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c4216ba5e755e64d7b51b98b7a686a82", "packagetype": "bdist_wheel", "python_version": "cp33", "requires_python": null, "size": 27305530, "upload_time": "2016-04-05T02:24:29", "upload_time_iso_8601": "2016-04-05T02:24:29.004675Z", "url": "https://files.pythonhosted.org/packages/66/20/0f7ca2dc4e7f8d99f4187c58890610f0c4110e9c1b86141c9fd0fe79a850/scikit_image-0.12.3-cp33-cp33m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c30ae2e687ce195f97765e81aa0a8a54", "sha256": "1eb7d77aa40901dff2db4036652b4856d22f40300d9daa0053b7f536451a433a" }, "downloads": -1, "filename": "scikit_image-0.12.3-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "c30ae2e687ce195f97765e81aa0a8a54", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 21860019, "upload_time": "2016-03-10T23:22:02", "upload_time_iso_8601": "2016-03-10T23:22:02.054024Z", "url": "https://files.pythonhosted.org/packages/1a/02/8973417f3aa25bcf28607cfae8284bdba2d6e3e37432c66ea0f15e7ffe3a/scikit_image-0.12.3-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3039240716d0f01b3f97ad2a1d2ef2cb", "sha256": "d42f0113f837265fe133cd8c008cf6620be359342b2f1320637d170057b9a627" }, "downloads": -1, "filename": "scikit_image-0.12.3-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "3039240716d0f01b3f97ad2a1d2ef2cb", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 28089567, "upload_time": "2016-04-05T02:24:57", "upload_time_iso_8601": "2016-04-05T02:24:57.531242Z", "url": "https://files.pythonhosted.org/packages/9d/9f/9a9cde1f127626097017d8070ebcf377efb3d1b34aa9db26c6699f4b45d2/scikit_image-0.12.3-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "28c3a5e694ba843854c30e5f3e41628d", "sha256": "9c79c6f056b8176661dcf72925211d91c9e842fc4a04a9e21efa46aa5fe1ecc9" }, "downloads": -1, "filename": "scikit_image-0.12.3-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "28c3a5e694ba843854c30e5f3e41628d", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 21861811, "upload_time": "2016-03-10T23:22:14", "upload_time_iso_8601": "2016-03-10T23:22:14.620351Z", "url": "https://files.pythonhosted.org/packages/fb/8e/2df4e016098b8dc6467dd425e2d78484d423aad195aabd7bb318c0b743fe/scikit_image-0.12.3-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "225e953538d04452f625695990e90ac2", "sha256": "e8b92e126373901a940f1c12fe6b8cda866623274e30ebf3421a3c82c7c534e5" }, "downloads": -1, "filename": "scikit_image-0.12.3-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "225e953538d04452f625695990e90ac2", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 27931963, "upload_time": "2016-03-10T01:00:33", "upload_time_iso_8601": "2016-03-10T01:00:33.046161Z", "url": "https://files.pythonhosted.org/packages/77/0b/f7cb800916a20f7363d028b623d244a4d13694c4540bd575248794560edf/scikit_image-0.12.3-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "04ea833383e0b6ad5f65da21292c25e1", "sha256": "82da192f0e524701e89c5379c79200bc6dc21373f48bf7778a864c583897d7c7" }, "downloads": -1, "filename": "scikit-image-0.12.3.tar.gz", "has_sig": false, "md5_digest": "04ea833383e0b6ad5f65da21292c25e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20701373, "upload_time": "2016-03-08T09:32:38", "upload_time_iso_8601": "2016-03-08T09:32:38.827000Z", "url": "https://files.pythonhosted.org/packages/86/d0/b0192dc9a544da90f2d9150bcd84b981c6873e42a1f752b6affb89180ad8/scikit-image-0.12.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.0": [ { "comment_text": "", "digests": { "md5": "afbfb4b4f5b1ce05bcaee50d7a8d8e46", "sha256": "5427094484d8ce3fff46c3a236a45503e3bd8f4d7fd0c80dd60669bf59aedb96" }, "downloads": -1, "filename": "scikit_image-0.13.0-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "afbfb4b4f5b1ce05bcaee50d7a8d8e46", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 28082995, "upload_time": "2017-03-29T15:06:44", "upload_time_iso_8601": "2017-03-29T15:06:44.870872Z", "url": "https://files.pythonhosted.org/packages/65/69/27a1d55ce8f77c8ac757938707105b1070ff4f2ae47d2dc99461bfae4491/scikit_image-0.13.0-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7eb1d73e02f9b709bb21a6241ad3743a", "sha256": "076d016d63bc7b9e80f94935bee06df0db08f5439d8fdc8fcc1de7993363ea26" }, "downloads": -1, "filename": "scikit_image-0.13.0-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "7eb1d73e02f9b709bb21a6241ad3743a", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 33732541, "upload_time": "2017-03-29T15:54:35", "upload_time_iso_8601": "2017-03-29T15:54:35.711589Z", "url": "https://files.pythonhosted.org/packages/7d/72/62b7f3a3120d8d3e9d9b95031b4096e310ea35b3b56c3d0640633e32dd48/scikit_image-0.13.0-cp27-cp27m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6356f0d4259047c8786b3bb18e2ab799", "sha256": "6db6131a8690593998b794b3658e39673b74f8a5c2bf9cd609cf99f9cf4e0ad4" }, "downloads": -1, "filename": "scikit_image-0.13.0-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6356f0d4259047c8786b3bb18e2ab799", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 33743472, "upload_time": "2017-03-29T15:55:07", "upload_time_iso_8601": "2017-03-29T15:55:07.041237Z", "url": "https://files.pythonhosted.org/packages/39/fa/075d919343ce28219600c05cf3b4494fc5b8b5628c4ad9ba00de75e4c0a7/scikit_image-0.13.0-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9726b3468946cc48db154654210d9afe", "sha256": "d77b3f7a0ac714de4f7a5b8c28e1bf41ba886253fbfc6c5db7f992264be16ce6" }, "downloads": -1, "filename": "scikit_image-0.13.0-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "9726b3468946cc48db154654210d9afe", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 27685804, "upload_time": "2017-03-29T15:07:18", "upload_time_iso_8601": "2017-03-29T15:07:18.642505Z", "url": "https://files.pythonhosted.org/packages/0b/c5/e1da9b0429192ae69cc6730393d6acbc01cb33e8d9f07fbbeea6cff9bbda/scikit_image-0.13.0-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "22a33b1961a3fc47ef64e884214dc2e9", "sha256": "f8612d2d1dd66461791da6a80fa27e0cbced1790fa4e32555db785aed4892f81" }, "downloads": -1, "filename": "scikit_image-0.13.0-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "22a33b1961a3fc47ef64e884214dc2e9", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 34001576, "upload_time": "2017-03-29T15:55:54", "upload_time_iso_8601": "2017-03-29T15:55:54.791866Z", "url": "https://files.pythonhosted.org/packages/5d/bd/145c7cd40748a4fbd85d9af86226c3cde0bb1a4c9d52af2ae46373f5178c/scikit_image-0.13.0-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "72f262e384ef3be9ed9c485448c81583", "sha256": "f39700c8e859939740887435ad61b84e53894c4877f3bd94af97a335a556066b" }, "downloads": -1, "filename": "scikit_image-0.13.0-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "72f262e384ef3be9ed9c485448c81583", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 27690100, "upload_time": "2017-03-29T15:07:51", "upload_time_iso_8601": "2017-03-29T15:07:51.262984Z", "url": "https://files.pythonhosted.org/packages/f7/63/d45f9d5496327393f3d85434c9c362490f5a8b2be47b82b175ddc6c695cd/scikit_image-0.13.0-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "af0e17a8ecdea912e431a581ff894cb8", "sha256": "995a0d22f2b91ebd0a25a045fe291042254f88e41fff5202a702c0372b674ca5" }, "downloads": -1, "filename": "scikit_image-0.13.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "af0e17a8ecdea912e431a581ff894cb8", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 33805993, "upload_time": "2017-03-29T15:56:34", "upload_time_iso_8601": "2017-03-29T15:56:34.392569Z", "url": "https://files.pythonhosted.org/packages/cc/7b/f58254836be2e6858745198ac82b6bf4f8c8b65ff566e0bd65a9db8bde3c/scikit_image-0.13.0-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bfb1dcca2545d732f8eb3c504cbd5670", "sha256": "c3e7d08b7657323902930b80156a2f956f5ca9cfa3ddfc94699bf00c8e95ae0e" }, "downloads": -1, "filename": "scikit_image-0.13.0-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "bfb1dcca2545d732f8eb3c504cbd5670", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 27756755, "upload_time": "2017-03-29T15:08:26", "upload_time_iso_8601": "2017-03-29T15:08:26.584314Z", "url": "https://files.pythonhosted.org/packages/36/52/5393c62eb8b05c15ad822a3b11faee1b37eb373fd85a4d5e220a6c007f6a/scikit_image-0.13.0-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "35c1aa60262e639ed99302387090cf5a", "sha256": "4f444b402a47cd72f8cb6c199e77b3ebdfb42d84a7b7679054df3491b943cc1a" }, "downloads": -1, "filename": "scikit_image-0.13.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "35c1aa60262e639ed99302387090cf5a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 34020075, "upload_time": "2017-03-29T15:57:13", "upload_time_iso_8601": "2017-03-29T15:57:13.676619Z", "url": "https://files.pythonhosted.org/packages/0a/b5/bb9ade1f8c17495144f1b1e87eead3606ca7b348721a6cbac05db28d51ce/scikit_image-0.13.0-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c92b682ed77b568218423b7afe454996", "sha256": "77a636bdc08c7668a15951894548c527f0c8c5c2abc86cb850de17551af51e3e" }, "downloads": -1, "filename": "scikit-image-0.13.0.tar.gz", "has_sig": false, "md5_digest": "c92b682ed77b568218423b7afe454996", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26101533, "upload_time": "2017-03-29T15:58:24", "upload_time_iso_8601": "2017-03-29T15:58:24.816926Z", "url": "https://files.pythonhosted.org/packages/f0/a2/918366ba9095ed4c07646be903c795f375d978ee418136eecb0571559719/scikit-image-0.13.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.1": [ { "comment_text": "", "digests": { "md5": "3d3e0cc5b44c89aad6aaa427cc09626c", "sha256": "9fdef28d7f54411d80d37bbcede324c45abf44ee4b804f25e52c5967dfc2a00c" }, "downloads": -1, "filename": "scikit_image-0.13.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "3d3e0cc5b44c89aad6aaa427cc09626c", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 29284641, "upload_time": "2017-09-28T01:48:02", "upload_time_iso_8601": "2017-09-28T01:48:02.403002Z", "url": "https://files.pythonhosted.org/packages/26/5a/b95745a38ca32014f3604957a91f80d40a0aae9c6ea28a19048670be81b7/scikit_image-0.13.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5f3b9d49328d88285852407403c30fd7", "sha256": "b16e80c49bdd764d8e22e9a4edf741913c5b5b6c0918d8c8f266c2b5e385553e" }, "downloads": -1, "filename": "scikit_image-0.13.1-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "5f3b9d49328d88285852407403c30fd7", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 35189998, "upload_time": "2017-09-28T01:52:16", "upload_time_iso_8601": "2017-09-28T01:52:16.112949Z", "url": "https://files.pythonhosted.org/packages/0d/aa/0ba100a71ca302543a1fb40a6d23a1a98c39b64cda553f3850b2ec56b649/scikit_image-0.13.1-cp27-cp27m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5c99236eb0d8b0a5dce1b26bb05c06ec", "sha256": "944feb2920ac6a8fc63f05c4abc6811d6fd270b7b5a586cef37cb4ce65534355" }, "downloads": -1, "filename": "scikit_image-0.13.1-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "5c99236eb0d8b0a5dce1b26bb05c06ec", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 35204993, "upload_time": "2017-09-28T01:53:25", "upload_time_iso_8601": "2017-09-28T01:53:25.146057Z", "url": "https://files.pythonhosted.org/packages/d7/9a/41b2bbbb1e9abe24b7c6b6acc8377e47cd430d446e881dd8845feb03d8b3/scikit_image-0.13.1-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5f1a92e64ff0142ba900323f88f7225b", "sha256": "d109ffd1e2a314c6cb448d22e8a5fd0b8f39031faeeb38b63fbb104822f06d3a" }, "downloads": -1, "filename": "scikit_image-0.13.1-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "5f1a92e64ff0142ba900323f88f7225b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 23491142, "upload_time": "2018-03-25T20:41:30", "upload_time_iso_8601": "2018-03-25T20:41:30.210152Z", "url": "https://files.pythonhosted.org/packages/95/28/961f7008fff074a1763d67e431a11aab09390030ad5446ab06361391b1d9/scikit_image-0.13.1-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f5d411fc809a20deb63e8e841dcb6134", "sha256": "21c989eea994597a4ccb5b6cb16f6700a0b39d3e9f6c2a83a692c7345b02eb5e" }, "downloads": -1, "filename": "scikit_image-0.13.1-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "f5d411fc809a20deb63e8e841dcb6134", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 24106823, "upload_time": "2018-03-25T20:41:55", "upload_time_iso_8601": "2018-03-25T20:41:55.804486Z", "url": "https://files.pythonhosted.org/packages/99/6a/3cef68e69245c27c5154c9d1ece3f363b40296f98e20ff66646605f2318a/scikit_image-0.13.1-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4ad042a075a38978e9fbcd21c015c998", "sha256": "dc2c0a351d1c30448c52df007ef1aa3d2a49dd1ded132e89a217e8ec4afe0f04" }, "downloads": -1, "filename": "scikit_image-0.13.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "4ad042a075a38978e9fbcd21c015c998", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 28748365, "upload_time": "2017-09-28T01:48:42", "upload_time_iso_8601": "2017-09-28T01:48:42.689350Z", "url": "https://files.pythonhosted.org/packages/8b/d7/5d8ec77dc19bab966a91fa2922d3d218aebe99bd839ff8ddd5e1ca85c5ac/scikit_image-0.13.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "23788450b0078f5a58b0c5f3c7d08ff6", "sha256": "d5a12eb267cb901de57318d00d3e7514035f10a8b5d6710d7ecce7d106ca0b43" }, "downloads": -1, "filename": "scikit_image-0.13.1-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "23788450b0078f5a58b0c5f3c7d08ff6", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 35575017, "upload_time": "2017-09-28T01:53:56", "upload_time_iso_8601": "2017-09-28T01:53:56.379198Z", "url": "https://files.pythonhosted.org/packages/43/8c/c0e114eeb0e1f85fa0b49ce127a1499861b305945b71a5d07b10b504e985/scikit_image-0.13.1-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "038dc9287dfeb0a07ae3f1ad19da56ee", "sha256": "f1a06c39888cfdab005cf297d854a204209d7623586546a1364ee996eb41e423" }, "downloads": -1, "filename": "scikit_image-0.13.1-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "038dc9287dfeb0a07ae3f1ad19da56ee", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 23378607, "upload_time": "2018-03-25T20:42:21", "upload_time_iso_8601": "2018-03-25T20:42:21.839313Z", "url": "https://files.pythonhosted.org/packages/57/6e/54436387c4e578972913d2d86fb1c40cfb0fd81d37d3a91253410dd39404/scikit_image-0.13.1-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "51da7b22d11e6ca46c0170cd18bd1684", "sha256": "a01b1d29a67b1721dcc674f88d8f8c3660c16e84a914bf4eef8ba6bf135379d7" }, "downloads": -1, "filename": "scikit_image-0.13.1-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "51da7b22d11e6ca46c0170cd18bd1684", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 23859571, "upload_time": "2018-03-25T20:42:53", "upload_time_iso_8601": "2018-03-25T20:42:53.582048Z", "url": "https://files.pythonhosted.org/packages/3a/c6/dfff9418fe5a579d16025fac6e0bce3e16a53e4c244fcd99779979021cf3/scikit_image-0.13.1-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "feacd22369449266c11b2df9a07efad0", "sha256": "199ba92019c5549783aa629b615394bec7302572b6f5727017a78d3ccc737de9" }, "downloads": -1, "filename": "scikit_image-0.13.1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "feacd22369449266c11b2df9a07efad0", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 35505083, "upload_time": "2017-09-28T01:54:47", "upload_time_iso_8601": "2017-09-28T01:54:47.491032Z", "url": "https://files.pythonhosted.org/packages/64/18/402284ae09b6a2a8694e707b4924a1a9573bb4aa67923cf487978555e822/scikit_image-0.13.1-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1b29e277fb5068ae4c1759f83129137d", "sha256": "e18953a500faed68163e6cea9b274865dff27faee9186fa76a637cb23391908e" }, "downloads": -1, "filename": "scikit_image-0.13.1-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "1b29e277fb5068ae4c1759f83129137d", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 23339641, "upload_time": "2018-03-25T20:43:15", "upload_time_iso_8601": "2018-03-25T20:43:15.364445Z", "url": "https://files.pythonhosted.org/packages/4c/0f/0c4f5b239d8a2c572a9907203a153402f1765bb698cafb856d6bd801747c/scikit_image-0.13.1-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d1fc5059e8c83293a0eb073653333f75", "sha256": "7dfcd39eb004c2e1595ad6ab1d0dd1e83bc065efe6260376bb4b45df12cfa101" }, "downloads": -1, "filename": "scikit_image-0.13.1-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "d1fc5059e8c83293a0eb073653333f75", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 24002230, "upload_time": "2018-03-25T20:43:41", "upload_time_iso_8601": "2018-03-25T20:43:41.448261Z", "url": "https://files.pythonhosted.org/packages/4e/dc/0166f777bf114642e1191d637c7f840a0d614e3fc8074e9514f1429c3ce7/scikit_image-0.13.1-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b0e36ebd3ec6b74cef3f8171e6d992ca", "sha256": "cdb41868c766d4607ded5c158fc195853859a0e3e108ab5804c3acdd3d592d86" }, "downloads": -1, "filename": "scikit_image-0.13.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "b0e36ebd3ec6b74cef3f8171e6d992ca", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 28882863, "upload_time": "2017-09-28T01:49:20", "upload_time_iso_8601": "2017-09-28T01:49:20.965517Z", "url": "https://files.pythonhosted.org/packages/ef/e5/7571121d4a27c0171c78ed3ced287373541fc137797a6060574ba35b1316/scikit_image-0.13.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a7f4d3db6a6a3bb23e68b17d9e4824a6", "sha256": "5c27b7b7500e3405114c8fda474a5be27823741c0e8e7cdb7142c8da8895f8fb" }, "downloads": -1, "filename": "scikit_image-0.13.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a7f4d3db6a6a3bb23e68b17d9e4824a6", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 35798126, "upload_time": "2017-09-28T01:56:12", "upload_time_iso_8601": "2017-09-28T01:56:12.233070Z", "url": "https://files.pythonhosted.org/packages/60/0e/75fbf63c3b7a14fdbfaf92ca77035c18e90963003031148211bf12441be7/scikit_image-0.13.1-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "db6d4fd39b33872424bc82f8a223b862", "sha256": "591895cf2620df3aef510c658f93069dc5e482bc244544fe2dbeda8578dcf5c5" }, "downloads": -1, "filename": "scikit_image-0.13.1-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "db6d4fd39b33872424bc82f8a223b862", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 23391121, "upload_time": "2018-03-25T20:44:04", "upload_time_iso_8601": "2018-03-25T20:44:04.402524Z", "url": "https://files.pythonhosted.org/packages/ea/bc/b293ffce3142cabefa87ad6b8f1f32c7e142ceb5be19504b8a89fd717443/scikit_image-0.13.1-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "683ac64e29123448da92cb15239a6b34", "sha256": "9535c1e770f476f8d79992bf632fce01da80f52a0a7e34da56834e7483771afe" }, "downloads": -1, "filename": "scikit_image-0.13.1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "683ac64e29123448da92cb15239a6b34", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 24042715, "upload_time": "2018-03-25T20:44:28", "upload_time_iso_8601": "2018-03-25T20:44:28.828171Z", "url": "https://files.pythonhosted.org/packages/56/34/61ed7550a0b0abc20a466fd3295b794281c65f98e59e0e8d4d71f3320723/scikit_image-0.13.1-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1d709f10149e340e8630222bacfa6276", "sha256": "2c316bdec863bdd5eaa5d527a7b82a4e78237816faec46bd178b8ff7e30b5500" }, "downloads": -1, "filename": "scikit_image-0.13.1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "1d709f10149e340e8630222bacfa6276", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 23583047, "upload_time": "2018-03-25T20:44:52", "upload_time_iso_8601": "2018-03-25T20:44:52.029930Z", "url": "https://files.pythonhosted.org/packages/a6/6f/0753ad43e5d655a702e07578c482707c45e15bf1cdb0e8a6833f64706688/scikit_image-0.13.1-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "039c5f72a1e3d3e9622bb5bc24966a19", "sha256": "0de04a28b48ec00ad4ba8197fa1e6bd4d382609bf56b5ba23971c6fa3bddeccf" }, "downloads": -1, "filename": "scikit_image-0.13.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "039c5f72a1e3d3e9622bb5bc24966a19", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 24366414, "upload_time": "2018-03-25T20:45:18", "upload_time_iso_8601": "2018-03-25T20:45:18.486337Z", "url": "https://files.pythonhosted.org/packages/da/f1/bf0c0d2329c0222f05aee4f197b45ed7a27a28d311c281b02dfe7bbf911d/scikit_image-0.13.1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "39df2916bd949c2a622f932e0e07cf63", "sha256": "353879ddf7483f4621872c49cd9bc8a0ad1c3154ac0670b70799922f4cb899e8" }, "downloads": -1, "filename": "scikit-image-0.13.1.tar.gz", "has_sig": false, "md5_digest": "39df2916bd949c2a622f932e0e07cf63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26142438, "upload_time": "2017-09-28T01:57:47", "upload_time_iso_8601": "2017-09-28T01:57:47.694189Z", "url": "https://files.pythonhosted.org/packages/83/2a/c5a39c12c196c19a443fa4d17c0768a24231e46ae952930a9d66bad45557/scikit-image-0.13.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.14.0": [ { "comment_text": "", "digests": { "md5": "159ee3f6195052850b91280a83f3b5bb", "sha256": "8f2d80c10674be248e1cc8daca6c0ee8e9aa9ae66dc06da93a193ea713179cbd" }, "downloads": -1, "filename": "scikit_image-0.14.0-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "159ee3f6195052850b91280a83f3b5bb", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 29044971, "upload_time": "2018-05-29T08:40:29", "upload_time_iso_8601": "2018-05-29T08:40:29.532753Z", "url": "https://files.pythonhosted.org/packages/14/6c/67d8aeeeae8cb0a6117bcaee35ccead489e085859b404d3cf2c37066ec78/scikit_image-0.14.0-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "15d25a89a90972e9327492bfea1ead16", "sha256": "531f6937e318dcb6106444b1e174235f112a864137672ad1a023e8efabcfc9c8" }, "downloads": -1, "filename": "scikit_image-0.14.0-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "15d25a89a90972e9327492bfea1ead16", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 25437560, "upload_time": "2018-05-29T08:47:18", "upload_time_iso_8601": "2018-05-29T08:47:18.091849Z", "url": "https://files.pythonhosted.org/packages/71/28/c0cba17b01195545534df698ae6c8df1d0a5ff9cc94ecf58f2348aa5ca0e/scikit_image-0.14.0-cp27-cp27m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "846c0338484ec4b0d9d85f0b09876f2b", "sha256": "33845492d99af74bb59026c480888fdd5e525057b22f759c067ec07653cc32b2" }, "downloads": -1, "filename": "scikit_image-0.14.0-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "846c0338484ec4b0d9d85f0b09876f2b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 25437158, "upload_time": "2018-05-29T08:47:57", "upload_time_iso_8601": "2018-05-29T08:47:57.530096Z", "url": "https://files.pythonhosted.org/packages/11/c7/ee75c79dcce057a3475763d611ec044737a708eaf5cc53426b0117795ddb/scikit_image-0.14.0-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fb476e6fa040878c8b2de927f42c8fd5", "sha256": "e743961321f21b46be428381ec53c69fd410450ad4b3b21c42625c2d0e1df1a2" }, "downloads": -1, "filename": "scikit_image-0.14.0-cp27-none-win32.whl", "has_sig": true, "md5_digest": "fb476e6fa040878c8b2de927f42c8fd5", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 23992541, "upload_time": "2018-05-29T11:53:06", "upload_time_iso_8601": "2018-05-29T11:53:06.468577Z", "url": "https://files.pythonhosted.org/packages/cd/19/981c31e36814e5ddcbc0b414367f7e4f04ba850eaabe5249589a26eb4900/scikit_image-0.14.0-cp27-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "33d9d4cb1e83a82ed242be91c2c1825d", "sha256": "f36c03eeef4927bd4977b789c1353b8eadb062cb09f99e2f78521aa99966eee1" }, "downloads": -1, "filename": "scikit_image-0.14.0-cp27-none-win_amd64.whl", "has_sig": true, "md5_digest": "33d9d4cb1e83a82ed242be91c2c1825d", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 24666058, "upload_time": "2018-05-29T11:53:13", "upload_time_iso_8601": "2018-05-29T11:53:13.338400Z", "url": "https://files.pythonhosted.org/packages/0b/77/909865af5c9dd0fae58723e599747d204586096fd56199d51c6dcb0262e7/scikit_image-0.14.0-cp27-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "99e6aa941c8dfe9c659ae67967b3226e", "sha256": "2167dfdc825670494f67f7d689407ac020311025c2be77bbffb9105dac7ba3f9" }, "downloads": -1, "filename": "scikit_image-0.14.0-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "99e6aa941c8dfe9c659ae67967b3226e", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 28760150, "upload_time": "2018-05-29T08:41:12", "upload_time_iso_8601": "2018-05-29T08:41:12.154446Z", "url": "https://files.pythonhosted.org/packages/a9/80/3e0a10cf98f0e81adb3600cca81f383dea4b616ae93fda503252a2658ce1/scikit_image-0.14.0-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6c91df1100dedf1daa7c473958c06e14", "sha256": "a6ee74b4166f60f417ede411a33fea6ab51731ff0031c95e3b086687e80f1537" }, "downloads": -1, "filename": "scikit_image-0.14.0-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6c91df1100dedf1daa7c473958c06e14", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 25218000, "upload_time": "2018-05-29T08:48:34", "upload_time_iso_8601": "2018-05-29T08:48:34.982259Z", "url": "https://files.pythonhosted.org/packages/1f/32/29fbb90d5703da0884c87c74e639d1e39f8ff1269ed57269aa281659b313/scikit_image-0.14.0-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9dfbfb193ed8ba74840eee233faf9e54", "sha256": "ceb185f6cac7449a64062f76b93003f48e2bd1c6ade8dce3f631773bee90a93d" }, "downloads": -1, "filename": "scikit_image-0.14.0-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "9dfbfb193ed8ba74840eee233faf9e54", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 28488008, "upload_time": "2018-05-29T08:41:54", "upload_time_iso_8601": "2018-05-29T08:41:54.663285Z", "url": "https://files.pythonhosted.org/packages/30/cf/b674f8e165ca3821604d5f9581a2770c4c31857e5e97a6fda6f3c4a7951e/scikit_image-0.14.0-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0d2a7719e669cda1703a8f3f13b39641", "sha256": "1e89cac010564b54085d8ca8b429380ffb18557c220d08e7cbc44ccdf885cfb8" }, "downloads": -1, "filename": "scikit_image-0.14.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0d2a7719e669cda1703a8f3f13b39641", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 25246441, "upload_time": "2018-05-29T08:49:12", "upload_time_iso_8601": "2018-05-29T08:49:12.781471Z", "url": "https://files.pythonhosted.org/packages/d6/2c/94aec7f4487f78c365ec7c0669844f7149c62c27c52b1ed072c10d73ba92/scikit_image-0.14.0-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2313ef157ee590f042eb7d4a01019ea3", "sha256": "8415b9210ff7a60da9f6288f5df2628f9ad7eca62eea12f93c417968f654a880" }, "downloads": -1, "filename": "scikit_image-0.14.0-cp35-none-win32.whl", "has_sig": true, "md5_digest": "2313ef157ee590f042eb7d4a01019ea3", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 23831577, "upload_time": "2018-05-29T11:53:19", "upload_time_iso_8601": "2018-05-29T11:53:19.469884Z", "url": "https://files.pythonhosted.org/packages/70/63/e4defa1ceaf1595fee27e23a5d427678aacfc0382fd4e08e9971512dbe56/scikit_image-0.14.0-cp35-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1811c00e602a04c3142f0a3367b18fdc", "sha256": "bbe0206ced4472ac3604cedf262464bdfbc40c19fa3acd939ca4ed064d4a263a" }, "downloads": -1, "filename": "scikit_image-0.14.0-cp35-none-win_amd64.whl", "has_sig": true, "md5_digest": "1811c00e602a04c3142f0a3367b18fdc", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 24511288, "upload_time": "2018-05-29T11:53:27", "upload_time_iso_8601": "2018-05-29T11:53:27.090089Z", "url": "https://files.pythonhosted.org/packages/62/7c/1449b3016bffa7d3b431b229da0327fb5c299a45bec7f20683cbe7a303c4/scikit_image-0.14.0-cp35-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6fafa95eb01e417676a95a7b308bf928", "sha256": "3606188b06e43577d7e0fc54cce10e3081f472f8f38e7218c0c8925d362d573e" }, "downloads": -1, "filename": "scikit_image-0.14.0-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "6fafa95eb01e417676a95a7b308bf928", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 28535873, "upload_time": "2018-05-29T08:42:37", "upload_time_iso_8601": "2018-05-29T08:42:37.647603Z", "url": "https://files.pythonhosted.org/packages/97/3a/431ac81f60bc1f4287023c14247177a3d735fba932e53c59687734da6412/scikit_image-0.14.0-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "23bcafd8f7b9210b207904ddf8c2fdab", "sha256": "7df05a47aab6182bf05f7a3a99c6b68039583fcf2d8a8472cf88b11e97a99cb2" }, "downloads": -1, "filename": "scikit_image-0.14.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "23bcafd8f7b9210b207904ddf8c2fdab", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 25307651, "upload_time": "2018-05-29T08:49:50", "upload_time_iso_8601": "2018-05-29T08:49:50.122267Z", "url": "https://files.pythonhosted.org/packages/34/79/cefff573a53ca3fb4c390739d19541b95f371e24d2990aed4cd8837971f0/scikit_image-0.14.0-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f139f375de394b2c9197032aeb641c37", "sha256": "190ba9036023e58b0bd7111e5fb8eb6fd3611860b353531265f4d94afa1c0058" }, "downloads": -1, "filename": "scikit_image-0.14.0-cp36-none-win32.whl", "has_sig": true, "md5_digest": "f139f375de394b2c9197032aeb641c37", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 23883531, "upload_time": "2018-05-29T11:53:34", "upload_time_iso_8601": "2018-05-29T11:53:34.105210Z", "url": "https://files.pythonhosted.org/packages/55/1e/c43fe4abcdd2b85c0e5febca6b9859fd456fcacaf30a3aa934487f969a57/scikit_image-0.14.0-cp36-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "da5e597ba8ca5f38bf77c93c4e3a7866", "sha256": "975a872adf4b15c03ba77d851140bab118371c0e11d0a1c0ebef3cae6bae9027" }, "downloads": -1, "filename": "scikit_image-0.14.0-cp36-none-win_amd64.whl", "has_sig": true, "md5_digest": "da5e597ba8ca5f38bf77c93c4e3a7866", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 24560731, "upload_time": "2018-05-29T11:53:40", "upload_time_iso_8601": "2018-05-29T11:53:40.777827Z", "url": "https://files.pythonhosted.org/packages/28/c1/48848cbd80154d5f3c6b4f57ee9855c6989ab4b3e841a74c8f38088256cb/scikit_image-0.14.0-cp36-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f94f2376458947a7a92965efda6eb49f", "sha256": "5f834b1b3659936a36e802522459d25b9aa095e969098d6e1c8a591845216b62" }, "downloads": -1, "filename": "scikit_image-0.14.0-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": true, "md5_digest": "f94f2376458947a7a92965efda6eb49f", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 28567291, "upload_time": "2018-08-16T20:07:33", "upload_time_iso_8601": "2018-08-16T20:07:33.169337Z", "url": "https://files.pythonhosted.org/packages/00/78/56f2791189f95a603627d652cfd85a4044f4e2d0dee60af069dd14356777/scikit_image-0.14.0-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6c452bb1d0bb0a7f7d223cee054e9cb3", "sha256": "1e6340bcc4650688afe943768524efc27e2e4be60e00b5fdb502f8dd329fde0a" }, "downloads": -1, "filename": "scikit_image-0.14.0-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "6c452bb1d0bb0a7f7d223cee054e9cb3", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 25259441, "upload_time": "2018-08-16T20:07:40", "upload_time_iso_8601": "2018-08-16T20:07:40.277326Z", "url": "https://files.pythonhosted.org/packages/d6/ae/c9ea76fb37724596bd031e98f7f356936cabc39e5c57f27d56f08e6d52f2/scikit_image-0.14.0-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9e88a6c0e8fad0c4ba0a45ebcc663afd", "sha256": "cde418f519dc69dfcb125b095ddfa37a26905205ba91e737d31ca44faecb8805" }, "downloads": -1, "filename": "scikit_image-0.14.0-cp37-none-win32.whl", "has_sig": true, "md5_digest": "9e88a6c0e8fad0c4ba0a45ebcc663afd", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 23885518, "upload_time": "2018-08-16T20:07:48", "upload_time_iso_8601": "2018-08-16T20:07:48.146042Z", "url": "https://files.pythonhosted.org/packages/42/eb/24e66acd71f5485657447cb45da71bcafc7a08e6c0fba97eddac312f2aaa/scikit_image-0.14.0-cp37-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e9455e979a30f2d43ce5299887c3518a", "sha256": "fd31a5c9886f3d9541ece4715bb82e45ac798170e87fcacbc95ac5095a1b8235" }, "downloads": -1, "filename": "scikit_image-0.14.0-cp37-none-win_amd64.whl", "has_sig": true, "md5_digest": "e9455e979a30f2d43ce5299887c3518a", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 24566987, "upload_time": "2018-08-16T20:07:55", "upload_time_iso_8601": "2018-08-16T20:07:55.360906Z", "url": "https://files.pythonhosted.org/packages/34/e2/92f3c0f05746e4023d038667f9b4839841d92ef08d9f775c42bc6d588932/scikit_image-0.14.0-cp37-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "34ad33328d7754c6b8484fdfddbf75d4", "sha256": "325f75eb80fbc5371136e37f323445309ca9f65b6c6f718d0d0e2189e5de1224" }, "downloads": -1, "filename": "scikit-image-0.14.0.tar.gz", "has_sig": false, "md5_digest": "34ad33328d7754c6b8484fdfddbf75d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26983853, "upload_time": "2018-05-29T08:54:29", "upload_time_iso_8601": "2018-05-29T08:54:29.887174Z", "url": "https://files.pythonhosted.org/packages/fc/20/d3e736493b16e9455ce8579722d644b313814c599d5824d34e448845f746/scikit-image-0.14.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.14.1": [ { "comment_text": "", "digests": { "md5": "1fe752c9d1823a362758b952d63890af", "sha256": "f864c526f1ebc1e13725c41488dc766d1f427f6f3d8c838b9c1d5474b30c796b" }, "downloads": -1, "filename": "scikit_image-0.14.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "1fe752c9d1823a362758b952d63890af", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 29165441, "upload_time": "2018-10-02T08:39:19", "upload_time_iso_8601": "2018-10-02T08:39:19.622054Z", "url": "https://files.pythonhosted.org/packages/7c/7a/b434eb4e89521ebf1cf9030c0919774dae548a8529d82722d8ce554c05ec/scikit_image-0.14.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c73f8147da6eafba2ba87a8c41b3d3a5", "sha256": "be2de17fee71c1b690b3bdba2747396353e6cacd4ae771e36f61a7e9cb143bb0" }, "downloads": -1, "filename": "scikit_image-0.14.1-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "c73f8147da6eafba2ba87a8c41b3d3a5", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 24772380, "upload_time": "2018-10-02T08:42:41", "upload_time_iso_8601": "2018-10-02T08:42:41.741960Z", "url": "https://files.pythonhosted.org/packages/b8/1d/2b0a5cf067838c7d8d3b60b91d46bf8b8c405d139933f484822c6b2724fb/scikit_image-0.14.1-cp27-cp27m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "610e4766819d9fe939b65e03b31c079f", "sha256": "613a48ae6aca31ba1844c6a1fc10d53ac699c552931a264e343b01e020e7c506" }, "downloads": -1, "filename": "scikit_image-0.14.1-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "610e4766819d9fe939b65e03b31c079f", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 25414027, "upload_time": "2018-10-02T08:42:50", "upload_time_iso_8601": "2018-10-02T08:42:50.213023Z", "url": "https://files.pythonhosted.org/packages/b7/f2/86276b010ab3bbd253eca58c1be4c6eb2440977854fd303b673ea080979f/scikit_image-0.14.1-cp27-cp27m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d84bd7e0a6f86f65577a012aba35d8ea", "sha256": "71122880441c4f611b760f3ab2887174b06f74deccbdf6eda1ee4c9cc7eca143" }, "downloads": -1, "filename": "scikit_image-0.14.1-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "d84bd7e0a6f86f65577a012aba35d8ea", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 24761382, "upload_time": "2018-10-02T08:43:22", "upload_time_iso_8601": "2018-10-02T08:43:22.567569Z", "url": "https://files.pythonhosted.org/packages/21/14/eefebb8f490ec56947b948b54eab38470fb37ad39c5be44137359d961d89/scikit_image-0.14.1-cp27-cp27mu-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "816890e713b6794e053b4ac965b1006d", "sha256": "abac80ffcecd32350d2c3455d7dbd0bf316021ea4fe49ec0a904de71beeda1b0" }, "downloads": -1, "filename": "scikit_image-0.14.1-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "816890e713b6794e053b4ac965b1006d", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 25414935, "upload_time": "2018-10-02T08:43:34", "upload_time_iso_8601": "2018-10-02T08:43:34.411158Z", "url": "https://files.pythonhosted.org/packages/ef/39/354b27da76ae1847be11139d6d2cd0dd5a92bf3442188e4d43f59a7d3360/scikit_image-0.14.1-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "64d2f2f7950e00d6b71ab3a44d58f2b8", "sha256": "db73ca70a2ad5e0513eead02ce4eab0de595093c7240be00f1e95f1a6a78bc7f" }, "downloads": -1, "filename": "scikit_image-0.14.1-cp27-none-win32.whl", "has_sig": false, "md5_digest": "64d2f2f7950e00d6b71ab3a44d58f2b8", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 23999878, "upload_time": "2018-10-02T08:53:57", "upload_time_iso_8601": "2018-10-02T08:53:57.283479Z", "url": "https://files.pythonhosted.org/packages/da/48/3d4bb77357cc90ec4f05c1ddec62c4fd8eb9601dd7caba49e6e9a4dea3d6/scikit_image-0.14.1-cp27-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a183084f1fdbf9b9da6a84f168530d42", "sha256": "7794b63d9e205a965a0978b9f9f96de04c6b75fb94a768abdec77f67d3eaa223" }, "downloads": -1, "filename": "scikit_image-0.14.1-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "a183084f1fdbf9b9da6a84f168530d42", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 24674027, "upload_time": "2018-10-02T08:54:08", "upload_time_iso_8601": "2018-10-02T08:54:08.610651Z", "url": "https://files.pythonhosted.org/packages/f5/0c/59fc81e11f41c883f7eaefa17e28891f55a00c204fe4c5e3ff6d0ab6f9fc/scikit_image-0.14.1-cp27-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9a3210d02ce44cae977ce0c215a346d2", "sha256": "77ac6718b0ce7b960cf0de0df2e2e5bbba624c25c2f0041c2dcb80bb3b8c482a" }, "downloads": -1, "filename": "scikit_image-0.14.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "9a3210d02ce44cae977ce0c215a346d2", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 28762684, "upload_time": "2018-10-02T08:39:29", "upload_time_iso_8601": "2018-10-02T08:39:29.042070Z", "url": "https://files.pythonhosted.org/packages/5a/28/2f9c8b992149f347bc43783200c6a314e635b6065fe68fbf9ce0aaf6b70d/scikit_image-0.14.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0d541cfadf58a305b833c5f190e5bf12", "sha256": "9f847a7b8154876766751187a8fa84b382b079c5cd6408b031412a9bd3c1d79d" }, "downloads": -1, "filename": "scikit_image-0.14.1-cp34-cp34m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "0d541cfadf58a305b833c5f190e5bf12", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 24582217, "upload_time": "2018-10-02T08:43:45", "upload_time_iso_8601": "2018-10-02T08:43:45.260152Z", "url": "https://files.pythonhosted.org/packages/6e/6d/7bf1f5334a2b389db36010cf9a334b201c8fb4610dd0a99372b4b39afa9b/scikit_image-0.14.1-cp34-cp34m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "624f5f3edd9e238a56f5573d627565c7", "sha256": "90eac802ea1cc330644cb8a9d973be586a67286c7db82803bbed3772ae74ef17" }, "downloads": -1, "filename": "scikit_image-0.14.1-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "624f5f3edd9e238a56f5573d627565c7", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 25210718, "upload_time": "2018-10-02T08:43:55", "upload_time_iso_8601": "2018-10-02T08:43:55.645545Z", "url": "https://files.pythonhosted.org/packages/63/c9/23e33020556315c5a2a3a9e236793d1ff3328c18ed6fd535c718db57cce0/scikit_image-0.14.1-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "99b815eef57a0384ac7bfa46d71df4c4", "sha256": "585a082dba66b5f520549cf2957e53331b35071b7d7f31c7d589d12dd4381238" }, "downloads": -1, "filename": "scikit_image-0.14.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "99b815eef57a0384ac7bfa46d71df4c4", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 28494772, "upload_time": "2018-10-02T08:39:38", "upload_time_iso_8601": "2018-10-02T08:39:38.007550Z", "url": "https://files.pythonhosted.org/packages/3a/c6/0a03380c2d1b831b5be427e0cbb0c23ee50dd44c97dd29dbd8967a3d0b00/scikit_image-0.14.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e016914cb43825c1c2faa29f7bda9720", "sha256": "4d94499d08ae8c1f54161d278a97c66a2cad6d2bece7ab8dc2cfc6ac84bf124b" }, "downloads": -1, "filename": "scikit_image-0.14.1-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "e016914cb43825c1c2faa29f7bda9720", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 24595234, "upload_time": "2018-10-02T08:44:05", "upload_time_iso_8601": "2018-10-02T08:44:05.824951Z", "url": "https://files.pythonhosted.org/packages/4d/82/42e68c9670542bdda161dc624f068bf944d949e1d762f592efcd692f9746/scikit_image-0.14.1-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7fd3b55b6d6febb71be44d8c949b1f19", "sha256": "2dea14579d3c35f4f7827a43dc945c38620cc3d162f4937035ed29367b151663" }, "downloads": -1, "filename": "scikit_image-0.14.1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "7fd3b55b6d6febb71be44d8c949b1f19", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 25206756, "upload_time": "2018-10-02T08:44:14", "upload_time_iso_8601": "2018-10-02T08:44:14.722779Z", "url": "https://files.pythonhosted.org/packages/cd/9e/faa89cb088caddaffd27629248182be3f7daa52ebeb8fd1657975fdb9454/scikit_image-0.14.1-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "47655de00422a46a6801ac9b67f11c5d", "sha256": "fdc663778a73587cb4b5fda4b9ceb22b4c47613d7164398f4da34b8030a1a73e" }, "downloads": -1, "filename": "scikit_image-0.14.1-cp35-none-win32.whl", "has_sig": false, "md5_digest": "47655de00422a46a6801ac9b67f11c5d", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 23842559, "upload_time": "2018-10-02T08:54:19", "upload_time_iso_8601": "2018-10-02T08:54:19.571447Z", "url": "https://files.pythonhosted.org/packages/24/d7/0a81333fda56147373360c70b843210c81353bb19dcc5361b076d68774f3/scikit_image-0.14.1-cp35-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a0fc43446a7d4bddd152f3904c917b4e", "sha256": "af7051d8b517db3b2a4b997fb6d74c5a746a82bf60955ee9cf9973a77305464b" }, "downloads": -1, "filename": "scikit_image-0.14.1-cp35-none-win_amd64.whl", "has_sig": false, "md5_digest": "a0fc43446a7d4bddd152f3904c917b4e", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 24526995, "upload_time": "2018-10-02T08:54:28", "upload_time_iso_8601": "2018-10-02T08:54:28.590380Z", "url": "https://files.pythonhosted.org/packages/48/bc/1baa96071475d1fee3e841bf707f157cc1cc1b635d795b012380bcc584ef/scikit_image-0.14.1-cp35-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "21946eaadda3ce72bd0f1793078a2781", "sha256": "51c9d506d2667d830e64fc69d37161321c1a628e785836d0f3da0bfdc78c71cc" }, "downloads": -1, "filename": "scikit_image-0.14.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "21946eaadda3ce72bd0f1793078a2781", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 28615055, "upload_time": "2018-10-02T08:39:46", "upload_time_iso_8601": "2018-10-02T08:39:46.698659Z", "url": "https://files.pythonhosted.org/packages/ff/53/7e1e3eb3ddf94717c90e2bbcaa834afebe03fa6a4667a4e6ac9bc8def46f/scikit_image-0.14.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "14a4d7289ef5c2f838a93efba57deeaa", "sha256": "3af0d129443e48c190be252072ee8aab56b77510d7c6c0098e285b8601bdfaf4" }, "downloads": -1, "filename": "scikit_image-0.14.1-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "14a4d7289ef5c2f838a93efba57deeaa", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 24679969, "upload_time": "2018-10-02T08:44:24", "upload_time_iso_8601": "2018-10-02T08:44:24.017445Z", "url": "https://files.pythonhosted.org/packages/d8/20/4b109ff6728a3643bb00aa35665f54f9bbebc33590aadbb403da7aa02f7b/scikit_image-0.14.1-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "64a8b1a7e42a9828b4361c9dbf2571e0", "sha256": "29c6f82136bd9024b733052de1b61264a15b56d40f141753599a2bdcca865e7e" }, "downloads": -1, "filename": "scikit_image-0.14.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "64a8b1a7e42a9828b4361c9dbf2571e0", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 25278319, "upload_time": "2018-10-02T08:44:33", "upload_time_iso_8601": "2018-10-02T08:44:33.145983Z", "url": "https://files.pythonhosted.org/packages/9c/90/553120309c53bdfca25c9c50769ae40a538a90c24db8c082468aec898d00/scikit_image-0.14.1-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1bde1330bf7633d37491a008192d8885", "sha256": "702b88e7d3cc9367bac7e38ef3f21aa1ca01c512a4b33bb0678c89457bec937b" }, "downloads": -1, "filename": "scikit_image-0.14.1-cp36-none-win32.whl", "has_sig": false, "md5_digest": "1bde1330bf7633d37491a008192d8885", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 23894818, "upload_time": "2018-10-02T08:54:51", "upload_time_iso_8601": "2018-10-02T08:54:51.156299Z", "url": "https://files.pythonhosted.org/packages/70/99/ad8ba604419cad1f79ef851f3d542241861789086d8efce415d4ea891620/scikit_image-0.14.1-cp36-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a02dcb135e8ebb7842edd88d57e3954f", "sha256": "f0f729ac91c63c8e5ad070c00b22c094af47345651428ab38fc3ffd2de0b325f" }, "downloads": -1, "filename": "scikit_image-0.14.1-cp36-none-win_amd64.whl", "has_sig": false, "md5_digest": "a02dcb135e8ebb7842edd88d57e3954f", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 24577812, "upload_time": "2018-10-02T08:54:59", "upload_time_iso_8601": "2018-10-02T08:54:59.591410Z", "url": "https://files.pythonhosted.org/packages/10/f4/d4d24d70c373ccc95089c36b83ab3e6c8f62f7a9a2c6fdc91df8db8d7cfe/scikit_image-0.14.1-cp36-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a6f5314dd232345d94889adbcc4fb1db", "sha256": "476f8ad8aa39b959bc55767e11734675612b10d15aef8a8a4ff4513b01c21132" }, "downloads": -1, "filename": "scikit_image-0.14.1-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "a6f5314dd232345d94889adbcc4fb1db", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7", "size": 28575778, "upload_time": "2018-10-02T08:39:55", "upload_time_iso_8601": "2018-10-02T08:39:55.688156Z", "url": "https://files.pythonhosted.org/packages/ae/1f/33cf1544cabfd37758860eccf4de98bb1c6747a83d9ac041cce168f79fec/scikit_image-0.14.1-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cbac0fb8af2c41156bd21eeb56f7f0ac", "sha256": "e166278716c188bf256cb8f8ae136dab54c1675b54f24c725fc665e8c59417fa" }, "downloads": -1, "filename": "scikit_image-0.14.1-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "cbac0fb8af2c41156bd21eeb56f7f0ac", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7", "size": 24655968, "upload_time": "2018-10-02T08:44:41", "upload_time_iso_8601": "2018-10-02T08:44:41.902754Z", "url": "https://files.pythonhosted.org/packages/0e/de/997914066b622f77137f88d2fea6adccc0f4b0b593e086584b94619b1f84/scikit_image-0.14.1-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9344ed34bbe58a33a55f81f531e98cf4", "sha256": "ff34ea2642d65da0b7049739dff12d8dd5930a8e8d835bd9927d6e62a37b05ea" }, "downloads": -1, "filename": "scikit_image-0.14.1-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "9344ed34bbe58a33a55f81f531e98cf4", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7", "size": 25266185, "upload_time": "2018-10-02T08:44:51", "upload_time_iso_8601": "2018-10-02T08:44:51.859500Z", "url": "https://files.pythonhosted.org/packages/bc/b3/d294429adcc4aff0372208494f0f0625f1112428e56070e47bf2cd055579/scikit_image-0.14.1-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5093020a2415ef047d0b973c6056937b", "sha256": "651d04e00e34564943f868590bb9c3682d8f96b9c7dfc9c20ce96b3b8d149e51" }, "downloads": -1, "filename": "scikit_image-0.14.1-cp37-none-win32.whl", "has_sig": false, "md5_digest": "5093020a2415ef047d0b973c6056937b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7", "size": 23891511, "upload_time": "2018-10-02T08:55:07", "upload_time_iso_8601": "2018-10-02T08:55:07.604654Z", "url": "https://files.pythonhosted.org/packages/c6/a7/955cd22190114cba1912c5f02f0e06114f026299060781dec2b5fc74800c/scikit_image-0.14.1-cp37-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fdc1ea39678f7782fa04f299ce3bccbc", "sha256": "7999a51fa4110b6381f10789c6c4ef3d545ee35a333ccae83e6b69c0b40a0800" }, "downloads": -1, "filename": "scikit_image-0.14.1-cp37-none-win_amd64.whl", "has_sig": false, "md5_digest": "fdc1ea39678f7782fa04f299ce3bccbc", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7", "size": 24573007, "upload_time": "2018-10-02T08:55:15", "upload_time_iso_8601": "2018-10-02T08:55:15.882662Z", "url": "https://files.pythonhosted.org/packages/93/c5/8851f4f2591b981c967d7f0977ec19a729d5952af25c95c551848810ae2f/scikit_image-0.14.1-cp37-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8361d601dbf087a31dda1a0085ebc4f6", "sha256": "86a9b3b4f74f231e0a6bcfd3235dcf3f0118df25dac21201da5e064d681e2c50" }, "downloads": -1, "filename": "scikit-image-0.14.1.tar.gz", "has_sig": false, "md5_digest": "8361d601dbf087a31dda1a0085ebc4f6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 27521651, "upload_time": "2018-10-02T08:57:52", "upload_time_iso_8601": "2018-10-02T08:57:52.619113Z", "url": "https://files.pythonhosted.org/packages/a4/5d/05d40ad281cb16bc9dbd91982a918162b374c43e84eb2c8f7070e4be6729/scikit-image-0.14.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.14.2": [ { "comment_text": "", "digests": { "md5": "21b3351c60cb308a4c1382ac31f0c203", "sha256": "9fea2f5ef5abe3f2b45b4add07f7a519cf07582443c00ce800b6f3974b0a2505" }, "downloads": -1, "filename": "scikit_image-0.14.2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "21b3351c60cb308a4c1382ac31f0c203", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 29196635, "upload_time": "2019-01-18T08:27:59", "upload_time_iso_8601": "2019-01-18T08:27:59.757379Z", "url": "https://files.pythonhosted.org/packages/99/8e/2435609eadf6c7185adc26c2aac0a4c37fbe6203e119e94ec895ee6548ba/scikit_image-0.14.2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "62393f77ff268781186c551958f9ea76", "sha256": "3558b56d507025a3cddc839c0a7e079751fe48d567314edec1d70b436013aefe" }, "downloads": -1, "filename": "scikit_image-0.14.2-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "62393f77ff268781186c551958f9ea76", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 24805172, "upload_time": "2019-01-18T08:30:52", "upload_time_iso_8601": "2019-01-18T08:30:52.793513Z", "url": "https://files.pythonhosted.org/packages/d4/ea/a397b45d43bc9351c8f00ed8bc1d7318841ab3c4ea2e0420fbcf7abb1692/scikit_image-0.14.2-cp27-cp27m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fcc0f71399c7e63851f0818316c5e9d0", "sha256": "0bbcb1e8b70a3e908213c6f0cbae5a7c46dfa90a55afa53406b2627bc02642f1" }, "downloads": -1, "filename": "scikit_image-0.14.2-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "fcc0f71399c7e63851f0818316c5e9d0", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 25472996, "upload_time": "2019-01-18T08:31:30", "upload_time_iso_8601": "2019-01-18T08:31:30.995509Z", "url": "https://files.pythonhosted.org/packages/7f/39/882959fa34fbaffa4ecb9af7c44d0ac5c0851e8d31806bdb2b253014776e/scikit_image-0.14.2-cp27-cp27m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a4749d47e88f7d6d2971c686ffb342e6", "sha256": "8b904131b93f4cddc83e4c9b7251fa7fd7e61dfd639876ca5ba9fb50e2c654ec" }, "downloads": -1, "filename": "scikit_image-0.14.2-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "a4749d47e88f7d6d2971c686ffb342e6", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 24800128, "upload_time": "2019-01-18T08:32:08", "upload_time_iso_8601": "2019-01-18T08:32:08.061522Z", "url": "https://files.pythonhosted.org/packages/c1/60/e82b90da3f658f788e839c840be6b55c06e8f29a3bb7300758e93eac9995/scikit_image-0.14.2-cp27-cp27mu-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c999eceddfde9ccee60099ea90564193", "sha256": "9c6d077daa9e5927fd8f56be5ca6ea80cc9e91bf268c08ca40a5551c8c6fa30c" }, "downloads": -1, "filename": "scikit_image-0.14.2-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c999eceddfde9ccee60099ea90564193", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 25467762, "upload_time": "2019-01-18T08:32:45", "upload_time_iso_8601": "2019-01-18T08:32:45.994016Z", "url": "https://files.pythonhosted.org/packages/6a/04/f726af6b2e39a4dad0e5502670c4b33d5c915880a54a98aeb33b95150531/scikit_image-0.14.2-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0eecfaec08ae3d82fa2f49457fe62c67", "sha256": "8d189de98a44cc8feaddd1fdc19b6c3bb980b56da5c5a3e62f245d9ac19dd62a" }, "downloads": -1, "filename": "scikit_image-0.14.2-cp27-none-win32.whl", "has_sig": false, "md5_digest": "0eecfaec08ae3d82fa2f49457fe62c67", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 24070092, "upload_time": "2019-01-18T12:50:55", "upload_time_iso_8601": "2019-01-18T12:50:55.196934Z", "url": "https://files.pythonhosted.org/packages/40/48/21857d7c203f9500ef7907b8618633cccc3082b47e7c1ea81d335ea55061/scikit_image-0.14.2-cp27-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "54ffe2ee1c2f2fed52dd4f46723d02c0", "sha256": "e2ee7648867202b4b65660649bece5eae359623922882e43014e13ddd0eded20" }, "downloads": -1, "filename": "scikit_image-0.14.2-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "54ffe2ee1c2f2fed52dd4f46723d02c0", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 24758218, "upload_time": "2019-01-18T12:51:10", "upload_time_iso_8601": "2019-01-18T12:51:10.950517Z", "url": "https://files.pythonhosted.org/packages/bf/05/2ee5506bf1131b93bef4d8b27839b7ad0dd25d5cc4d8ff12297f9f1a727b/scikit_image-0.14.2-cp27-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "aa27d12e0ce68724355fe84100593ed0", "sha256": "9744f4b271f113a47d5c21123fc3f5cac6048b3e281a9f23ae3cbd2ea080a329" }, "downloads": -1, "filename": "scikit_image-0.14.2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "aa27d12e0ce68724355fe84100593ed0", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 28590736, "upload_time": "2019-01-18T08:28:43", "upload_time_iso_8601": "2019-01-18T08:28:43.814317Z", "url": "https://files.pythonhosted.org/packages/c4/3e/02310e8aac03e05fff30ecb322c742d9ddb0d600a4759cd4089245aa7179/scikit_image-0.14.2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "790d211e347282c58ad842850b02c541", "sha256": "da1b993d0e9b2a3c89a192c96b4ab4bb8c13aee384153ff6eccd49c55a4726cd" }, "downloads": -1, "filename": "scikit_image-0.14.2-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "790d211e347282c58ad842850b02c541", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 25243892, "upload_time": "2019-01-18T08:33:23", "upload_time_iso_8601": "2019-01-18T08:33:23.473647Z", "url": "https://files.pythonhosted.org/packages/82/73/4fbb789c741daf2530a96c74d37f2143162c30d512e68ac6cf3bbb9bf3dc/scikit_image-0.14.2-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "470e06ba8227e9880e7e82598fa1f273", "sha256": "297a5e4fd78df284378ff3cc7a5eadf4e9e5e8c24190c9314ef4b8e2b2e34582" }, "downloads": -1, "filename": "scikit_image-0.14.2-cp35-none-win32.whl", "has_sig": false, "md5_digest": "470e06ba8227e9880e7e82598fa1f273", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 23905238, "upload_time": "2019-01-18T12:51:29", "upload_time_iso_8601": "2019-01-18T12:51:29.906544Z", "url": "https://files.pythonhosted.org/packages/c2/26/c12f08e3aa0b3c786cabc37b720228ece0b68cde6ab4603a4b24927946e7/scikit_image-0.14.2-cp35-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5d45d2478e87076f63efed57d337a9ce", "sha256": "292aaca5612daf247c0fefbc07752dca09ecb4bb0ae5c9fce9775f933c39fc78" }, "downloads": -1, "filename": "scikit_image-0.14.2-cp35-none-win_amd64.whl", "has_sig": false, "md5_digest": "5d45d2478e87076f63efed57d337a9ce", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 24598467, "upload_time": "2019-01-18T12:51:41", "upload_time_iso_8601": "2019-01-18T12:51:41.329821Z", "url": "https://files.pythonhosted.org/packages/66/49/e01edd0c8baab1b24ec6b9f25b3cbb6f6d400d522de44899cb9789abeb65/scikit_image-0.14.2-cp35-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2b2980b476d63700f40c1c95aae0c30d", "sha256": "52e9b7ee351a0a7be7734eaff30c19704d5d5c637c2c225b09c32b2375aa69b0" }, "downloads": -1, "filename": "scikit_image-0.14.2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "2b2980b476d63700f40c1c95aae0c30d", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 28868192, "upload_time": "2019-01-18T08:29:28", "upload_time_iso_8601": "2019-01-18T08:29:28.566759Z", "url": "https://files.pythonhosted.org/packages/ab/e8/8c0c9d26ff80dfdf51c209c8c823269adaea1d26d52c43216685bfb590a4/scikit_image-0.14.2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7d08d8318bf19372c763ce301a12325a", "sha256": "cef36283eba8a721cac12e73b0640e80d2fad246b7e99c10717857756e883028" }, "downloads": -1, "filename": "scikit_image-0.14.2-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "7d08d8318bf19372c763ce301a12325a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 25325737, "upload_time": "2019-01-18T08:34:01", "upload_time_iso_8601": "2019-01-18T08:34:01.340845Z", "url": "https://files.pythonhosted.org/packages/24/06/d560630eb9e36d90d69fe57d9ff762d8f501664ce478b8a0ae132b3c3008/scikit_image-0.14.2-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a3d7004f47dfd344b5b6701cd4a94ce2", "sha256": "ca8a86a4ee07176603bc840e660f7b752d33ec1d046e6241ddab3c736430f993" }, "downloads": -1, "filename": "scikit_image-0.14.2-cp36-none-win32.whl", "has_sig": false, "md5_digest": "a3d7004f47dfd344b5b6701cd4a94ce2", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 23957753, "upload_time": "2019-01-18T12:51:53", "upload_time_iso_8601": "2019-01-18T12:51:53.439894Z", "url": "https://files.pythonhosted.org/packages/56/4d/19541f990bde3d95decf4704684d0d86432889a29aa2da3430e54ce0e48c/scikit_image-0.14.2-cp36-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "270aa7383dd03ebd09171972dabea910", "sha256": "c580d160f685d2092da3bb3355e1be56063484a6d592d317092d1e8a060992eb" }, "downloads": -1, "filename": "scikit_image-0.14.2-cp36-none-win_amd64.whl", "has_sig": false, "md5_digest": "270aa7383dd03ebd09171972dabea910", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 24648007, "upload_time": "2019-01-18T12:52:08", "upload_time_iso_8601": "2019-01-18T12:52:08.418045Z", "url": "https://files.pythonhosted.org/packages/bd/a5/1d00f4bfe5ac7b48476b68f5c6bd87764a48c26e711f2bc510ea61d9c548/scikit_image-0.14.2-cp36-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b3025bf696a7dad6f218101734e093aa", "sha256": "eb5fa4443c7cfc502d1261d3a4ac61a45b139fc8055338c8fdd487ddb3bfd95d" }, "downloads": -1, "filename": "scikit_image-0.14.2-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "b3025bf696a7dad6f218101734e093aa", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7", "size": 28824739, "upload_time": "2019-01-18T08:30:11", "upload_time_iso_8601": "2019-01-18T08:30:11.023785Z", "url": "https://files.pythonhosted.org/packages/84/c4/0632e710fb581f47b43cb6b1c9985fa1c7431d1087e6153a10694a56f4a6/scikit_image-0.14.2-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f4955be642ffd8e6f58440b629e3afc2", "sha256": "c1954d029a81a066f32619294e6b5201bf2a071fe0689d369bbe52f64d17f260" }, "downloads": -1, "filename": "scikit_image-0.14.2-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f4955be642ffd8e6f58440b629e3afc2", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7", "size": 25319821, "upload_time": "2019-01-18T08:35:04", "upload_time_iso_8601": "2019-01-18T08:35:04.206611Z", "url": "https://files.pythonhosted.org/packages/b7/66/a7f7649e5abf9cf1a908134fe6b52f8c5bb4e4059e47dd497bd173a951c6/scikit_image-0.14.2-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "11c9ccfb2435bea3c647a4e480f3bff5", "sha256": "a5cf80a2fc77d7f7c093496b2149a2637f61b245c7ad62bbbda1c97b6bc23f05" }, "downloads": -1, "filename": "scikit_image-0.14.2-cp37-none-win32.whl", "has_sig": false, "md5_digest": "11c9ccfb2435bea3c647a4e480f3bff5", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7", "size": 23954031, "upload_time": "2019-01-18T12:52:23", "upload_time_iso_8601": "2019-01-18T12:52:23.620656Z", "url": "https://files.pythonhosted.org/packages/25/83/81b003d891699648b75f6ac20a1c6f2910dbcee9934cb043b95cc67dce79/scikit_image-0.14.2-cp37-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "110bc40b8cc70e719182d0a520dcf7c2", "sha256": "62639c1bcc635e73da57d4a15b6e50d60ec647a94ab9b465ddbfa0a1135bcc0a" }, "downloads": -1, "filename": "scikit_image-0.14.2-cp37-none-win_amd64.whl", "has_sig": false, "md5_digest": "110bc40b8cc70e719182d0a520dcf7c2", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7", "size": 24644397, "upload_time": "2019-01-18T12:52:35", "upload_time_iso_8601": "2019-01-18T12:52:35.158972Z", "url": "https://files.pythonhosted.org/packages/a1/db/7e7c247ea1800b0b7f56a0d3614709b8328da34118265b6b9d8b9cefd204/scikit_image-0.14.2-cp37-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "87c80d6d7301e72590f72761fba314b0", "sha256": "1afd0b84eefd77afd1071c5c1c402553d67be2d7db8950b32d6f773f25850c1f" }, "downloads": -1, "filename": "scikit-image-0.14.2.tar.gz", "has_sig": false, "md5_digest": "87c80d6d7301e72590f72761fba314b0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 27785514, "upload_time": "2019-01-18T12:53:19", "upload_time_iso_8601": "2019-01-18T12:53:19.366093Z", "url": "https://files.pythonhosted.org/packages/7f/bd/74ed9add17c3c7529c18693c17846753649c6cf2e674e7482fbf85d636cb/scikit-image-0.14.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.14.3": [ { "comment_text": "", "digests": { "md5": "c87bfbfd5682b005d3d02165a6829b74", "sha256": "8541cefddad87b08105583e946132e822b196fff437f407afa92742e1e763387" }, "downloads": -1, "filename": "scikit_image-0.14.3-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "c87bfbfd5682b005d3d02165a6829b74", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 29239926, "upload_time": "2019-06-12T00:22:50", "upload_time_iso_8601": "2019-06-12T00:22:50.244382Z", "url": "https://files.pythonhosted.org/packages/ad/e3/7c8234b15137d2886bbbc3e9a7c83aae851b8cb1e3cf1c3210bdcce56b98/scikit_image-0.14.3-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "93a3ffd8e1d5652f0651b7a157f6ed4f", "sha256": "4f12cdf72155f77b736902e87c6b4544e311241070e9548c03ac0fcf9aa0bbed" }, "downloads": -1, "filename": "scikit_image-0.14.3-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "93a3ffd8e1d5652f0651b7a157f6ed4f", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 24833591, "upload_time": "2019-06-12T00:33:39", "upload_time_iso_8601": "2019-06-12T00:33:39.762646Z", "url": "https://files.pythonhosted.org/packages/ad/44/1b3b39e3b8749666755d3df01c1102d7a5b04674b05e9fd0050d6ade27b6/scikit_image-0.14.3-cp27-cp27m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "86b1029cab47221c38765e9bd168363e", "sha256": "6b88c64f8351f1755ccc7feec26a7e55359acba2375498409fa1380bd3789b6f" }, "downloads": -1, "filename": "scikit_image-0.14.3-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "86b1029cab47221c38765e9bd168363e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 25496505, "upload_time": "2019-06-12T00:34:18", "upload_time_iso_8601": "2019-06-12T00:34:18.059640Z", "url": "https://files.pythonhosted.org/packages/00/61/ce5e7a1a9408ad72deee76050970a050d44ff571b38850c889074b1f45de/scikit_image-0.14.3-cp27-cp27m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1590660988c89881c36af9d2f9c82854", "sha256": "8d76474ad59e5339584a9c4317868e51c0fbf2c2d11a936e836279fc281633d6" }, "downloads": -1, "filename": "scikit_image-0.14.3-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "1590660988c89881c36af9d2f9c82854", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 24834264, "upload_time": "2019-06-12T00:30:48", "upload_time_iso_8601": "2019-06-12T00:30:48.279398Z", "url": "https://files.pythonhosted.org/packages/82/18/e20fa72ea7b774f579e63cfd141249b0f49df2eb37909793a2cb2490bfcf/scikit_image-0.14.3-cp27-cp27mu-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "06d72e9204d8a7f08ba5fbbe212af51c", "sha256": "db9f4fb00db5ce5855737c22abbdc22d9663d44643cbdad674e2c9fc32ba9c16" }, "downloads": -1, "filename": "scikit_image-0.14.3-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "06d72e9204d8a7f08ba5fbbe212af51c", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 25495352, "upload_time": "2019-06-12T00:32:51", "upload_time_iso_8601": "2019-06-12T00:32:51.233639Z", "url": "https://files.pythonhosted.org/packages/d6/7b/8658ea5f3c5f1d103a0a873333984bf084e99ff832af9ad54b6ae9f6ade0/scikit_image-0.14.3-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "90095a1320e7bbcc139d8f0d868f8636", "sha256": "62718e67f1f058501055c7e6b7206eea96f792039ea4c87af8e6b706a22ae11e" }, "downloads": -1, "filename": "scikit_image-0.14.3-cp27-none-win32.whl", "has_sig": false, "md5_digest": "90095a1320e7bbcc139d8f0d868f8636", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 24041441, "upload_time": "2019-06-12T00:40:32", "upload_time_iso_8601": "2019-06-12T00:40:32.726877Z", "url": "https://files.pythonhosted.org/packages/13/56/0b5cf4d1a37b6e41997838c8175dccc5fef3d1e0003d227abb88982e4813/scikit_image-0.14.3-cp27-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0a1ef0aae725129c6cb4c63aa297cf92", "sha256": "8508b9a2fccaa52a30785316ae4b29aaf339ef8fc3dab1bb35d36468397e0b0d" }, "downloads": -1, "filename": "scikit_image-0.14.3-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "0a1ef0aae725129c6cb4c63aa297cf92", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 24737127, "upload_time": "2019-06-12T00:43:49", "upload_time_iso_8601": "2019-06-12T00:43:49.774420Z", "url": "https://files.pythonhosted.org/packages/12/83/a2e4d88003ecde0c008c1c1dc2d3054bd1d9940500d2fbdaf6304894ee38/scikit_image-0.14.3-cp27-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c28506b4ff9f94dc5e11281a0823b46d", "sha256": "cc97cfc239f1f7ee8cc5129e3cb29fe553237fa62380b62d6f7c0909974d1400" }, "downloads": -1, "filename": "scikit_image-0.14.3-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "c28506b4ff9f94dc5e11281a0823b46d", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 28773253, "upload_time": "2019-06-12T00:23:14", "upload_time_iso_8601": "2019-06-12T00:23:14.424667Z", "url": "https://files.pythonhosted.org/packages/5c/1f/f78a6bcafce865325f5c7c678dad4fced12986bb7faead410804501c2b1c/scikit_image-0.14.3-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "48dbaf47865584cf971561735c3478ae", "sha256": "755ee87e4b0332fd1645c67fd1e5780908937f35d28a6bd3377af304fd54a8d9" }, "downloads": -1, "filename": "scikit_image-0.14.3-cp34-cp34m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "48dbaf47865584cf971561735c3478ae", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 24640713, "upload_time": "2019-06-12T00:34:47", "upload_time_iso_8601": "2019-06-12T00:34:47.689344Z", "url": "https://files.pythonhosted.org/packages/b1/eb/fcb5d111e5ff5b54ad4106e20c834dfae4795d8ed725677eed242e1d4db3/scikit_image-0.14.3-cp34-cp34m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "21e687c0384d9a9767ffa7de0a46daae", "sha256": "331ee6db27e434e467831e21c8489bec23038ede790c53e0b6040e1e638fff45" }, "downloads": -1, "filename": "scikit_image-0.14.3-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "21e687c0384d9a9767ffa7de0a46daae", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 25248394, "upload_time": "2019-06-12T00:35:20", "upload_time_iso_8601": "2019-06-12T00:35:20.836016Z", "url": "https://files.pythonhosted.org/packages/77/11/4bf31e0c06f4b0c771fb06c0a6f2816bbbc5eb3f796f47ee187818fd652d/scikit_image-0.14.3-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4712a42456883ccd95dbf051a4323ad7", "sha256": "e50d053133c292efe0e70eefc6a6481002b32d7b4b72ef38bd7caae6b24fb7d6" }, "downloads": -1, "filename": "scikit_image-0.14.3-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "4712a42456883ccd95dbf051a4323ad7", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 28633612, "upload_time": "2019-06-12T00:23:38", "upload_time_iso_8601": "2019-06-12T00:23:38.264235Z", "url": "https://files.pythonhosted.org/packages/48/74/5fd57196248a082b62c5b938f5a19386700cf9ff0a46e2e7c69ccab66bb4/scikit_image-0.14.3-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "99be24a12c375976727184653eb6e20f", "sha256": "1600628c96b76f265dede2393115f77d93a427c617202622dfd6ba27e075efcc" }, "downloads": -1, "filename": "scikit_image-0.14.3-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "99be24a12c375976727184653eb6e20f", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 24690244, "upload_time": "2019-06-12T00:36:22", "upload_time_iso_8601": "2019-06-12T00:36:22.296715Z", "url": "https://files.pythonhosted.org/packages/89/ae/ea5fd06c8fe8301d69e5bf5e7b6a5e9355fe72f1a94aa9242c9fde731069/scikit_image-0.14.3-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "52fd7679767a19e338d9622c13eea0ac", "sha256": "b26462abeee13ee249c814723a3038ccd74af2144349422d1b344e1378f9f702" }, "downloads": -1, "filename": "scikit_image-0.14.3-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "52fd7679767a19e338d9622c13eea0ac", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 25283816, "upload_time": "2019-06-12T00:35:54", "upload_time_iso_8601": "2019-06-12T00:35:54.356037Z", "url": "https://files.pythonhosted.org/packages/1b/f0/ad97b8a7a40307fb440e55a45017cfa80f0ae0121cd3bcddb9a521604cd4/scikit_image-0.14.3-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3e8a0b2232664624948f2ab0872c2bea", "sha256": "c7afc4231e9bb9d0d2b44958e6e403117e6823bb16bca61ab95540e737f2941f" }, "downloads": -1, "filename": "scikit_image-0.14.3-cp35-none-win32.whl", "has_sig": false, "md5_digest": "3e8a0b2232664624948f2ab0872c2bea", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 23900718, "upload_time": "2019-06-12T00:41:01", "upload_time_iso_8601": "2019-06-12T00:41:01.103234Z", "url": "https://files.pythonhosted.org/packages/09/f4/edadc069372435188ae0985a290abc80d5036c6e16dafa0928be4a872227/scikit_image-0.14.3-cp35-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a76a37a1aa0d10bf6593b472344cc972", "sha256": "056632aa964528c484758829d295f11c86a405aa0294f2578eac4acd945d4300" }, "downloads": -1, "filename": "scikit_image-0.14.3-cp35-none-win_amd64.whl", "has_sig": false, "md5_digest": "a76a37a1aa0d10bf6593b472344cc972", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 24621624, "upload_time": "2019-06-12T00:43:20", "upload_time_iso_8601": "2019-06-12T00:43:20.872436Z", "url": "https://files.pythonhosted.org/packages/db/25/e4aff0e5263ae4761919d300963db32db51136793aac34713d97f86433c6/scikit_image-0.14.3-cp35-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "31ec1624298acb7d0b641b7f89367bcb", "sha256": "fb1de3dabbc7a429b38a016d01502920226b59d277578291fb18a28888ed5792" }, "downloads": -1, "filename": "scikit_image-0.14.3-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "31ec1624298acb7d0b641b7f89367bcb", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 28905411, "upload_time": "2019-06-12T00:24:04", "upload_time_iso_8601": "2019-06-12T00:24:04.401340Z", "url": "https://files.pythonhosted.org/packages/73/fd/5f4f2a3819967fb87e3a6fc56470b6b0dd134ddca0f66b1b0b0a825af2d1/scikit_image-0.14.3-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "87cc09b235bf39b966369a96b6b6372f", "sha256": "24ebe2a9cf40f2196393bc575345bc514bc845366545361785696a76e3aeb89b" }, "downloads": -1, "filename": "scikit_image-0.14.3-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "87cc09b235bf39b966369a96b6b6372f", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 24746707, "upload_time": "2019-06-12T00:36:58", "upload_time_iso_8601": "2019-06-12T00:36:58.088562Z", "url": "https://files.pythonhosted.org/packages/b7/53/1731577b8a7a390372aa2e4e6be893f8276698c8e12899b72231fe5addf8/scikit_image-0.14.3-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "37fa525dca8f537e1be0eb851e4eb1e7", "sha256": "e312e914d6f97e525460268cd0d215cd9c9c4fe131457316bd32c6c760171660" }, "downloads": -1, "filename": "scikit_image-0.14.3-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "37fa525dca8f537e1be0eb851e4eb1e7", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 25364840, "upload_time": "2019-06-12T00:37:23", "upload_time_iso_8601": "2019-06-12T00:37:23.977901Z", "url": "https://files.pythonhosted.org/packages/09/51/8ed3f857c2e7337b98fceeb6b37e3f39ca0d9159fa80bb2c79b958c564fc/scikit_image-0.14.3-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0ff539c5b3f56328c6b06ddf247dd2b4", "sha256": "4e59c25be3e9760ba181832b9b33e27ff3cea9c362842260ac06644ae08b23c8" }, "downloads": -1, "filename": "scikit_image-0.14.3-cp36-none-win32.whl", "has_sig": false, "md5_digest": "0ff539c5b3f56328c6b06ddf247dd2b4", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 23979045, "upload_time": "2019-06-12T00:41:25", "upload_time_iso_8601": "2019-06-12T00:41:25.209947Z", "url": "https://files.pythonhosted.org/packages/e2/d5/0200e8c67a0f7f6c0317b5f28e48b476adce8a0b5b2d24d7a4b6fb14898c/scikit_image-0.14.3-cp36-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c1d259eca4a900e69638837b62cfdade", "sha256": "1e85573ed37e0205ea918475c1fbd12e6c118c6f1e166dd159af04bcd9d4fa30" }, "downloads": -1, "filename": "scikit_image-0.14.3-cp36-none-win_amd64.whl", "has_sig": false, "md5_digest": "c1d259eca4a900e69638837b62cfdade", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 24718031, "upload_time": "2019-06-12T00:42:54", "upload_time_iso_8601": "2019-06-12T00:42:54.795571Z", "url": "https://files.pythonhosted.org/packages/a2/97/f3cca0f0bb9c5e8071553fb503260621cc4bd2d1dabc22932134e1248425/scikit_image-0.14.3-cp36-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "54a0c939e2634994cc512bbd34a3f000", "sha256": "4c17f2919029bd68907e2bf80dfecfb8b601bee4f392ef01f835ba4aa8c616e9" }, "downloads": -1, "filename": "scikit_image-0.14.3-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "54a0c939e2634994cc512bbd34a3f000", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 28865966, "upload_time": "2019-06-12T00:24:28", "upload_time_iso_8601": "2019-06-12T00:24:28.043575Z", "url": "https://files.pythonhosted.org/packages/16/db/bd24eb130b0926fd0b2b4c4f3742214e1656c5823d8df3c3ea918a1b796b/scikit_image-0.14.3-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e13a8978d6153cb9fb4ab3a57b2e7c1f", "sha256": "ef3fb33404fbf1717e3d268e1cc0983264fc3154036b29950fbc9c3fbed98ee3" }, "downloads": -1, "filename": "scikit_image-0.14.3-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "e13a8978d6153cb9fb4ab3a57b2e7c1f", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 24732599, "upload_time": "2019-06-12T00:38:10", "upload_time_iso_8601": "2019-06-12T00:38:10.905471Z", "url": "https://files.pythonhosted.org/packages/20/41/c223b53344a87b1f67e0f14c5e9a36194bac8cc752e9ecfbf0b311ef1569/scikit_image-0.14.3-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "62cdeacc62775141b9d818d19ce08edf", "sha256": "1fc4a596d6b7295bd05dce3df1105d1c7c7abe9c65f5d3ced2eace1cd746c15e" }, "downloads": -1, "filename": "scikit_image-0.14.3-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "62cdeacc62775141b9d818d19ce08edf", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 25369288, "upload_time": "2019-06-12T00:39:29", "upload_time_iso_8601": "2019-06-12T00:39:29.901416Z", "url": "https://files.pythonhosted.org/packages/a1/1a/d6a51bae74269bb584540af1a82f22d40ab36c6a5961b9dbe791238e7284/scikit_image-0.14.3-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a08ce5aac0bc70aff2c46b4e5b657404", "sha256": "b7b5605c7737073c1bdffbfea1f6a257dd6e96ab109fc37f43a7bd3d1d581e2a" }, "downloads": -1, "filename": "scikit_image-0.14.3-cp37-none-win32.whl", "has_sig": false, "md5_digest": "a08ce5aac0bc70aff2c46b4e5b657404", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 23981479, "upload_time": "2019-06-12T00:41:58", "upload_time_iso_8601": "2019-06-12T00:41:58.348184Z", "url": "https://files.pythonhosted.org/packages/bd/5d/df4b0e528bd4404c9e27598da2b1c9d367c64e7a4e76e1a7cbf7c39a7b70/scikit_image-0.14.3-cp37-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d41c67e9a032e4ed8fbd7041e7ef15d9", "sha256": "ce114f536941348998665360ea6fbbf1577a3c49a5c2b4d416c71d3edde05ab7" }, "downloads": -1, "filename": "scikit_image-0.14.3-cp37-none-win_amd64.whl", "has_sig": false, "md5_digest": "d41c67e9a032e4ed8fbd7041e7ef15d9", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 24719136, "upload_time": "2019-06-12T00:42:26", "upload_time_iso_8601": "2019-06-12T00:42:26.683207Z", "url": "https://files.pythonhosted.org/packages/07/b4/b8724f768aeb8475d57434c38f29ed7bf75de36257df5180b9d0e71361a6/scikit_image-0.14.3-cp37-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "765a0cfb5e28c2bc5f4471c2aed5a462", "sha256": "f05eab2df885fb6fde3df0e4d24c9c620d6474ea0eb949fd45f6f634925dd514" }, "downloads": -1, "filename": "scikit-image-0.14.3.tar.gz", "has_sig": false, "md5_digest": "765a0cfb5e28c2bc5f4471c2aed5a462", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 27312311, "upload_time": "2019-06-12T00:48:32", "upload_time_iso_8601": "2019-06-12T00:48:32.771218Z", "url": "https://files.pythonhosted.org/packages/36/ae/7988e65bb8accb894ffb3ed97ff572f9f85eacc737c03cd954b89809ca49/scikit-image-0.14.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.14.4": [ { "comment_text": "", "digests": { "md5": "5c84254ea7cbbecd3ab534272b75cabc", "sha256": "fff36e7a163c6ee5d189ed7ded0e801ed1e277fa320d307b78a5039a1370e753" }, "downloads": -1, "filename": "scikit_image-0.14.4-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "5c84254ea7cbbecd3ab534272b75cabc", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 29272641, "upload_time": "2019-09-04T22:01:02", "upload_time_iso_8601": "2019-09-04T22:01:02.694751Z", "url": "https://files.pythonhosted.org/packages/0f/e5/0e268ac13338d72f2ec175b0305b7f804e5d5249f4ef3f2f5c9074ae4506/scikit_image-0.14.4-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0e59982671e6735a06071f5d74cf97a1", "sha256": "eb59f82757900796c227a6e270331f85615c18f4a549f835b6e1638aab8445cc" }, "downloads": -1, "filename": "scikit_image-0.14.4-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "0e59982671e6735a06071f5d74cf97a1", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 24856019, "upload_time": "2019-09-04T22:01:20", "upload_time_iso_8601": "2019-09-04T22:01:20.134835Z", "url": "https://files.pythonhosted.org/packages/e6/2b/07901ffe40b0ea2d1c06e512a51e44ccfbe057d6ef5942fb3cbbc1b3108f/scikit_image-0.14.4-cp27-cp27m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a2227f9dad75c531e1a0bdd5ecb1c2d6", "sha256": "49b7fd44b1fc98d1a5fc5c4f69c9942a2beafd936ae632260709f1d1e19a60c4" }, "downloads": -1, "filename": "scikit_image-0.14.4-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a2227f9dad75c531e1a0bdd5ecb1c2d6", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 25521504, "upload_time": "2019-09-04T22:01:36", "upload_time_iso_8601": "2019-09-04T22:01:36.541612Z", "url": "https://files.pythonhosted.org/packages/2a/17/bb2e239e2660be63f12dc8afea56c6c297172ab64e6100593af49c491a01/scikit_image-0.14.4-cp27-cp27m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6453c65690daff19810a151616f95a1b", "sha256": "5e459ddb9c35e49d1ede4a476cf0e42b188da943ff0822a01f11149f7884e4a0" }, "downloads": -1, "filename": "scikit_image-0.14.4-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "6453c65690daff19810a151616f95a1b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 24860776, "upload_time": "2019-09-04T22:01:53", "upload_time_iso_8601": "2019-09-04T22:01:53.776093Z", "url": "https://files.pythonhosted.org/packages/c8/c6/bb4b63b0f4edeaecffd880d049b1318574c219563a7cf6745b145fc51cc0/scikit_image-0.14.4-cp27-cp27mu-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "24115d8d64bce049620a4b9b6a0312c1", "sha256": "a693d2d5c3ce916c18f4dd3f52b652fe7735ffe2d044dc340ae1745eb6a061cf" }, "downloads": -1, "filename": "scikit_image-0.14.4-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "24115d8d64bce049620a4b9b6a0312c1", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 25528705, "upload_time": "2019-09-04T22:02:11", "upload_time_iso_8601": "2019-09-04T22:02:11.055951Z", "url": "https://files.pythonhosted.org/packages/21/a4/768d740b3e82c7238b3cf9538ac6eaf2ca37f180446cc2c63882c3df85cc/scikit_image-0.14.4-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f773a2be595c5cdaf6cafd14d7310edd", "sha256": "6d7bfcbe4790df79e981dc89fb5103f8d30389fc12370f7416fa923e97f41127" }, "downloads": -1, "filename": "scikit_image-0.14.4-cp27-none-win32.whl", "has_sig": false, "md5_digest": "f773a2be595c5cdaf6cafd14d7310edd", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 24041100, "upload_time": "2019-09-04T22:02:27", "upload_time_iso_8601": "2019-09-04T22:02:27.586783Z", "url": "https://files.pythonhosted.org/packages/6e/9f/f3391591204fc990e29f6e68b93dbfa2de3586b1ca788ede3d06acfdef77/scikit_image-0.14.4-cp27-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dca18ad5f39988456e1adf20d6cde5a3", "sha256": "3f3bbe438492b60ed11c0907fd010e963a1df710f07c5722ade297417cdd1326" }, "downloads": -1, "filename": "scikit_image-0.14.4-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "dca18ad5f39988456e1adf20d6cde5a3", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 24735518, "upload_time": "2019-09-04T22:02:48", "upload_time_iso_8601": "2019-09-04T22:02:48.418879Z", "url": "https://files.pythonhosted.org/packages/17/08/ca78d8c88922b274d13fdeb97d7fc1a47cce553314744d33a08e4a49a3cb/scikit_image-0.14.4-cp27-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bcae66bbc2bf8a67f56569b03cfebc4f", "sha256": "6582b12f38afb093d4f598e18d245f20edcf668f9a4fb4cbeb6fdcc9e1840f93" }, "downloads": -1, "filename": "scikit_image-0.14.4-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "bcae66bbc2bf8a67f56569b03cfebc4f", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 28668995, "upload_time": "2019-09-04T22:03:09", "upload_time_iso_8601": "2019-09-04T22:03:09.525562Z", "url": "https://files.pythonhosted.org/packages/7c/2a/8242019ba2d78077367f9e3c5ab42789dbc42070aea30445a05d02777c71/scikit_image-0.14.4-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a5f2315d12238a85af872962076886c9", "sha256": "5db2e65838443d87c4f1b6b62370025457efd233aab47392faf001a12238bc80" }, "downloads": -1, "filename": "scikit_image-0.14.4-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "a5f2315d12238a85af872962076886c9", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 24696579, "upload_time": "2019-09-04T22:03:28", "upload_time_iso_8601": "2019-09-04T22:03:28.246692Z", "url": "https://files.pythonhosted.org/packages/d8/26/073e17708b7030ad322588c62879105502568aacfd1bcc42564dbfe81bd8/scikit_image-0.14.4-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c5fe425c5aee4e5cfbcf7ce531631536", "sha256": "d3dcb0ef9627ddb27afaa32d34a38f117f44a4a53dca6c54f7769d78b4fd3bd6" }, "downloads": -1, "filename": "scikit_image-0.14.4-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c5fe425c5aee4e5cfbcf7ce531631536", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 25315356, "upload_time": "2019-09-04T22:03:47", "upload_time_iso_8601": "2019-09-04T22:03:47.750976Z", "url": "https://files.pythonhosted.org/packages/64/d2/a92b1ab6ae859ee9b52f3218ef6482742dd512d692bacb3bbe1c5db96529/scikit_image-0.14.4-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dd98fecfd87f757e34d94e733d118fea", "sha256": "906708a7e22bb837e599ae0946cd910c235c3a1b3c5cebed475561c1bf443c80" }, "downloads": -1, "filename": "scikit_image-0.14.4-cp35-none-win32.whl", "has_sig": false, "md5_digest": "dd98fecfd87f757e34d94e733d118fea", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 23900180, "upload_time": "2019-09-04T22:04:07", "upload_time_iso_8601": "2019-09-04T22:04:07.779464Z", "url": "https://files.pythonhosted.org/packages/76/91/57fbe25c180f1e89ce6b0b21c3d869e93bb5788bbbb833883541cb750099/scikit_image-0.14.4-cp35-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "943309ba807fffadddf7dda1fe0b5d75", "sha256": "9a8b922d39e96c826da95190dba9fdda262d17c7cec2c48f919ba3dcf13f99f5" }, "downloads": -1, "filename": "scikit_image-0.14.4-cp35-none-win_amd64.whl", "has_sig": false, "md5_digest": "943309ba807fffadddf7dda1fe0b5d75", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 24621300, "upload_time": "2019-09-04T22:04:28", "upload_time_iso_8601": "2019-09-04T22:04:28.300822Z", "url": "https://files.pythonhosted.org/packages/d9/36/3a1a30743e98503d6bff3dac4c58aac7845f89983878771a30817a453978/scikit_image-0.14.4-cp35-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8e24dd671dbcd29a395eea697206327e", "sha256": "03168d3534d7441650acc46c9a8e56284103a4b59e91b7b24c7c03a160d03602" }, "downloads": -1, "filename": "scikit_image-0.14.4-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "8e24dd671dbcd29a395eea697206327e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 28940442, "upload_time": "2019-09-04T22:04:50", "upload_time_iso_8601": "2019-09-04T22:04:50.625693Z", "url": "https://files.pythonhosted.org/packages/d9/06/f94b15991ede304d21915aeee96e1e57d59103c2145861ffe7fa199c4726/scikit_image-0.14.4-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "301ee2879ea5bd3679eeda90fc74c8b7", "sha256": "6e8ab6dca0404cfa17040ccc950e192430d4449dd831d514d0dd7f13c027c901" }, "downloads": -1, "filename": "scikit_image-0.14.4-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "301ee2879ea5bd3679eeda90fc74c8b7", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 24752090, "upload_time": "2019-09-04T22:05:09", "upload_time_iso_8601": "2019-09-04T22:05:09.626858Z", "url": "https://files.pythonhosted.org/packages/5b/fb/2d654f1ebb56140edcf9a5fbe169c7255d755879b4cf45f054b0949fb61f/scikit_image-0.14.4-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0dd07337a99cdba2a2283670062ea14d", "sha256": "2b5e14da391ab559cb1f365400e6ff2564dac72ddad1d6b6ccb12756d444dcfe" }, "downloads": -1, "filename": "scikit_image-0.14.4-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0dd07337a99cdba2a2283670062ea14d", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 25400605, "upload_time": "2019-09-04T22:05:28", "upload_time_iso_8601": "2019-09-04T22:05:28.178402Z", "url": "https://files.pythonhosted.org/packages/b7/16/df1f0197a548a7d6617031299a172787f95e723c9812c456bd95f4a26629/scikit_image-0.14.4-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2850fddefe96cae058ca9e9ba38af28e", "sha256": "aec815293fbc2e4da841cc5f7c34ef0411851a1fc645fb88d43d4fc2d50aa221" }, "downloads": -1, "filename": "scikit_image-0.14.4-cp36-none-win32.whl", "has_sig": false, "md5_digest": "2850fddefe96cae058ca9e9ba38af28e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 23978750, "upload_time": "2019-09-04T22:05:46", "upload_time_iso_8601": "2019-09-04T22:05:46.628440Z", "url": "https://files.pythonhosted.org/packages/2f/01/4d9ced98368a64710ea940b0381f97fe3d07a2162e61ce96ad26fbcd3a3b/scikit_image-0.14.4-cp36-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3e40ad87e559d7d1de9ac0f5564fc314", "sha256": "3b91fefc0417b311a4aca94d2607a4a5e3304fc03f37a6efa873abd3a359bd96" }, "downloads": -1, "filename": "scikit_image-0.14.4-cp36-none-win_amd64.whl", "has_sig": false, "md5_digest": "3e40ad87e559d7d1de9ac0f5564fc314", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 24716626, "upload_time": "2019-09-04T22:06:06", "upload_time_iso_8601": "2019-09-04T22:06:06.578359Z", "url": "https://files.pythonhosted.org/packages/18/ae/beb2d9d25152268929249b2e674b972a31322db7bcaa17cf0d6a853df196/scikit_image-0.14.4-cp36-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8cd0f64c0a5c155e3a1c1c92f75f8a78", "sha256": "951ccc0bc98b332d0ced67dd8d894a8d2d7807ab39a4ea95e52546d4d5202196" }, "downloads": -1, "filename": "scikit_image-0.14.4-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "8cd0f64c0a5c155e3a1c1c92f75f8a78", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 28901203, "upload_time": "2019-09-04T22:06:29", "upload_time_iso_8601": "2019-09-04T22:06:29.792678Z", "url": "https://files.pythonhosted.org/packages/85/f9/052f0f4a9dd5bf6d07c1b040d35f51dad872146b7b0773d3e352ad535b65/scikit_image-0.14.4-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3b4366b2b3ee55849b94849d26502d29", "sha256": "22a3c93ed31b5188d35e9d2cd469305ab8f3a19a711134fa22500eeced6d2a01" }, "downloads": -1, "filename": "scikit_image-0.14.4-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "3b4366b2b3ee55849b94849d26502d29", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 24740696, "upload_time": "2019-09-04T22:06:50", "upload_time_iso_8601": "2019-09-04T22:06:50.539920Z", "url": "https://files.pythonhosted.org/packages/8f/12/8af275a153fb937d71248fa378b059f617d86e9ce10180a10bf3ed9d5026/scikit_image-0.14.4-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ca55c23ab7469d375dbf91667d938232", "sha256": "0390c038b9768c4db4a62ef7985995c51997db223fcfaefee31e01d2b0962da8" }, "downloads": -1, "filename": "scikit_image-0.14.4-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ca55c23ab7469d375dbf91667d938232", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 25387418, "upload_time": "2019-09-04T22:07:11", "upload_time_iso_8601": "2019-09-04T22:07:11.694962Z", "url": "https://files.pythonhosted.org/packages/a5/cc/2cc50cdd846fa9a54d7ad80e984c13ed7eff02ba9285f404ce5f6b4697fe/scikit_image-0.14.4-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ad67eefbf64b6fc5c270a1e18dcd2c02", "sha256": "c1e1ea537b44087009618f6b9e7c33729b82d1b7bd6d3c0542404b1fba70dbdd" }, "downloads": -1, "filename": "scikit_image-0.14.4-cp37-none-win32.whl", "has_sig": false, "md5_digest": "ad67eefbf64b6fc5c270a1e18dcd2c02", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 23981172, "upload_time": "2019-09-04T22:07:29", "upload_time_iso_8601": "2019-09-04T22:07:29.499728Z", "url": "https://files.pythonhosted.org/packages/38/79/1d44bd7a8d08127daad425dd5e130a57b8dc12db62a495d15a5ff7f534d8/scikit_image-0.14.4-cp37-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "32422858bf3871637ac59b06680d05b0", "sha256": "072a8115050d649cc27533f546559404b89dd09c7814aa03d2172f568a2ea3bb" }, "downloads": -1, "filename": "scikit_image-0.14.4-cp37-none-win_amd64.whl", "has_sig": false, "md5_digest": "32422858bf3871637ac59b06680d05b0", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 24718380, "upload_time": "2019-09-04T22:07:46", "upload_time_iso_8601": "2019-09-04T22:07:46.361772Z", "url": "https://files.pythonhosted.org/packages/00/71/0144176b263b70a9f3d805c7f2d9b1d3c557b3d76acb0fbe2a3d9a508810/scikit_image-0.14.4-cp37-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "0.14.5": [ { "comment_text": "", "digests": { "md5": "75afb5067a983470ef71432add9a64bf", "sha256": "0370157e1e5a87ac4dd05e45592396616e754968f78830432fd10586181ef5d3" }, "downloads": -1, "filename": "scikit_image-0.14.5-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "75afb5067a983470ef71432add9a64bf", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 29273010, "upload_time": "2019-09-10T09:34:26", "upload_time_iso_8601": "2019-09-10T09:34:26.675245Z", "url": "https://files.pythonhosted.org/packages/17/ee/495c51b4925c4d1975468693e948dffe6f75dcc4c14bf6c96dbf27e1c2b6/scikit_image-0.14.5-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8898b2d375722b0049bc1118efc85553", "sha256": "68cc1264a892950d77c513d4a44c560717cd31bbe5c00756048a728603bae464" }, "downloads": -1, "filename": "scikit_image-0.14.5-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "8898b2d375722b0049bc1118efc85553", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 24856375, "upload_time": "2019-09-10T09:34:42", "upload_time_iso_8601": "2019-09-10T09:34:42.228600Z", "url": "https://files.pythonhosted.org/packages/7f/53/61648af61381690a01dc334011816f5f3f5d317b99ff3af254af45178a2d/scikit_image-0.14.5-cp27-cp27m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "505e008756372fc839c686f6966d1c49", "sha256": "90ce05525393680698b7d3b1a5ba2b6828d03b0272227044efd32d7ccda20ffc" }, "downloads": -1, "filename": "scikit_image-0.14.5-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "505e008756372fc839c686f6966d1c49", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 25521861, "upload_time": "2019-09-10T09:34:59", "upload_time_iso_8601": "2019-09-10T09:34:59.827869Z", "url": "https://files.pythonhosted.org/packages/32/b9/2aa6efafcf5cfad0655298433608d89f8f969b3c64a44a1eb2c88bb99abe/scikit_image-0.14.5-cp27-cp27m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d4f0dd6ea1965fa770015a0b9ad9fdfd", "sha256": "ca13e3e70b55a0e6fda2b4ee525074e5228a41da55a2c0bef8f3acc5ccd032e7" }, "downloads": -1, "filename": "scikit_image-0.14.5-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "d4f0dd6ea1965fa770015a0b9ad9fdfd", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 24861134, "upload_time": "2019-09-10T09:35:15", "upload_time_iso_8601": "2019-09-10T09:35:15.927686Z", "url": "https://files.pythonhosted.org/packages/5b/31/739aa2e53b7863e0818aa94e1140d1c51d1236ab1b16ad73ed0275c6cb88/scikit_image-0.14.5-cp27-cp27mu-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b462e1ea347cc34055f2078f338cbe2b", "sha256": "152052ebb27e03f3a1643dedefca18edd110d7e5bef7cb0e0869d5e0219580cc" }, "downloads": -1, "filename": "scikit_image-0.14.5-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b462e1ea347cc34055f2078f338cbe2b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 25529060, "upload_time": "2019-09-10T09:35:33", "upload_time_iso_8601": "2019-09-10T09:35:33.318493Z", "url": "https://files.pythonhosted.org/packages/bb/7f/d27fadff2c2b8cd45fffe44330b3f26014e94e856d4b61e5bfd2701b1ccb/scikit_image-0.14.5-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2c61c4b8c2a64fdb958d85eb557c4397", "sha256": "b26b6a5762e3953aaefccd15c5b5688c68ea90d24ebf1832fcafe06b94793c32" }, "downloads": -1, "filename": "scikit_image-0.14.5-cp27-none-win32.whl", "has_sig": false, "md5_digest": "2c61c4b8c2a64fdb958d85eb557c4397", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 24041458, "upload_time": "2019-09-10T09:35:49", "upload_time_iso_8601": "2019-09-10T09:35:49.450569Z", "url": "https://files.pythonhosted.org/packages/66/7e/a4c55744857919ddbc94e8b462d37084b7b5cf10def2bcc55d847061bc03/scikit_image-0.14.5-cp27-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "02e976338de100b5ba29e5f8add1b731", "sha256": "5bad71c71ac17765c3e32a7f726a314b5351229c766cd7482d8a5da13e290968" }, "downloads": -1, "filename": "scikit_image-0.14.5-cp27-none-win_amd64.whl", "has_sig": false, "md5_digest": "02e976338de100b5ba29e5f8add1b731", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 24735888, "upload_time": "2019-09-10T09:36:07", "upload_time_iso_8601": "2019-09-10T09:36:07.750782Z", "url": "https://files.pythonhosted.org/packages/22/09/b8a2e4c6305f613c9595e0b810d751953b92366479e14be46893ec491e06/scikit_image-0.14.5-cp27-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "04993bdf645d36006043df9aff12e96d", "sha256": "4b462312fa35eb995d22922862342a5d7507b80ee855f6102570e62273581110" }, "downloads": -1, "filename": "scikit_image-0.14.5-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "04993bdf645d36006043df9aff12e96d", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 28940804, "upload_time": "2019-09-10T09:36:25", "upload_time_iso_8601": "2019-09-10T09:36:25.279626Z", "url": "https://files.pythonhosted.org/packages/6c/e7/57c03fd267e1e8f4b1b21026b4abc631331f5d6f380218bda1ffea061d9e/scikit_image-0.14.5-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "98629ab2d6552b0fc624bf602baf8ce8", "sha256": "008e3be2b9cb9428c7feba56e9f2c8cbc18c8ae2396fee0667ff2a34c3800ee4" }, "downloads": -1, "filename": "scikit_image-0.14.5-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "98629ab2d6552b0fc624bf602baf8ce8", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 24752446, "upload_time": "2019-09-10T09:36:40", "upload_time_iso_8601": "2019-09-10T09:36:40.847645Z", "url": "https://files.pythonhosted.org/packages/d4/8d/31e82d672944c77b3782ac4d5d4366f5899f19cde3b03bf6b2ea84741e77/scikit_image-0.14.5-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0544909299bd2cd7454326723ce9fd9f", "sha256": "44e9184a6a5a9a1293a58247a56e8ec80804fc37d88c849513f63ba48aea730d" }, "downloads": -1, "filename": "scikit_image-0.14.5-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0544909299bd2cd7454326723ce9fd9f", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 25400960, "upload_time": "2019-09-10T09:36:59", "upload_time_iso_8601": "2019-09-10T09:36:59.762485Z", "url": "https://files.pythonhosted.org/packages/27/78/cfb15cdb3f63eea16946a42d0dbf7ef17be79d30858aa8efd5f6757bd106/scikit_image-0.14.5-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "436230f4e852e5466a2b29cbeac1908e", "sha256": "716b565c99862ded9104431bbb5c39ede1530f517296c2d3b293ef7f465ef3a3" }, "downloads": -1, "filename": "scikit_image-0.14.5-cp36-none-win32.whl", "has_sig": false, "md5_digest": "436230f4e852e5466a2b29cbeac1908e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 23979085, "upload_time": "2019-09-10T09:37:13", "upload_time_iso_8601": "2019-09-10T09:37:13.387292Z", "url": "https://files.pythonhosted.org/packages/0b/ae/86d942ef87bbcfaf6a294c62340f4e7b19bb7632ee57a75e8bb2af8e081f/scikit_image-0.14.5-cp36-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f74f57431b2b39fcfe1d984e567fe849", "sha256": "d0f8742965edf200f2d17e391469beb8cd90cecbbc5e1285bf168b3975e1c3f0" }, "downloads": -1, "filename": "scikit_image-0.14.5-cp36-none-win_amd64.whl", "has_sig": false, "md5_digest": "f74f57431b2b39fcfe1d984e567fe849", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 24716978, "upload_time": "2019-09-10T09:37:32", "upload_time_iso_8601": "2019-09-10T09:37:32.741041Z", "url": "https://files.pythonhosted.org/packages/ce/64/eb0e2f3392418101e2b2b34c6b3a33a1683b85805096fe043f784cdbedcd/scikit_image-0.14.5-cp36-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6a84a9f82b5a5a2791e5688dc68d1c04", "sha256": "fe69397c5cc2bacf0221b6a68b9aaec08a205510e0786dd331b5f109b871de8c" }, "downloads": -1, "filename": "scikit_image-0.14.5-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "6a84a9f82b5a5a2791e5688dc68d1c04", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 28901548, "upload_time": "2019-09-10T09:37:51", "upload_time_iso_8601": "2019-09-10T09:37:51.439494Z", "url": "https://files.pythonhosted.org/packages/4b/5e/74963b1d62f7228a1a4c508e59dd476564483671c793277dd75eda3076a4/scikit_image-0.14.5-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c53564bd3ef8a76074c029a3f5ef0545", "sha256": "29ef5fc4f2277a3a914a36ae762ab29a9eefcff7fe9548c817dcf9c545206982" }, "downloads": -1, "filename": "scikit_image-0.14.5-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "c53564bd3ef8a76074c029a3f5ef0545", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 24741050, "upload_time": "2019-09-10T09:38:07", "upload_time_iso_8601": "2019-09-10T09:38:07.327095Z", "url": "https://files.pythonhosted.org/packages/58/6c/f8e033a04234535fa99e5de0e7288ee51588ad03eafa14779d80e3b3c64c/scikit_image-0.14.5-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0add30c77067a947011593533fc7a0a9", "sha256": "3d3b8267aa15c57ab9926029c4a073c85907a635272c204fd1692d2a182da6df" }, "downloads": -1, "filename": "scikit_image-0.14.5-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0add30c77067a947011593533fc7a0a9", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 25387779, "upload_time": "2019-09-10T09:38:27", "upload_time_iso_8601": "2019-09-10T09:38:27.469373Z", "url": "https://files.pythonhosted.org/packages/07/a2/8119fd4950919eff95b3e3f3db79bf779dd92773df509aa2e710525a9ed9/scikit_image-0.14.5-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4b2f55fc6d2fd693fd87b0ae576fda38", "sha256": "25884e699aa52b724f6c3fba39fb022aa34c9b08c924cc7f5d7c94c6f3d08770" }, "downloads": -1, "filename": "scikit_image-0.14.5-cp37-none-win32.whl", "has_sig": false, "md5_digest": "4b2f55fc6d2fd693fd87b0ae576fda38", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 23981542, "upload_time": "2019-09-10T09:38:41", "upload_time_iso_8601": "2019-09-10T09:38:41.995421Z", "url": "https://files.pythonhosted.org/packages/1d/9f/755ceede5e3b480e0a02458d783f023f3f8a9916e3f1b8636be235f4f6c3/scikit_image-0.14.5-cp37-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9854a2f0e8cb565cac51e8600e154fcb", "sha256": "2feb5ea7613ad33cef2b1e1b763956597c5df60f366fb3c53b7005b215ed3aa2" }, "downloads": -1, "filename": "scikit_image-0.14.5-cp37-none-win_amd64.whl", "has_sig": false, "md5_digest": "9854a2f0e8cb565cac51e8600e154fcb", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 24718765, "upload_time": "2019-09-10T09:38:59", "upload_time_iso_8601": "2019-09-10T09:38:59.202782Z", "url": "https://files.pythonhosted.org/packages/65/3e/2b6d2168b53733b8367b82a324c7cd2bfd6ac72e43eb07296e5a8fa3a56c/scikit_image-0.14.5-cp37-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8fd58606bab6303834694756f553730c", "sha256": "1f064315cd6fb048560ac6eb03e41969aab68f9df5c145fefaece3b6823e5919" }, "downloads": -1, "filename": "scikit-image-0.14.5.tar.gz", "has_sig": false, "md5_digest": "8fd58606bab6303834694756f553730c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 28349543, "upload_time": "2019-09-10T09:39:51", "upload_time_iso_8601": "2019-09-10T09:39:51.479174Z", "url": "https://files.pythonhosted.org/packages/37/1e/26a39d9a88458eaefbab790596a19364604816e3fa5bee9618239356df50/scikit-image-0.14.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.15.0": [ { "comment_text": "", "digests": { "md5": "253af47b34b1285a607dd7d1cc2b1056", "sha256": "117244d206f014fcdc7fd3b03dc25ffd3c32be49c5103b916dadcf3c268ce629" }, "downloads": -1, "filename": "scikit_image-0.15.0-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "253af47b34b1285a607dd7d1cc2b1056", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 29762254, "upload_time": "2019-04-03T03:00:53", "upload_time_iso_8601": "2019-04-03T03:00:53.637811Z", "url": "https://files.pythonhosted.org/packages/01/6f/87542aa3a1526883647099ef798841a38177403701e301ee808d8d06320a/scikit_image-0.15.0-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "12a39fb8803013cd00a6fa80dd96ab1b", "sha256": "6665b00b649237171eb0c34ec7d2c5ee96f51cc826edf1b70654fc05fddec7a8" }, "downloads": -1, "filename": "scikit_image-0.15.0-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "12a39fb8803013cd00a6fa80dd96ab1b", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 25539882, "upload_time": "2019-04-03T03:00:59", "upload_time_iso_8601": "2019-04-03T03:00:59.963448Z", "url": "https://files.pythonhosted.org/packages/40/49/f7ccd800833c7fe55e94d651d474c77de58d272cf0b6c98c7a1d3a42c979/scikit_image-0.15.0-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4cefc2093ea4e7214da63e030d1f7dbf", "sha256": "ce9354571e1323ed98251723a7e5ffb3526ddd3b533a27aaca4ebd13ed479c56" }, "downloads": -1, "filename": "scikit_image-0.15.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4cefc2093ea4e7214da63e030d1f7dbf", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 26216552, "upload_time": "2019-04-03T03:01:06", "upload_time_iso_8601": "2019-04-03T03:01:06.263871Z", "url": "https://files.pythonhosted.org/packages/00/ba/9688afba6ab3714875a8d22284ce0362086e47f3cda60243e5d4de5e5943/scikit_image-0.15.0-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "76530b5b9ae65ae69d593a4229e73b1d", "sha256": "676838be922fdc7c65a1bfa71409b382874d60e2a7a0c968fe832f63b485842d" }, "downloads": -1, "filename": "scikit_image-0.15.0-cp35-none-win32.whl", "has_sig": false, "md5_digest": "76530b5b9ae65ae69d593a4229e73b1d", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 24680601, "upload_time": "2019-04-03T03:01:12", "upload_time_iso_8601": "2019-04-03T03:01:12.742169Z", "url": "https://files.pythonhosted.org/packages/b1/5c/5c51bad182e0cee5be04805483aac9f4886582fb245ff001c56d0e0a18fe/scikit_image-0.15.0-cp35-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8972289f2fa3684248456980c0d2141d", "sha256": "ed6d2dbb54a68b200df8783fcb17c406ece20420c8c86508ab0f5966e8631da5" }, "downloads": -1, "filename": "scikit_image-0.15.0-cp35-none-win_amd64.whl", "has_sig": false, "md5_digest": "8972289f2fa3684248456980c0d2141d", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 25458654, "upload_time": "2019-04-03T03:01:18", "upload_time_iso_8601": "2019-04-03T03:01:18.852049Z", "url": "https://files.pythonhosted.org/packages/dc/ff/c3e1ba58ba495ecc140efebe2049455330099fee808cde5ab871215d0cc9/scikit_image-0.15.0-cp35-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b33c1368dab146eb35f819cf0a52c62a", "sha256": "6b8697a52e1e3c2663f74a0a972cc601d2ceb5b3299cc9be3c3b6ac41d76d238" }, "downloads": -1, "filename": "scikit_image-0.15.0-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "b33c1368dab146eb35f819cf0a52c62a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 30076485, "upload_time": "2019-04-03T03:01:25", "upload_time_iso_8601": "2019-04-03T03:01:25.306466Z", "url": "https://files.pythonhosted.org/packages/c5/7c/c61e0bdb02fecd1e801d34fb534839f74055873eb935a05d96a8831d4448/scikit_image-0.15.0-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f9096c52ad779050a2d4e1f2dd4386fe", "sha256": "2dee5c19893bbfebeb30c2edd47e3092d84fe671e1278c8e1b8ab0b541b88590" }, "downloads": -1, "filename": "scikit_image-0.15.0-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "f9096c52ad779050a2d4e1f2dd4386fe", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 25629147, "upload_time": "2019-04-03T03:01:31", "upload_time_iso_8601": "2019-04-03T03:01:31.334306Z", "url": "https://files.pythonhosted.org/packages/fe/e7/83cf9b3422e6132c9642c6434df459d094adadfbb61322a61d2213c3c401/scikit_image-0.15.0-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0457455932e93e1b8f7705a3837167d8", "sha256": "91208ff13381ccbacce8a38a771e9d9d8982dce146581bcf6656aa8fd05d06ea" }, "downloads": -1, "filename": "scikit_image-0.15.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0457455932e93e1b8f7705a3837167d8", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 26318502, "upload_time": "2019-04-03T03:01:38", "upload_time_iso_8601": "2019-04-03T03:01:38.769329Z", "url": "https://files.pythonhosted.org/packages/d4/ab/674e168bf7d0bc597218b3bec858d02c23fbac9ec1fec9cad878c6cee95f/scikit_image-0.15.0-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d9d87879aeb982e598c6bc8dc9fa782c", "sha256": "56f8ec5106c1b6037f25395eb6a2c29cbbb1baa9d8cedb48a6488a697f9e0c02" }, "downloads": -1, "filename": "scikit_image-0.15.0-cp36-none-win32.whl", "has_sig": false, "md5_digest": "d9d87879aeb982e598c6bc8dc9fa782c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 24766294, "upload_time": "2019-04-03T03:01:45", "upload_time_iso_8601": "2019-04-03T03:01:45.121545Z", "url": "https://files.pythonhosted.org/packages/ea/54/a7cceae2a170ee9c34b3e614631e563f396063c1a06063ebcf2a231cc531/scikit_image-0.15.0-cp36-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a8f018aeccaa7c55811be3eff36085d3", "sha256": "2edf2189a89d68e7909bfe939f6f9978d4807c4c2c6464b9d23944171272efe5" }, "downloads": -1, "filename": "scikit_image-0.15.0-cp36-none-win_amd64.whl", "has_sig": false, "md5_digest": "a8f018aeccaa7c55811be3eff36085d3", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 25557305, "upload_time": "2019-04-03T03:01:52", "upload_time_iso_8601": "2019-04-03T03:01:52.156079Z", "url": "https://files.pythonhosted.org/packages/24/d5/a016b686ba4030c7e6039033bef899ff8a790819479016b2365eb929eacc/scikit_image-0.15.0-cp36-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1e1c8634072acf2b56809c6e448bf11d", "sha256": "0fb4f61ba28e7034dc490b7fd37a35428493cc1180205991aea41ab78c1a3b2a" }, "downloads": -1, "filename": "scikit_image-0.15.0-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "1e1c8634072acf2b56809c6e448bf11d", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 30030374, "upload_time": "2019-04-03T03:01:58", "upload_time_iso_8601": "2019-04-03T03:01:58.530101Z", "url": "https://files.pythonhosted.org/packages/6f/ee/37254a96f7910f4caa830faad72a2fb144e1cebe62a5abbe50a80e942094/scikit_image-0.15.0-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9b35717a97d0e31f26f50676642c1a24", "sha256": "5c24501fbe0000bf215418ced56fc718ae5bbd004df7dc460fd3fb095385dec5" }, "downloads": -1, "filename": "scikit_image-0.15.0-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "9b35717a97d0e31f26f50676642c1a24", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 25606696, "upload_time": "2019-04-03T03:02:05", "upload_time_iso_8601": "2019-04-03T03:02:05.701865Z", "url": "https://files.pythonhosted.org/packages/3f/14/9c8330bce1963af2ea7b03158b44911c6c8e6f9a8ec7406e0b57bfd0f0bb/scikit_image-0.15.0-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b18778a7e9d4611172bdb58303afeb44", "sha256": "a8fb7dc56b14656768fdf21d4325bf82f543fad51dc83c24aa6a27456a946a2d" }, "downloads": -1, "filename": "scikit_image-0.15.0-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b18778a7e9d4611172bdb58303afeb44", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 26318237, "upload_time": "2019-04-03T03:02:13", "upload_time_iso_8601": "2019-04-03T03:02:13.366752Z", "url": "https://files.pythonhosted.org/packages/2e/21/ea56c8bb2e8112837dd71aebeb2ac67913e784911c0d7f493a593fa1a207/scikit_image-0.15.0-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "22abdf8d00b22349acfbb5866ad5ec78", "sha256": "bea86976ab9b7bebca43721b3ff8fd74a002e1fd95e7600987cd42664fde8a39" }, "downloads": -1, "filename": "scikit_image-0.15.0-cp37-none-win32.whl", "has_sig": false, "md5_digest": "22abdf8d00b22349acfbb5866ad5ec78", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 24768680, "upload_time": "2019-04-03T03:02:19", "upload_time_iso_8601": "2019-04-03T03:02:19.317652Z", "url": "https://files.pythonhosted.org/packages/68/49/46dc899a804fc4ed19f50708c64bcc6e7323529c960721dfe935c279f933/scikit_image-0.15.0-cp37-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "56a620b4eb80ac40deff6341129ee368", "sha256": "f0491621a6b1d2828d47acaf41d3167a647eaae44ef8fcf83b72eb3e1cc7ac51" }, "downloads": -1, "filename": "scikit_image-0.15.0-cp37-none-win_amd64.whl", "has_sig": false, "md5_digest": "56a620b4eb80ac40deff6341129ee368", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 25558963, "upload_time": "2019-04-03T03:11:30", "upload_time_iso_8601": "2019-04-03T03:11:30.234141Z", "url": "https://files.pythonhosted.org/packages/79/16/c5a36a03f90d4a246791d4ff1879f1868e1c5db58fac9f03427395c5e2d6/scikit_image-0.15.0-cp37-none-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a05b7e38651328375693ef725db397b9", "sha256": "df111e654b47e5ea456c50553debe4c5ddd97258894c7ad3b7f2f9f10798e053" }, "downloads": -1, "filename": "scikit-image-0.15.0.tar.gz", "has_sig": false, "md5_digest": "a05b7e38651328375693ef725db397b9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 32288867, "upload_time": "2019-04-03T03:11:56", "upload_time_iso_8601": "2019-04-03T03:11:56.437601Z", "url": "https://files.pythonhosted.org/packages/e0/46/ca035f5d7d3414124a3a5ef22cd2e75c0c5149042a668375f1d44eb69f8f/scikit-image-0.15.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.16.1": [ { "comment_text": "", "digests": { "md5": "bc78505bb64e8f45df1c86a046083075", "sha256": "00bbc1d6702c6fe6948a3b9ebd05c0d4cfc49e7a058b87f44ca599e75eadecce" }, "downloads": -1, "filename": "scikit_image-0.16.1-cp36-cp36m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "bc78505bb64e8f45df1c86a046083075", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 30373942, "upload_time": "2019-10-14T08:04:06", "upload_time_iso_8601": "2019-10-14T08:04:06.756404Z", "url": "https://files.pythonhosted.org/packages/84/d7/2e108ba4171825485441364e1d867a695ade91ae6587e8b9d59ab7e9ba0e/scikit_image-0.16.1-cp36-cp36m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8cb0a079da3f35c3053b671943668a70", "sha256": "084ecd3dc7ef32bc8725a78b2722012d3e8385c446e812dae2792ce2e9111225" }, "downloads": -1, "filename": "scikit_image-0.16.1-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "8cb0a079da3f35c3053b671943668a70", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 25778823, "upload_time": "2019-10-14T08:06:24", "upload_time_iso_8601": "2019-10-14T08:06:24.969531Z", "url": "https://files.pythonhosted.org/packages/f2/1a/bf4073170af653113787e6163c91be6e1685179a1a73e9f3bd56302955b3/scikit_image-0.16.1-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "83ff7357901e32837d0eec2e68f9cf16", "sha256": "41f6410054011e1b015af658d3916221cb97964d648c92d533a2144ca7657e62" }, "downloads": -1, "filename": "scikit_image-0.16.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "83ff7357901e32837d0eec2e68f9cf16", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 26517343, "upload_time": "2019-10-14T08:06:35", "upload_time_iso_8601": "2019-10-14T08:06:35.267052Z", "url": "https://files.pythonhosted.org/packages/05/4c/79516d5c800d9ef00ce59c344e0f7d3c7d7b8374b0341811a3b531d02c72/scikit_image-0.16.1-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3a357b763751b47342d78f11e7c5ed52", "sha256": "f1508b1eddd49c816b3bcae14a4d3eb921f2623559cdae87a0d11133b36ee36d" }, "downloads": -1, "filename": "scikit_image-0.16.1-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "3a357b763751b47342d78f11e7c5ed52", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 24885595, "upload_time": "2019-10-14T08:08:44", "upload_time_iso_8601": "2019-10-14T08:08:44.629952Z", "url": "https://files.pythonhosted.org/packages/3c/d6/41a43d48720c52dd75d85725f698609972d19690e9e1512dd7065d68de55/scikit_image-0.16.1-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9886bf661568f3bcd0a47eca25f673bd", "sha256": "824fe3e6a06c64f264aa94e59687d8bb7523ffc6778dad958d388e993f5aaecd" }, "downloads": -1, "filename": "scikit_image-0.16.1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "9886bf661568f3bcd0a47eca25f673bd", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 25695018, "upload_time": "2019-10-14T08:08:54", "upload_time_iso_8601": "2019-10-14T08:08:54.461276Z", "url": "https://files.pythonhosted.org/packages/29/9e/864d9a2b59e9c93bb26c452d6855d75a3f3beee5f661ab9a8b8bcba7cbe1/scikit_image-0.16.1-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3ef3c7d1f5e57e9cafc64deada52ac7d", "sha256": "2a874c5864fe686780e2863fb4c323f0ebcd2cb4e4b9b650def54e66e6f12ac0" }, "downloads": -1, "filename": "scikit_image-0.16.1-cp37-cp37m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "3ef3c7d1f5e57e9cafc64deada52ac7d", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 30283973, "upload_time": "2019-10-14T08:04:19", "upload_time_iso_8601": "2019-10-14T08:04:19.088695Z", "url": "https://files.pythonhosted.org/packages/c0/c7/88589848f386c905523aeaee60c77478b8e8d13868be7375e80af27656a4/scikit_image-0.16.1-cp37-cp37m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c13f8c2382550fb4ea4d1bd8ef6618d2", "sha256": "4fbdbe217ac070dd98bd42ad02872f27ab96b4f5e1fdca6952cff5ffe81c2170" }, "downloads": -1, "filename": "scikit_image-0.16.1-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "c13f8c2382550fb4ea4d1bd8ef6618d2", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 25752506, "upload_time": "2019-10-14T08:06:45", "upload_time_iso_8601": "2019-10-14T08:06:45.715970Z", "url": "https://files.pythonhosted.org/packages/a8/15/cecc6ce77d43eaf67c90ad0d8b70b5708a361c76c4ba85ae6cfa8167c543/scikit_image-0.16.1-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "eccfb7f72fc927aeb9c346f5e5bfd9c0", "sha256": "7d7f43f067ccb82aa335cd0af1de606dfa12193b4551baa8c16be0ecb76a49a9" }, "downloads": -1, "filename": "scikit_image-0.16.1-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "eccfb7f72fc927aeb9c346f5e5bfd9c0", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 26494490, "upload_time": "2019-10-14T08:06:55", "upload_time_iso_8601": "2019-10-14T08:06:55.870109Z", "url": "https://files.pythonhosted.org/packages/26/38/69d8f8c9420e41c4e4d863c348f52065de42dc7b53fecd908f8626fa9726/scikit_image-0.16.1-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "431441776b8c22800b3f015afeb92496", "sha256": "655c7ab92ac3e3bdf9bee47d24784e5b4d9abd127f8732df7c8de89f95b254b1" }, "downloads": -1, "filename": "scikit_image-0.16.1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "431441776b8c22800b3f015afeb92496", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 24888379, "upload_time": "2019-10-14T08:09:04", "upload_time_iso_8601": "2019-10-14T08:09:04.816203Z", "url": "https://files.pythonhosted.org/packages/3b/4d/e7181fc05eb3dea44eb69cc62a5ee978a2b0cb110fb8f46c7e8c051db22f/scikit_image-0.16.1-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "54f3a1bbeffef37d0911834888b46d22", "sha256": "b819ac00c298c98ff18266756339e5c5a3682d13d280eb8d4b226582455f249d" }, "downloads": -1, "filename": "scikit_image-0.16.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "54f3a1bbeffef37d0911834888b46d22", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 25697360, "upload_time": "2019-10-14T08:09:15", "upload_time_iso_8601": "2019-10-14T08:09:15.802859Z", "url": "https://files.pythonhosted.org/packages/dd/a9/b46be8de679453e2b6ae75ad8a913f205ef20cca6f2a6fa21b684b0e0ea2/scikit_image-0.16.1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "0.16.2": [ { "comment_text": "", "digests": { "md5": "e236181f3b8274c2ea1565a02d99f819", "sha256": "0808ab5f8218d91a1c008036993636535a37efd67a52ab0f2e6e3f4b7e75aeda" }, "downloads": -1, "filename": "scikit_image-0.16.2-cp36-cp36m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "e236181f3b8274c2ea1565a02d99f819", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 30373994, "upload_time": "2019-10-22T06:24:15", "upload_time_iso_8601": "2019-10-22T06:24:15.013287Z", "url": "https://files.pythonhosted.org/packages/cd/6b/f889a95b0eea50b4648c7cf782e339f7f8e46e89023f14b3c685cf86b99f/scikit_image-0.16.2-cp36-cp36m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "22982fd3e13ff94a0098c7e4646005a1", "sha256": "3af3d781ce085573ced37b2b5b9abfd32ce3d4723bd17f37e829025d189b0421" }, "downloads": -1, "filename": "scikit_image-0.16.2-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "22982fd3e13ff94a0098c7e4646005a1", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 25778853, "upload_time": "2019-10-22T06:24:28", "upload_time_iso_8601": "2019-10-22T06:24:28.134860Z", "url": "https://files.pythonhosted.org/packages/a0/d9/be3a58b8eb623a7845e1d40227561a7be0d11eb399f15b53c1ed5e2a77bc/scikit_image-0.16.2-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7908caa7be6fed34961f27c0a579427d", "sha256": "063d1c20fcd53762f82ee58c29783ae4e8f6fbed445b41b704fa33b6f355729d" }, "downloads": -1, "filename": "scikit_image-0.16.2-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "7908caa7be6fed34961f27c0a579427d", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 26517367, "upload_time": "2019-10-22T06:24:46", "upload_time_iso_8601": "2019-10-22T06:24:46.510778Z", "url": "https://files.pythonhosted.org/packages/c8/bb/771800366f41d66eef51e4b80515f8ef7edab234a3f244fdce3bafe89b39/scikit_image-0.16.2-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a29e86d9773843651db344a62ed6b6e7", "sha256": "2a54bea469eb1b611bee1ce36e60710f5f94f29205bc5bd67a51793909b1e62b" }, "downloads": -1, "filename": "scikit_image-0.16.2-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "a29e86d9773843651db344a62ed6b6e7", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 24888068, "upload_time": "2019-10-22T06:25:03", "upload_time_iso_8601": "2019-10-22T06:25:03.382780Z", "url": "https://files.pythonhosted.org/packages/28/93/4b88285166b939825a006fbcfa580af42495ffe19fc0fb0f6980bf7eb795/scikit_image-0.16.2-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ffdd06cea77643306a0bc2f49e782a04", "sha256": "2d346d49b6852cffb47cbde995e2696d5b07f688d8c057a0a4548abf3a98f920" }, "downloads": -1, "filename": "scikit_image-0.16.2-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "ffdd06cea77643306a0bc2f49e782a04", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 25697233, "upload_time": "2019-10-22T06:25:16", "upload_time_iso_8601": "2019-10-22T06:25:16.866266Z", "url": "https://files.pythonhosted.org/packages/59/6b/809d393e93f7d51f87cab50994641a7b59f3b3192121490a2ead81a07bce/scikit_image-0.16.2-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4493380800d20a737dcd785d6c2c27b1", "sha256": "8b2b768b02c6b7476f2e16ddd91f827d3817aef73f82cf28bff7a8dcdfd8c55c" }, "downloads": -1, "filename": "scikit_image-0.16.2-cp37-cp37m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "4493380800d20a737dcd785d6c2c27b1", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 30284013, "upload_time": "2019-10-22T06:25:36", "upload_time_iso_8601": "2019-10-22T06:25:36.494974Z", "url": "https://files.pythonhosted.org/packages/f7/c5/d2625858ffcc0b5a86557200224be9f1f22a71e5234563d218b6153fb635/scikit_image-0.16.2-cp37-cp37m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d6fe8235973cdadabd1f73c902f28344", "sha256": "3ad2efa792ab8de5fcefe6f4f5bc1ab64c411cdb5c829ce1526ab3a5a7729627" }, "downloads": -1, "filename": "scikit_image-0.16.2-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "d6fe8235973cdadabd1f73c902f28344", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 25752536, "upload_time": "2019-10-22T06:25:52", "upload_time_iso_8601": "2019-10-22T06:25:52.050780Z", "url": "https://files.pythonhosted.org/packages/b2/5b/9fc44786a100bb81161544f0d9c0ef3ecb43eb8fb8ca49cf9a397da55cab/scikit_image-0.16.2-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b8e335691f8f01d5fd568a9ecc1f04c0", "sha256": "2aa962aa82d815606d7dad7f045f5d7ca55c65b4320d47e15a98fc92612c2d6c" }, "downloads": -1, "filename": "scikit_image-0.16.2-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b8e335691f8f01d5fd568a9ecc1f04c0", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 26494516, "upload_time": "2019-10-22T06:26:09", "upload_time_iso_8601": "2019-10-22T06:26:09.590776Z", "url": "https://files.pythonhosted.org/packages/dc/48/454bf836d302465475e02bc0468b879302145b07a005174c409a5b5869c7/scikit_image-0.16.2-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "802c113c4f52c41de81b8884c6692916", "sha256": "e774377876cb258e8f4d63f7809863f961c98aa02263b3ff54a39483bc6f7d26" }, "downloads": -1, "filename": "scikit_image-0.16.2-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "802c113c4f52c41de81b8884c6692916", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 24888436, "upload_time": "2019-10-22T06:26:26", "upload_time_iso_8601": "2019-10-22T06:26:26.470778Z", "url": "https://files.pythonhosted.org/packages/21/1f/8c531e1616db8d5635c667a1eeaf5194fb42b57d50c5b1ddab9036c1d051/scikit_image-0.16.2-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "aec8f14895894d235a68a23d9a46919d", "sha256": "6786b127f33470fd843e644435522fbf43bce05c9f5527946c390ccb9e1cac27" }, "downloads": -1, "filename": "scikit_image-0.16.2-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "aec8f14895894d235a68a23d9a46919d", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 25697387, "upload_time": "2019-10-22T06:26:45", "upload_time_iso_8601": "2019-10-22T06:26:45.453941Z", "url": "https://files.pythonhosted.org/packages/cb/5a/abd74bd5ce791e2ab0b6fd88b144c42dbc88b3b1d963147417d0e163684b/scikit_image-0.16.2-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a06ff5c2b4afc87a1191c4435a35c74d", "sha256": "a48fb0d34a090b578b87ffebab0fe035295c1945dbc2b28e1a55ea2cf6031751" }, "downloads": -1, "filename": "scikit_image-0.16.2-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "a06ff5c2b4afc87a1191c4435a35c74d", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 26223742, "upload_time": "2019-11-27T06:43:25", "upload_time_iso_8601": "2019-11-27T06:43:25.506531Z", "url": "https://files.pythonhosted.org/packages/b9/ba/99d406354c9e7afdd10fa8b15980f6c3f29477628b39045988b03be33f47/scikit_image-0.16.2-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4bc88728f87c8eac2f940537b81f6b32", "sha256": "41e28db0136f29ecd305bef0408fdfc64be9d415e54f5099a95555c65f5c1865" }, "downloads": -1, "filename": "scikit_image-0.16.2-cp38-cp38-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4bc88728f87c8eac2f940537b81f6b32", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 26479138, "upload_time": "2019-11-27T06:45:53", "upload_time_iso_8601": "2019-11-27T06:45:53.467759Z", "url": "https://files.pythonhosted.org/packages/f9/ef/7f8b1ab484b9538622ee29d6fd19842c15cac45291c1b93c7ff5765c849d/scikit_image-0.16.2-cp38-cp38-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f62f2dbea28f765b01b7728cbe89b78a", "sha256": "0715b7940778ba5d73da3908d60ddf2eb93863f7c394493a522fe56d3859295c" }, "downloads": -1, "filename": "scikit_image-0.16.2-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "f62f2dbea28f765b01b7728cbe89b78a", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 24953826, "upload_time": "2019-11-27T06:47:59", "upload_time_iso_8601": "2019-11-27T06:47:59.036131Z", "url": "https://files.pythonhosted.org/packages/46/ed/caf5523b890855b22536655efc42ba275f02da8ee564ef89e179055cb1cb/scikit_image-0.16.2-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f6fb57dcba21957f202a4309665e207f", "sha256": "e18d73cc8893e2268b172c29f9aab530faf8cd3b7c11ae0bee3e763d719d35c5" }, "downloads": -1, "filename": "scikit_image-0.16.2-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "f6fb57dcba21957f202a4309665e207f", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 25802985, "upload_time": "2019-11-27T06:50:16", "upload_time_iso_8601": "2019-11-27T06:50:16.974664Z", "url": "https://files.pythonhosted.org/packages/f2/d0/181dc353b2630bcc7ca4498c9fa45c83d9771c4d02536887601967a6587a/scikit_image-0.16.2-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0eefb967e60c4beebdbf2874f7899fd1", "sha256": "dd7fbd32da74d4e9967dc15845f731f16e7966cee61f5dc0e12e2abb1305068c" }, "downloads": -1, "filename": "scikit-image-0.16.2.tar.gz", "has_sig": false, "md5_digest": "0eefb967e60c4beebdbf2874f7899fd1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 28945695, "upload_time": "2019-10-22T06:27:21", "upload_time_iso_8601": "2019-10-22T06:27:21.653539Z", "url": "https://files.pythonhosted.org/packages/07/ed/58a5157aa484c6aa4e33d4190fa235ce0c4a78010ddf592af4fc257b539f/scikit-image-0.16.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.17.1": [ { "comment_text": "", "digests": { "md5": "4ca4da22fd2796d2f9622e2380c70ac7", "sha256": "acd5e9176e1fbc2ed869cc781b128471ffd3e1e60b267ffc532230c4dc2808df" }, "downloads": -1, "filename": "scikit_image-0.17.1-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "4ca4da22fd2796d2f9622e2380c70ac7", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 11962770, "upload_time": "2020-05-08T16:11:00", "upload_time_iso_8601": "2020-05-08T16:11:00.630648Z", "url": "https://files.pythonhosted.org/packages/63/05/9c664101641e560c62df7149728162e00f20b1c7cb7ddad7861c69eb7037/scikit_image-0.17.1-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d7e3febab35c3af57b6c4c262da40ef5", "sha256": "ff9521c170b4f8081825e675879f2cbd14f4a7572111fad8fc2c6ec82ba705f3" }, "downloads": -1, "filename": "scikit_image-0.17.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "d7e3febab35c3af57b6c4c262da40ef5", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 12315045, "upload_time": "2020-05-08T16:24:26", "upload_time_iso_8601": "2020-05-08T16:24:26.919193Z", "url": "https://files.pythonhosted.org/packages/aa/d1/e852fe5129db2b57bf2a3c946cc8a4b67da4edfa753453ecd523c4e30ecc/scikit_image-0.17.1-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "43534bfa0d9556f7b3b0f8e999a7f10a", "sha256": "11bcc65ca2927c1842212b37ab64fe589a3eb6de375ea09cea0d7cd99bbde418" }, "downloads": -1, "filename": "scikit_image-0.17.1-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "43534bfa0d9556f7b3b0f8e999a7f10a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 10554666, "upload_time": "2020-05-08T16:35:31", "upload_time_iso_8601": "2020-05-08T16:35:31.386321Z", "url": "https://files.pythonhosted.org/packages/ee/dc/bd036bcb705b28a38c2d3056fd376a16f0061af3abcb077e2c1e100466ee/scikit_image-0.17.1-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dbb84ccede241e04ee1d47aee952b17f", "sha256": "a5d5d38842eaeb8feaa8427fb76240208feefc8d1b0afe109999a5458fe07455" }, "downloads": -1, "filename": "scikit_image-0.17.1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "dbb84ccede241e04ee1d47aee952b17f", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 11413178, "upload_time": "2020-05-08T16:38:05", "upload_time_iso_8601": "2020-05-08T16:38:05.934353Z", "url": "https://files.pythonhosted.org/packages/51/c9/7ddbbc9296c1d7ff93712d7b4c277c242b1d47fdd3d580b2d9c76d6a0736/scikit_image-0.17.1-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "34c4804ee9f8c2464b2b38b2666f4c56", "sha256": "1247803e7afad51b4257fc6e7187eb4da63c8d8d2d51888baaca818b3a814ca9" }, "downloads": -1, "filename": "scikit_image-0.17.1-cp37-cp37m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "34c4804ee9f8c2464b2b38b2666f4c56", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 11941777, "upload_time": "2020-05-08T16:13:21", "upload_time_iso_8601": "2020-05-08T16:13:21.934800Z", "url": "https://files.pythonhosted.org/packages/72/59/c1087767f20eaa07d9322a8655336c8b4b4d681eec712c2d35e26658d223/scikit_image-0.17.1-cp37-cp37m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2983cea84193886fb76eaf42e53f7683", "sha256": "d42c6b87e25905e867c4038a08ef790ba1ac7764a1830a4bb89955d159e69ff4" }, "downloads": -1, "filename": "scikit_image-0.17.1-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "2983cea84193886fb76eaf42e53f7683", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 12327440, "upload_time": "2020-05-08T16:27:09", "upload_time_iso_8601": "2020-05-08T16:27:09.538229Z", "url": "https://files.pythonhosted.org/packages/d8/ab/6ae48b75262f7bdb4f7b5217bca8ce2fb4935f0c0581263b66fd31b64b46/scikit_image-0.17.1-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7a39c31410b1b787856ee5b32a7e5762", "sha256": "a5f0c923ebac6e53286c07df79141e236cc161a463ea4a9edf4042a9db495e7b" }, "downloads": -1, "filename": "scikit_image-0.17.1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "7a39c31410b1b787856ee5b32a7e5762", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 10557077, "upload_time": "2020-05-08T16:40:52", "upload_time_iso_8601": "2020-05-08T16:40:52.491627Z", "url": "https://files.pythonhosted.org/packages/64/c2/3423b6e7d5f6f005a31215bde6fc5ab8e7f05260f077f6f8741457c2ea07/scikit_image-0.17.1-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a05f4382743b57f0e687099d1497bedb", "sha256": "45629ef09d96739a575136fa28a8fd0b709d132325a140cdc8c8375df180c456" }, "downloads": -1, "filename": "scikit_image-0.17.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "a05f4382743b57f0e687099d1497bedb", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 11416919, "upload_time": "2020-05-08T16:43:19", "upload_time_iso_8601": "2020-05-08T16:43:19.905125Z", "url": "https://files.pythonhosted.org/packages/c2/ed/6ad6fd80a54eefea04aa6acece6957e548218e7920641d89ee78011a1d7b/scikit_image-0.17.1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "653274acc2a559d0cf665c9502cd0117", "sha256": "d402c947b9af4e42c875e4b80bad26c8aced87b791931d6ca020dc509ec7e108" }, "downloads": -1, "filename": "scikit_image-0.17.1-cp38-cp38-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "653274acc2a559d0cf665c9502cd0117", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 12034035, "upload_time": "2020-05-08T16:15:41", "upload_time_iso_8601": "2020-05-08T16:15:41.170957Z", "url": "https://files.pythonhosted.org/packages/38/54/580b5dd67063640009d32ed471b3e306eb74e02861d77884834167a9b0fa/scikit_image-0.17.1-cp38-cp38-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d920707dce21e2743a7afafcad35b74e", "sha256": "bec5ea27cd975cbdcd1688c8631852f578e63bd26a4645dd03ed6f596fe2fc24" }, "downloads": -1, "filename": "scikit_image-0.17.1-cp38-cp38-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "d920707dce21e2743a7afafcad35b74e", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 12281248, "upload_time": "2020-05-08T16:29:41", "upload_time_iso_8601": "2020-05-08T16:29:41.458050Z", "url": "https://files.pythonhosted.org/packages/20/6b/3ba76dcc73ed00ad09fb0432e6cae7d9646a1040903b400f67cd8ee4e783/scikit_image-0.17.1-cp38-cp38-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8c51861a060eb1af190a982a5acf6cc1", "sha256": "9cb106875c11236e4b1a04725c86745e2d65b32887cd2febbd0061c88491181b" }, "downloads": -1, "filename": "scikit_image-0.17.1-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "8c51861a060eb1af190a982a5acf6cc1", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 10629584, "upload_time": "2020-05-08T16:45:46", "upload_time_iso_8601": "2020-05-08T16:45:46.951799Z", "url": "https://files.pythonhosted.org/packages/9a/19/a560189ee5ed9cb0fef2e9ed4c394b37706dc3deca72de4eaee6030d1269/scikit_image-0.17.1-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f54b0b12a36512ee0fbdde02584a2bd4", "sha256": "f4cd4464792d744c6f4c1cf7f0aea9945ea7664eaf5124f783703a1df80560f5" }, "downloads": -1, "filename": "scikit_image-0.17.1-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "f54b0b12a36512ee0fbdde02584a2bd4", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 11538374, "upload_time": "2020-05-08T16:48:32", "upload_time_iso_8601": "2020-05-08T16:48:32.027466Z", "url": "https://files.pythonhosted.org/packages/86/85/a4764a459982c42e843544ff7b09fa7c155dfc9457cfbc7c783cf54ff58c/scikit_image-0.17.1-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "472abe4144463cb8c6ec148114d38191", "sha256": "1e2e2cf2572549bdb20b88a0f0ac275eea9f04f78b2b6973afdc3f329a73c75c" }, "downloads": -1, "filename": "scikit-image-0.17.1.tar.gz", "has_sig": false, "md5_digest": "472abe4144463cb8c6ec148114d38191", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 29770107, "upload_time": "2020-05-08T17:20:39", "upload_time_iso_8601": "2020-05-08T17:20:39.047928Z", "url": "https://files.pythonhosted.org/packages/3d/b3/b9fdd4dead798cf9c654f2ffee24caa8e398ee27921914539d1e5525b754/scikit-image-0.17.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.17.2": [ { "comment_text": "", "digests": { "md5": "df91b4c2be1cb95184fe3d6735dd8c4d", "sha256": "11eec2e65cd4cd6487fe1089aa3538dbe25525aec7a36f5a0f14145df0163ce7" }, "downloads": -1, "filename": "scikit_image-0.17.2-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "df91b4c2be1cb95184fe3d6735dd8c4d", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 12080697, "upload_time": "2020-05-13T11:35:56", "upload_time_iso_8601": "2020-05-13T11:35:56.903248Z", "url": "https://files.pythonhosted.org/packages/17/1f/bea69a3a5d7efb0e22993d08c4328678e5f6a513cad55247142be8473142/scikit_image-0.17.2-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ed89fc90e2e78c71b92b0be07f42e1ec", "sha256": "c5c277704b12e702e34d1f7b7a04d5ee8418735f535d269c74c02c6c9f8abee2" }, "downloads": -1, "filename": "scikit_image-0.17.2-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ed89fc90e2e78c71b92b0be07f42e1ec", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 12438360, "upload_time": "2020-05-13T11:45:48", "upload_time_iso_8601": "2020-05-13T11:45:48.785529Z", "url": "https://files.pythonhosted.org/packages/0e/ba/53e1bfbdfd0f94514d71502e3acea494a8b4b57c457adbc333ef386485da/scikit_image-0.17.2-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "091e92df7274b0867a8caee82a6a1948", "sha256": "1fda9109a19dc9d7a4ac152d1fc226fed7282ad186a099f14c0aa9151f0c758e" }, "downloads": -1, "filename": "scikit_image-0.17.2-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "091e92df7274b0867a8caee82a6a1948", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 10660092, "upload_time": "2020-05-13T12:26:40", "upload_time_iso_8601": "2020-05-13T12:26:40.420791Z", "url": "https://files.pythonhosted.org/packages/0e/a9/7e8685028fdb752e08a0e5f623ac5ed91c871ae140e2c5c5fda0b2c2dab0/scikit_image-0.17.2-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6e2f5cefee5b1b6e0e4a4a7fc2090728", "sha256": "86a834f9a4d30201c0803a48a25364fe8f93f9feb3c58f2c483d3ce0a3e5fe4a" }, "downloads": -1, "filename": "scikit_image-0.17.2-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "6e2f5cefee5b1b6e0e4a4a7fc2090728", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 11528122, "upload_time": "2020-05-13T12:33:03", "upload_time_iso_8601": "2020-05-13T12:33:03.421037Z", "url": "https://files.pythonhosted.org/packages/09/e2/39fd2aad9858c764bc260acdf4bb63f8096415ee2b782cc2f7ea47a12c79/scikit_image-0.17.2-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1696b5b5f0649f69d836b83e1814b748", "sha256": "87ca5168c6fc36b7a298a1db2d185a8298f549854342020f282f747a4e4ddce9" }, "downloads": -1, "filename": "scikit_image-0.17.2-cp37-cp37m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "1696b5b5f0649f69d836b83e1814b748", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 12060052, "upload_time": "2020-05-13T11:38:05", "upload_time_iso_8601": "2020-05-13T11:38:05.828404Z", "url": "https://files.pythonhosted.org/packages/9f/21/62a5e3b6b5a84d182c181d9787f9b0210d44ff2e2d6305a08a6664253266/scikit_image-0.17.2-cp37-cp37m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6527deeec313a5230b0f7ea113ae4eee", "sha256": "e99fa7514320011b250a21ab855fdd61ddcc05d3c77ec9e8f13edcc15d3296b5" }, "downloads": -1, "filename": "scikit_image-0.17.2-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6527deeec313a5230b0f7ea113ae4eee", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 12452507, "upload_time": "2020-05-13T11:48:32", "upload_time_iso_8601": "2020-05-13T11:48:32.061750Z", "url": "https://files.pythonhosted.org/packages/d7/ee/753ea56fda5bc2a5516a1becb631bf5ada593a2dd44f21971a13a762d4db/scikit_image-0.17.2-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0a689efc65988b0ef7bb8528b5bfdd23", "sha256": "ee3db438b5b9f8716a91ab26a61377a8a63356b186706f5b979822cc7241006d" }, "downloads": -1, "filename": "scikit_image-0.17.2-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "0a689efc65988b0ef7bb8528b5bfdd23", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 10662560, "upload_time": "2020-05-13T12:37:49", "upload_time_iso_8601": "2020-05-13T12:37:49.926379Z", "url": "https://files.pythonhosted.org/packages/10/b1/45cb12bd27d98ba6456b045a430352033029094408ebb8a6e8bab872602c/scikit_image-0.17.2-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "951192e2492821864a6f6032725c2a0d", "sha256": "6b65a103edbc34b22640daf3b084dc9e470c358d3298c10aa9e3b424dcc02db6" }, "downloads": -1, "filename": "scikit_image-0.17.2-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "951192e2492821864a6f6032725c2a0d", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 11531907, "upload_time": "2020-05-13T12:42:58", "upload_time_iso_8601": "2020-05-13T12:42:58.389108Z", "url": "https://files.pythonhosted.org/packages/6e/c7/6411a4ce983bf06db8c3b8093b04b268c2580816f61156a5848e24e97118/scikit_image-0.17.2-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c60ef6bc7ef0f986958ea2cde628976c", "sha256": "c0876e562991b0babff989ff4d00f35067a2ddef82e5fdd895862555ffbaec25" }, "downloads": -1, "filename": "scikit_image-0.17.2-cp38-cp38-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "c60ef6bc7ef0f986958ea2cde628976c", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 12154482, "upload_time": "2020-05-13T11:41:33", "upload_time_iso_8601": "2020-05-13T11:41:33.160176Z", "url": "https://files.pythonhosted.org/packages/2e/db/17f9e6243c167f1ff544ef1eb4320a044c58abeecbe9f862acc29681af0f/scikit_image-0.17.2-cp38-cp38-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c75dd27a977c71c2f974dec0f418e69d", "sha256": "178210582cc62a5b25c633966658f1f2598615f9c3f27f36cf45055d2a74b401" }, "downloads": -1, "filename": "scikit_image-0.17.2-cp38-cp38-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c75dd27a977c71c2f974dec0f418e69d", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 12405755, "upload_time": "2020-05-13T11:51:56", "upload_time_iso_8601": "2020-05-13T11:51:56.333414Z", "url": "https://files.pythonhosted.org/packages/db/46/8400364398d51cb9fc9aa4fac05cefad3d5116f5ec6f19fcd94297ff54bd/scikit_image-0.17.2-cp38-cp38-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "14ec2eb352b7b9b69d84f820b26b0aa8", "sha256": "7bedd3881ca4fea657a894815bcd5e5bf80944c26274f6b6417bb770c3f4f8e6" }, "downloads": -1, "filename": "scikit_image-0.17.2-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "14ec2eb352b7b9b69d84f820b26b0aa8", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 10735449, "upload_time": "2020-05-13T12:47:57", "upload_time_iso_8601": "2020-05-13T12:47:57.056144Z", "url": "https://files.pythonhosted.org/packages/4a/57/424a6d3237508a6ad03b27445149974b1d31f9a83da49321c0c23fac30cc/scikit_image-0.17.2-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6458042ee66dc087eacf115cb49d0eb3", "sha256": "113bcacdfc839854f527a166a71768708328208e7b66e491050d6a57fa6727c7" }, "downloads": -1, "filename": "scikit_image-0.17.2-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "6458042ee66dc087eacf115cb49d0eb3", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 11654053, "upload_time": "2020-05-13T12:52:30", "upload_time_iso_8601": "2020-05-13T12:52:30.291241Z", "url": "https://files.pythonhosted.org/packages/23/37/9f750cc582dad761d8bb906acf5f167d8741e6a1561d147270fdf4ee589d/scikit_image-0.17.2-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3658e41915c9cece16e641e519f029b3", "sha256": "bd954c0588f0f7e81d9763dc95e06950e68247d540476e06cb77bcbcd8c2d8b3" }, "downloads": -1, "filename": "scikit-image-0.17.2.tar.gz", "has_sig": false, "md5_digest": "3658e41915c9cece16e641e519f029b3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 29818001, "upload_time": "2020-05-13T13:39:41", "upload_time_iso_8601": "2020-05-13T13:39:41.981805Z", "url": "https://files.pythonhosted.org/packages/54/fd/c1b0bb8f6f12ef9b4ee8d7674dac82cd482886f8b5cd165631efa533e237/scikit-image-0.17.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.18.0": [ { "comment_text": "", "digests": { "md5": "a670ddbf16fba76e66289c2ea30ebc0c", "sha256": "15b311012ccad265f19e4510286069e72f8ee88e5e556fecab8de41b319557cc" }, "downloads": -1, "filename": "scikit_image-0.18.0-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "a670ddbf16fba76e66289c2ea30ebc0c", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 12731079, "upload_time": "2020-12-15T10:15:11", "upload_time_iso_8601": "2020-12-15T10:15:11.838326Z", "url": "https://files.pythonhosted.org/packages/9d/8a/93a06832c3c8d8a87dba5767100d22bbc6a8926c8883ecb0346c903bb482/scikit_image-0.18.0-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8b7235363ce18b4a5c9da66f955ac10c", "sha256": "a538ce2646f6e05cb6b0627866caf239732d5cc03eb772295b2d1be2000b2b3c" }, "downloads": -1, "filename": "scikit_image-0.18.0-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "8b7235363ce18b4a5c9da66f955ac10c", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 28181570, "upload_time": "2020-12-15T10:16:17", "upload_time_iso_8601": "2020-12-15T10:16:17.216817Z", "url": "https://files.pythonhosted.org/packages/8c/a0/222a20fcd7d34370af4efdec7c8f6765b38631fbf3d831c0489f7297b83b/scikit_image-0.18.0-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c21b030b27b232208eace5d5b6668561", "sha256": "072e0eaea57dce9f86a89e375471f5615d659745483ba2185d8beb48fffa250d" }, "downloads": -1, "filename": "scikit_image-0.18.0-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c21b030b27b232208eace5d5b6668561", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 29199091, "upload_time": "2020-12-15T10:17:08", "upload_time_iso_8601": "2020-12-15T10:17:08.019115Z", "url": "https://files.pythonhosted.org/packages/7f/9d/babb8213486e28ccdde2374521f1618db98b34a7daf3e7c324857daf2da7/scikit_image-0.18.0-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d2208aa976ab225b4457876c8b8c49ea", "sha256": "5aa60aebcea6f35880296f635fa3fa20b93c81f3e5b4c36b6bac64da9a8b24c6" }, "downloads": -1, "filename": "scikit_image-0.18.0-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "d2208aa976ab225b4457876c8b8c49ea", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 11192870, "upload_time": "2020-12-15T10:17:33", "upload_time_iso_8601": "2020-12-15T10:17:33.106968Z", "url": "https://files.pythonhosted.org/packages/d7/c2/46087cdba2c244f5c64b2f043711c02ba009b99a84b14537b4c4210dc31f/scikit_image-0.18.0-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c59c8a788a887f94c3e4458ced8c13c7", "sha256": "e6346dadcb8c0c1773a1408c9db2d9ad776b4b8a09d67778d92eb591d3f2c5bc" }, "downloads": -1, "filename": "scikit_image-0.18.0-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "c59c8a788a887f94c3e4458ced8c13c7", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 12115592, "upload_time": "2020-12-15T10:17:49", "upload_time_iso_8601": "2020-12-15T10:17:49.011872Z", "url": "https://files.pythonhosted.org/packages/59/9b/2a1340b3e69e8a3150c0b47f2c39049d2c5aa840b3e3b8246b9fca515642/scikit_image-0.18.0-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "528ba3796abc8561aa3654eed418aa10", "sha256": "8e4c59cdc9aef13e696ea3822ee720f86e8409f98b89037b2c1b5aa4202de5d3" }, "downloads": -1, "filename": "scikit_image-0.18.0-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "528ba3796abc8561aa3654eed418aa10", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 12735647, "upload_time": "2020-12-15T10:18:22", "upload_time_iso_8601": "2020-12-15T10:18:22.833623Z", "url": "https://files.pythonhosted.org/packages/d8/bf/03a509abc660329fa3eb9941c2c513ca18c95b6bd13734a72e4601a5b7ee/scikit_image-0.18.0-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "68a9120581cb2291cff24f6f342f3554", "sha256": "4cc3642b0362c82425d23f53d9c08b8dfebc0d2709e940dda92638db90b7d63e" }, "downloads": -1, "filename": "scikit_image-0.18.0-cp38-cp38-manylinux1_i686.whl", "has_sig": false, "md5_digest": "68a9120581cb2291cff24f6f342f3554", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 28940396, "upload_time": "2020-12-15T10:19:27", "upload_time_iso_8601": "2020-12-15T10:19:27.442424Z", "url": "https://files.pythonhosted.org/packages/4e/40/76bbac6dfe1268b09234704acceb2153cb6aee72fc42f465dcb369570ba3/scikit_image-0.18.0-cp38-cp38-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9d5e0864e7043a068ac54f0d3398a5e6", "sha256": "1cc80f9363ddcc83da5bde5e41a8be2d27ed14f0dc37a69df0a406726def4d47" }, "downloads": -1, "filename": "scikit_image-0.18.0-cp38-cp38-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "9d5e0864e7043a068ac54f0d3398a5e6", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 30198348, "upload_time": "2020-12-15T10:20:47", "upload_time_iso_8601": "2020-12-15T10:20:47.648895Z", "url": "https://files.pythonhosted.org/packages/25/10/b3dcd61a5493c6a19ec6d9847ab1f414b21ff6d4bf199e0abfb8b20f74c8/scikit_image-0.18.0-cp38-cp38-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7cea38429826e43627d7efb4fb745b29", "sha256": "cabe5cf20c6e7570779d1de99f89ef3d90c31e0e532dda9c7672463504773bbc" }, "downloads": -1, "filename": "scikit_image-0.18.0-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "7cea38429826e43627d7efb4fb745b29", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 11256897, "upload_time": "2020-12-15T10:21:07", "upload_time_iso_8601": "2020-12-15T10:21:07.942425Z", "url": "https://files.pythonhosted.org/packages/98/49/167233ba4f500ce8f1d001ccd7f46da81ba571b436399b526ae21d6aad4c/scikit_image-0.18.0-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "faf9a33b0a8e6e2800024a53998e770a", "sha256": "25f9ea540e81aeb173c064fef6b39dfbeb00d997cb032e0ace9469fc25b79f9e" }, "downloads": -1, "filename": "scikit_image-0.18.0-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "faf9a33b0a8e6e2800024a53998e770a", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 12199043, "upload_time": "2020-12-15T10:21:19", "upload_time_iso_8601": "2020-12-15T10:21:19.503036Z", "url": "https://files.pythonhosted.org/packages/21/f5/b19b1cc9737843309b4f513a9a92f395ea94bde612708853a5f6799d6c3d/scikit_image-0.18.0-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cb3b741a3a512819c010d7f0aa743cf9", "sha256": "e00828486c298ff2c454dc54c2101fa76c2609fc03a47b9480c96311c5202f1d" }, "downloads": -1, "filename": "scikit_image-0.18.0-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "cb3b741a3a512819c010d7f0aa743cf9", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 12851362, "upload_time": "2020-12-15T10:21:54", "upload_time_iso_8601": "2020-12-15T10:21:54.822808Z", "url": "https://files.pythonhosted.org/packages/fb/08/94185512e600ad217844e6f488722e2fcd354adf46a0fdf503f6eea32d45/scikit_image-0.18.0-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "718723f9cdda2bbcf2c640894ae98536", "sha256": "33ccd37dc495cf330e74cf289e9b20baf42748d6ff1281587c139da9dc170355" }, "downloads": -1, "filename": "scikit_image-0.18.0-cp39-cp39-manylinux1_i686.whl", "has_sig": false, "md5_digest": "718723f9cdda2bbcf2c640894ae98536", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 27858470, "upload_time": "2020-12-15T10:22:46", "upload_time_iso_8601": "2020-12-15T10:22:46.125390Z", "url": "https://files.pythonhosted.org/packages/70/fb/9925e03d9a3ef41c2f6a1778b05b1e223f775fc99c3fddc71fd50d4d3338/scikit_image-0.18.0-cp39-cp39-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fb422e866b8276ebed44bb3a04fccd7f", "sha256": "bc8766fa5310e8f10b57ab54c13125faa21f02cef8d6f980e0eed6b7b92de45f" }, "downloads": -1, "filename": "scikit_image-0.18.0-cp39-cp39-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "fb422e866b8276ebed44bb3a04fccd7f", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 28918780, "upload_time": "2020-12-15T10:23:49", "upload_time_iso_8601": "2020-12-15T10:23:49.060964Z", "url": "https://files.pythonhosted.org/packages/cd/da/2a5d2b51d67f5c761f49fbd6f90d6756a2050b217cf85f7eeba1eb8a6858/scikit_image-0.18.0-cp39-cp39-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a6e103cc1d34cdb9f9b4ba9e2dfcac8e", "sha256": "8d2ae3d6c38aa7095a8dd0a3e66af4e00875dc33728223ba43951308faf6f670" }, "downloads": -1, "filename": "scikit_image-0.18.0-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "a6e103cc1d34cdb9f9b4ba9e2dfcac8e", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 11235090, "upload_time": "2020-12-15T10:24:14", "upload_time_iso_8601": "2020-12-15T10:24:14.956592Z", "url": "https://files.pythonhosted.org/packages/bb/18/2825951d4661684b4dcf07c650625dc62d073d0c913540a5815a0c311d95/scikit_image-0.18.0-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "58ec76338e89f6d4b7d6507eeadba781", "sha256": "8ebc16a2b790de71c8d84adb4d5927acbf427ecb24b673e9e47014b44d5e7a21" }, "downloads": -1, "filename": "scikit_image-0.18.0-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "58ec76338e89f6d4b7d6507eeadba781", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 12183908, "upload_time": "2020-12-15T10:24:43", "upload_time_iso_8601": "2020-12-15T10:24:43.798900Z", "url": "https://files.pythonhosted.org/packages/2d/24/bce32bed3ba39ec3ec7e4326a25989230b69a219d7310a8204f513f5f11b/scikit_image-0.18.0-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "23e58af68ccce3ed78cf1d0c20530903", "sha256": "a0c78a117080101dbeeaa430804fe9512575cf2696ddbf822a7ee30d0776f5da" }, "downloads": -1, "filename": "scikit-image-0.18.0.tar.gz", "has_sig": false, "md5_digest": "23e58af68ccce3ed78cf1d0c20530903", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 36444958, "upload_time": "2020-12-15T10:29:11", "upload_time_iso_8601": "2020-12-15T10:29:11.657316Z", "url": "https://files.pythonhosted.org/packages/f5/0d/bcdf6e43c3b40b3edc0a1e2f8bfa3cfad46c18869aeff31ec2b209f61e79/scikit-image-0.18.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.18.1": [ { "comment_text": "", "digests": { "md5": "e99885aaf03fd706611e79bdc9572323", "sha256": "1cd05c882ffb2a271a1f20b4afe937d63d55b8753c3d652f11495883a7800ebe" }, "downloads": -1, "filename": "scikit_image-0.18.1-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "e99885aaf03fd706611e79bdc9572323", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 12731267, "upload_time": "2020-12-23T06:36:46", "upload_time_iso_8601": "2020-12-23T06:36:46.912829Z", "url": "https://files.pythonhosted.org/packages/cd/29/fcea04e2402d9ec9e05cdd318ef4491844c0ea788f5cb95cfc58a63d9cb4/scikit_image-0.18.1-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5192946b85832013cd4ef2e639a4a28a", "sha256": "e972c628ad9ba52c298b032368e29af9bd5eeb81ce33bc2d9b039a81661c99c5" }, "downloads": -1, "filename": "scikit_image-0.18.1-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "5192946b85832013cd4ef2e639a4a28a", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 28182034, "upload_time": "2020-12-23T06:37:05", "upload_time_iso_8601": "2020-12-23T06:37:05.271823Z", "url": "https://files.pythonhosted.org/packages/64/18/6780e03fe94f393729988905c0b8271bdbc770d10613ae93fb1f9ad4593e/scikit_image-0.18.1-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "78c4153303be8065e40413aab8509656", "sha256": "1256017c513e8e1b8b9da73e5fd1e605d0077bbbc8e5c8d6c2cab36400131c6c" }, "downloads": -1, "filename": "scikit_image-0.18.1-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "78c4153303be8065e40413aab8509656", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 29198649, "upload_time": "2020-12-23T06:37:22", "upload_time_iso_8601": "2020-12-23T06:37:22.122666Z", "url": "https://files.pythonhosted.org/packages/fe/01/3a830f3df578ea3ed94ee7fd9f91e85c3dec2431d8548ab1c91869e51450/scikit_image-0.18.1-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "85301fce76e213203ae41a89ea85130d", "sha256": "ec25e4110951d3a280421bb10dd510a082ba83d86e20d706294faf7899cdb3d5" }, "downloads": -1, "filename": "scikit_image-0.18.1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "85301fce76e213203ae41a89ea85130d", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 11193117, "upload_time": "2020-12-23T06:37:33", "upload_time_iso_8601": "2020-12-23T06:37:33.968277Z", "url": "https://files.pythonhosted.org/packages/b1/80/586e8f32ed5fac096b97100d67acba6ea746863efe15d26cfae933f15c79/scikit_image-0.18.1-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "76b86dd13a5353c8a0267ad04983c210", "sha256": "2eea42706a25ae6e0cebaf1914e2ab1c04061b1f3c9966d76025d58a2e9188fc" }, "downloads": -1, "filename": "scikit_image-0.18.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "76b86dd13a5353c8a0267ad04983c210", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 12115886, "upload_time": "2020-12-23T06:37:43", "upload_time_iso_8601": "2020-12-23T06:37:43.601745Z", "url": "https://files.pythonhosted.org/packages/a7/f5/91f5333e0b731f1a67b9bb1e207ef7bf402dd9e997387f03592b3138953d/scikit_image-0.18.1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2a8f03a408dc3acc4fbdbc48cd3ff57e", "sha256": "76446e2402e64d7dba78eeae8aa86e92a0cafe5b1c9e6235bd8d067471ed2788" }, "downloads": -1, "filename": "scikit_image-0.18.1-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "2a8f03a408dc3acc4fbdbc48cd3ff57e", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 12735858, "upload_time": "2020-12-23T06:37:53", "upload_time_iso_8601": "2020-12-23T06:37:53.629303Z", "url": "https://files.pythonhosted.org/packages/10/67/b08a8736f59359965ef791a3c4c61e0e8fc71332269ff49db066070cc4b1/scikit_image-0.18.1-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "575b7973599e3a8ee5806cb79bd3bfda", "sha256": "d5ad4a9b4c9797d4c4c48f45fa224c5ebff22b9b0af636c3ecb8addbb66c21e6" }, "downloads": -1, "filename": "scikit_image-0.18.1-cp38-cp38-manylinux1_i686.whl", "has_sig": false, "md5_digest": "575b7973599e3a8ee5806cb79bd3bfda", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 28940886, "upload_time": "2020-12-23T06:38:08", "upload_time_iso_8601": "2020-12-23T06:38:08.569607Z", "url": "https://files.pythonhosted.org/packages/74/77/fedd7e10f162be602b6b7faaff78f0308fd2a11ff1ece23a3b2b10be3827/scikit_image-0.18.1-cp38-cp38-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7d8e6552369f6cc565a5b6729de58498", "sha256": "23f9178b21c752bfb4e4ea3a3fa0ff79bc5a401bc75ddb4661f2cebd1c2b0e24" }, "downloads": -1, "filename": "scikit_image-0.18.1-cp38-cp38-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "7d8e6552369f6cc565a5b6729de58498", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 30197698, "upload_time": "2020-12-23T06:38:26", "upload_time_iso_8601": "2020-12-23T06:38:26.722827Z", "url": "https://files.pythonhosted.org/packages/a0/79/bc1d1cd3daad75e6dce6f79759ef9af96c2d1320397c2ed997711bd300a0/scikit_image-0.18.1-cp38-cp38-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "229106d1c75eaf95c392eedff0eb5506", "sha256": "d746540cafe7776c6d05a0b40ec744bb8d33d1ddc51faba601d26c02593d8bcc" }, "downloads": -1, "filename": "scikit_image-0.18.1-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "229106d1c75eaf95c392eedff0eb5506", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 11257132, "upload_time": "2020-12-23T06:38:34", "upload_time_iso_8601": "2020-12-23T06:38:34.799973Z", "url": "https://files.pythonhosted.org/packages/97/46/e2d4e84c348e3eb7db8bcaf76fd8e727d4dfb10b80e983731f23ceef7c5f/scikit_image-0.18.1-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6fab83ae2633cd1fb35b29054ca351c2", "sha256": "30447af3f5b7c9491f2d3db5bc275493d1b91bf1dd16b67e2fd79a6bb95d8ee9" }, "downloads": -1, "filename": "scikit_image-0.18.1-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "6fab83ae2633cd1fb35b29054ca351c2", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 12199342, "upload_time": "2020-12-23T06:38:45", "upload_time_iso_8601": "2020-12-23T06:38:45.421487Z", "url": "https://files.pythonhosted.org/packages/8d/44/8df48c3cca2c1bcb5e25bb1c15efd81d946074293478edb22e4f7d21a7ab/scikit_image-0.18.1-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "56bffadabe5cb15f8781d72d903a0f66", "sha256": "ae6659b3a8bd4bba7e9dcbfd0064e443b32c7054bf09174749db896730fcf42e" }, "downloads": -1, "filename": "scikit_image-0.18.1-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "56bffadabe5cb15f8781d72d903a0f66", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 12851536, "upload_time": "2020-12-23T06:38:55", "upload_time_iso_8601": "2020-12-23T06:38:55.462965Z", "url": "https://files.pythonhosted.org/packages/09/43/c7160ed84813339106710c9454219fb849faf954233bbc150dabbcaefa2b/scikit_image-0.18.1-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "38776edfdd488ab7df86c1776a7f4bdc", "sha256": "2c058770c6ad6e0fe6c30f59970c9c65fa740ff014d121d8c341664cd792cf49" }, "downloads": -1, "filename": "scikit_image-0.18.1-cp39-cp39-manylinux1_i686.whl", "has_sig": false, "md5_digest": "38776edfdd488ab7df86c1776a7f4bdc", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 27858566, "upload_time": "2020-12-23T06:39:07", "upload_time_iso_8601": "2020-12-23T06:39:07.108842Z", "url": "https://files.pythonhosted.org/packages/8d/0f/59ed989803476195282ac5e9ebfbe2f5b60faf9675df484c004cb7db86a8/scikit_image-0.18.1-cp39-cp39-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e5aa36556ff208f901c8fab0333257ff", "sha256": "c700336a7f96109c74154090c5e693693a8e3fa09ed6156a5996cdc9a3bb1534" }, "downloads": -1, "filename": "scikit_image-0.18.1-cp39-cp39-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e5aa36556ff208f901c8fab0333257ff", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 28918036, "upload_time": "2020-12-23T06:39:25", "upload_time_iso_8601": "2020-12-23T06:39:25.837259Z", "url": "https://files.pythonhosted.org/packages/50/4e/ac581b7d93e2e61afba3a63f6cb1f351eed6b0a2444d98dc0252b8cdf876/scikit_image-0.18.1-cp39-cp39-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a61f2313fbc55240ff6b21df5a6b4f5a", "sha256": "3515b890e771f99bbe1051a0dcfe0fc477da961da933c34f89808a0f1eeb7dc2" }, "downloads": -1, "filename": "scikit_image-0.18.1-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "a61f2313fbc55240ff6b21df5a6b4f5a", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 11235315, "upload_time": "2020-12-23T06:39:34", "upload_time_iso_8601": "2020-12-23T06:39:34.187720Z", "url": "https://files.pythonhosted.org/packages/84/10/48be06e3b568911a7e8969e796703d801fa85280a5497452ab83a38d0d0a/scikit_image-0.18.1-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cbfba4bfb6d970e1d1e392e643094ee6", "sha256": "5f602779258807d03e72c0a439cfb221f647e628be166fb3594397435f13c76b" }, "downloads": -1, "filename": "scikit_image-0.18.1-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "cbfba4bfb6d970e1d1e392e643094ee6", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 12184192, "upload_time": "2020-12-23T06:39:42", "upload_time_iso_8601": "2020-12-23T06:39:42.298367Z", "url": "https://files.pythonhosted.org/packages/e2/1a/e3b92f5a51d80554c770c1619420ec84553fe90593c420e9b1b4f4ba56b8/scikit_image-0.18.1-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b4fcf46f64b70217f8071df0a992733f", "sha256": "fbb618ca911867bce45574c1639618cdfb5d94e207432b19bc19563d80d2f171" }, "downloads": -1, "filename": "scikit-image-0.18.1.tar.gz", "has_sig": false, "md5_digest": "b4fcf46f64b70217f8071df0a992733f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 29663758, "upload_time": "2020-12-23T06:40:13", "upload_time_iso_8601": "2020-12-23T06:40:13.045216Z", "url": "https://files.pythonhosted.org/packages/6e/be/a8ccf9d949a55023cf02438310e068c263ce3dd6bbf31f9229d3db6e551a/scikit-image-0.18.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.18.2": [ { "comment_text": "", "digests": { "md5": "65c515a68f3606c79e159695c6fde961", "sha256": "6f6d0e79a91c62360708111951abb3a774cefac865902ea797c3b72d8ece6382" }, "downloads": -1, "filename": "scikit_image-0.18.2-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "65c515a68f3606c79e159695c6fde961", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 12746720, "upload_time": "2021-06-29T01:49:12", "upload_time_iso_8601": "2021-06-29T01:49:12.289601Z", "url": "https://files.pythonhosted.org/packages/10/dc/c181d784a11e29f5ff237c3feac5a0e215b6a8e63ceb50eedbba3aa023db/scikit_image-0.18.2-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8099457419cf7dfa9183157c71567d8a", "sha256": "49a9b48bc428d2d56aaefbc042fd79c67ebc908a1cbf542e9c863c49339ca496" }, "downloads": -1, "filename": "scikit_image-0.18.2-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "8099457419cf7dfa9183157c71567d8a", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 28116125, "upload_time": "2021-06-29T01:49:25", "upload_time_iso_8601": "2021-06-29T01:49:25.582781Z", "url": "https://files.pythonhosted.org/packages/b1/0a/5b72f6e6c79106646beefa500a9b78a6c55db18b90f1ed2c36aefa790f33/scikit_image-0.18.2-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "81bab9aa8433b547d27b19bd4eeb4a23", "sha256": "32620792e989beb2c3eb67eae38b59291be412be59ad3485ee0f67cb7b37c16f" }, "downloads": -1, "filename": "scikit_image-0.18.2-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "81bab9aa8433b547d27b19bd4eeb4a23", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 29178391, "upload_time": "2021-06-29T01:49:53", "upload_time_iso_8601": "2021-06-29T01:49:53.734547Z", "url": "https://files.pythonhosted.org/packages/cd/d9/d738fdb4954575fb631b9c7a2eaa59df3ab8b7f3c2fc28a37259a42d8a49/scikit_image-0.18.2-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c34ca18addd76f04b6bd19b5c9097505", "sha256": "38efc3fd9023c7849175fc18b2cc96a08629da840b6100ec5038f487fba7d34e" }, "downloads": -1, "filename": "scikit_image-0.18.2-cp37-cp37m-manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "c34ca18addd76f04b6bd19b5c9097505", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 34995080, "upload_time": "2021-06-29T01:50:51", "upload_time_iso_8601": "2021-06-29T01:50:51.739146Z", "url": "https://files.pythonhosted.org/packages/63/49/df42a428a3476e468a06f99903d6ff26949b0c7acb766bdc1c245943e3b2/scikit_image-0.18.2-cp37-cp37m-manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c38331c2e2fef9b4565c2f0f51216310", "sha256": "5510b133999a45b2c8ed4c1b659fa0a1cf4ca0db949353d0f54fc6290dac4d5a" }, "downloads": -1, "filename": "scikit_image-0.18.2-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "c38331c2e2fef9b4565c2f0f51216310", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 11192936, "upload_time": "2021-06-29T01:51:15", "upload_time_iso_8601": "2021-06-29T01:51:15.090822Z", "url": "https://files.pythonhosted.org/packages/a7/37/90fb3fabc3ff03865920dda3952ce74104e5031aaf69be3e5c1bd4a456d3/scikit_image-0.18.2-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f9cb2fe47eab77553eb641223cd61ed9", "sha256": "b3aa7230d84b12d8a4a9f0b65ee895603d27fe85366bf2b57929ba1cce2e8987" }, "downloads": -1, "filename": "scikit_image-0.18.2-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "f9cb2fe47eab77553eb641223cd61ed9", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 12136211, "upload_time": "2021-06-29T01:51:41", "upload_time_iso_8601": "2021-06-29T01:51:41.447565Z", "url": "https://files.pythonhosted.org/packages/fe/d6/1d2603b984631afe92c9576595745c878abe25817244f307dbdce5ad1101/scikit_image-0.18.2-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "48c8bd18fa51acf989523e6a4a87e80d", "sha256": "b21d65dcee453539fe70b5903edd8429ad9fe46233b049dd622368bad435f39e" }, "downloads": -1, "filename": "scikit_image-0.18.2-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "48c8bd18fa51acf989523e6a4a87e80d", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 12751012, "upload_time": "2021-06-29T01:52:07", "upload_time_iso_8601": "2021-06-29T01:52:07.601206Z", "url": "https://files.pythonhosted.org/packages/e2/e0/17e1ac64c796f48eb9e16bc74a8e4917f7cc6e6fabe745f2d249dca87edb/scikit_image-0.18.2-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8814d5ef1df3d95728ed2f2782480baa", "sha256": "f61d65de826abe2f5f6c171c75d2bb93df56aa4a690d1bab5911412f49b9e768" }, "downloads": -1, "filename": "scikit_image-0.18.2-cp38-cp38-manylinux1_i686.whl", "has_sig": false, "md5_digest": "8814d5ef1df3d95728ed2f2782480baa", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 28961897, "upload_time": "2021-06-29T01:52:38", "upload_time_iso_8601": "2021-06-29T01:52:38.164433Z", "url": "https://files.pythonhosted.org/packages/b8/25/fba8b2e7d937fcc7d4d535ed3cb641d862125be53a751f9a348f3587b0e3/scikit_image-0.18.2-cp38-cp38-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c8a53061e6a2e34a1bf87d4750d0c41a", "sha256": "a4fdba1bdd883a8028ddff0b8fe8d43c8dd43360bdab6e1f40599fa210613f1d" }, "downloads": -1, "filename": "scikit_image-0.18.2-cp38-cp38-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c8a53061e6a2e34a1bf87d4750d0c41a", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 30177389, "upload_time": "2021-06-29T01:53:00", "upload_time_iso_8601": "2021-06-29T01:53:00.271658Z", "url": "https://files.pythonhosted.org/packages/94/37/29fd95ed3d569341fd713fb6a5fe77ad4f6386bbab34a03cb0c6a0d3b014/scikit_image-0.18.2-cp38-cp38-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b4726353bee938f2a293264f0d98970d", "sha256": "8e62228a91b770fbe89d310e833f8797f14136b9635bb67d8b780f1b8cf237e6" }, "downloads": -1, "filename": "scikit_image-0.18.2-cp38-cp38-manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "b4726353bee938f2a293264f0d98970d", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 38630807, "upload_time": "2021-06-29T01:54:28", "upload_time_iso_8601": "2021-06-29T01:54:28.792753Z", "url": "https://files.pythonhosted.org/packages/a7/5d/72b51e75b04adc7dfe6bfb79ff7043ee3b2ab46b9102d4bc0e19e7928f3b/scikit_image-0.18.2-cp38-cp38-manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b09fb6308dcf4908e864e1566e06c329", "sha256": "f80d16ce57e05af8e282620a23e90bb8886e5efa6eedcacb4da1c15293ba5e9a" }, "downloads": -1, "filename": "scikit_image-0.18.2-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "b09fb6308dcf4908e864e1566e06c329", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 11256967, "upload_time": "2021-06-29T01:54:55", "upload_time_iso_8601": "2021-06-29T01:54:55.849905Z", "url": "https://files.pythonhosted.org/packages/87/6f/db4beb7f0e31465d8fc265f19d044e298080bd18e7ce37635e35ce39eee0/scikit_image-0.18.2-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9a9ae96bd04331d111cefab0bd9dd680", "sha256": "6d576a8249114e6169ea1c2b05a22168745eedba90b06d5765368dbd59b27c7f" }, "downloads": -1, "filename": "scikit_image-0.18.2-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "9a9ae96bd04331d111cefab0bd9dd680", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 12217602, "upload_time": "2021-06-29T01:55:36", "upload_time_iso_8601": "2021-06-29T01:55:36.308937Z", "url": "https://files.pythonhosted.org/packages/45/20/9206f5da3e48a4715df8a6f8966f5f1e7bc1de179270b44a2ea2243ec446/scikit_image-0.18.2-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b69bf8e3dd77db380cf7fcb76da8b1bb", "sha256": "278b0034c509d8b31a9b117837b3d45957dd3408e062ad0f2b24edeb1a460e91" }, "downloads": -1, "filename": "scikit_image-0.18.2-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "b69bf8e3dd77db380cf7fcb76da8b1bb", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 12868003, "upload_time": "2021-06-29T01:55:50", "upload_time_iso_8601": "2021-06-29T01:55:50.286885Z", "url": "https://files.pythonhosted.org/packages/e7/95/f1c91532684a39314d1dd69a8ecd8084d66f69b521da1dac9eadda935c80/scikit_image-0.18.2-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "75610e82cbc2943068d6eac8ff80b113", "sha256": "f9648093a0865150fc4ac9eaf02256afbf471a43216b0b6ee6585a4d57674563" }, "downloads": -1, "filename": "scikit_image-0.18.2-cp39-cp39-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "75610e82cbc2943068d6eac8ff80b113", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 33102635, "upload_time": "2021-06-29T01:56:13", "upload_time_iso_8601": "2021-06-29T01:56:13.266092Z", "url": "https://files.pythonhosted.org/packages/8b/ae/ef2d1ff54ea01006b31e36447093b0a6316cfed60702244867cff974cdbf/scikit_image-0.18.2-cp39-cp39-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f47831de6ce81e66ac8ba7ab23fc7d59", "sha256": "2c7e91fb3df5cc58cb13c39094a32bb2e990ced30b08ee34bf0976ff8a1ba579" }, "downloads": -1, "filename": "scikit_image-0.18.2-cp39-cp39-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "f47831de6ce81e66ac8ba7ab23fc7d59", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 34571493, "upload_time": "2021-06-29T01:56:54", "upload_time_iso_8601": "2021-06-29T01:56:54.438476Z", "url": "https://files.pythonhosted.org/packages/8e/f4/9d0087ac2e183ca0bef407ebc6b7effccf8d851e9fa79655f6170fce0acb/scikit_image-0.18.2-cp39-cp39-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4ecb540313940ebf15b2826a8ef72c1a", "sha256": "4f42a36e34a3e659dd5e0fe9c0b07f797f9b66680224a7f2545a564484574d78" }, "downloads": -1, "filename": "scikit_image-0.18.2-cp39-cp39-manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "4ecb540313940ebf15b2826a8ef72c1a", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 37152569, "upload_time": "2021-06-29T01:57:27", "upload_time_iso_8601": "2021-06-29T01:57:27.879800Z", "url": "https://files.pythonhosted.org/packages/fd/87/2b749ff8d34f98299220021b0abf43c0a4322f8a73b7dbef95e43cc495f9/scikit_image-0.18.2-cp39-cp39-manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "222649f7052b2435adaf3b30ae87b0f5", "sha256": "66ea3bc8f53efbaf751fdae472fe1cbc55ad5e4fadbf6d3a0a268dc7e34d83b6" }, "downloads": -1, "filename": "scikit_image-0.18.2-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "222649f7052b2435adaf3b30ae87b0f5", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 11237069, "upload_time": "2021-06-29T01:57:44", "upload_time_iso_8601": "2021-06-29T01:57:44.421702Z", "url": "https://files.pythonhosted.org/packages/36/8b/cf53f60748d546fb0bc7190aa59a8403352db4d690265196bd4807fd415e/scikit_image-0.18.2-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ebfc5a8ec0e44b151dbe1410462bfb40", "sha256": "74f7c5920c0b893608ef0d159a61a15e87aa9f31d2707d1ed6621a65233646cd" }, "downloads": -1, "filename": "scikit_image-0.18.2-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "ebfc5a8ec0e44b151dbe1410462bfb40", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 12198617, "upload_time": "2021-06-29T01:58:12", "upload_time_iso_8601": "2021-06-29T01:58:12.195854Z", "url": "https://files.pythonhosted.org/packages/99/03/77d7ffde6fa2b83cca42f4af3556a97728b4355f6eba18fb0d02a5d15277/scikit_image-0.18.2-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "379291933063a2b4d3b6f11d3357dda2", "sha256": "32ff472355fbf8ab40a8e9ed685906c6c51a863f1ea8737882d26be9221631f3" }, "downloads": -1, "filename": "scikit-image-0.18.2.tar.gz", "has_sig": false, "md5_digest": "379291933063a2b4d3b6f11d3357dda2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 30781891, "upload_time": "2021-06-29T02:00:46", "upload_time_iso_8601": "2021-06-29T02:00:46.522655Z", "url": "https://files.pythonhosted.org/packages/e1/e9/98185042c1c3cc6b20e2a5dd8cc74215b9fee7268c82781a7c4f7cc854f4/scikit-image-0.18.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.18.3": [ { "comment_text": "", "digests": { "md5": "81d709b6ed31f63649b3bac0e46062a9", "sha256": "7f27357adae9225df10fd152224d4c43978ae222f44bad7fedbfc2b81b985f9d" }, "downloads": -1, "filename": "scikit_image-0.18.3-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": true, "md5_digest": "81d709b6ed31f63649b3bac0e46062a9", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 13003320, "upload_time": "2021-08-24T18:09:55", "upload_time_iso_8601": "2021-08-24T18:09:55.098663Z", "url": "https://files.pythonhosted.org/packages/81/f6/124b0052a0416cbff9a39f44b4985c02a08da33bde6831610d6773a27bfb/scikit_image-0.18.3-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e2d6513e5dbc5808cefc16ffa7364ba0", "sha256": "0bf3cdadc15db90f875bf59bdd0db080337e6353bb3d165c281f9af456d9d3f2" }, "downloads": -1, "filename": "scikit_image-0.18.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": true, "md5_digest": "e2d6513e5dbc5808cefc16ffa7364ba0", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 34850522, "upload_time": "2021-08-24T18:10:15", "upload_time_iso_8601": "2021-08-24T18:10:15.084735Z", "url": "https://files.pythonhosted.org/packages/92/6c/cd1a77cea962c608e9ebd322b2df516edcf6ba3a1f0cb1dd3a8f854d2d8e/scikit_image-0.18.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e2b96b832cb295f518b7d437cabdcf33", "sha256": "2f24eb3df859ba5b3fb66947fe2d7240653b38f307d574e25f1ae29cc2a212ee" }, "downloads": -1, "filename": "scikit_image-0.18.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", "has_sig": true, "md5_digest": "e2b96b832cb295f518b7d437cabdcf33", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 28117807, "upload_time": "2021-08-24T18:10:32", "upload_time_iso_8601": "2021-08-24T18:10:32.054862Z", "url": "https://files.pythonhosted.org/packages/2b/94/90ac7eafae65f52159f1a8d3812a3a611de4873b5474ad50e5459e441542/scikit_image-0.18.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7b665363b1762c8bdffc736b68f4c585", "sha256": "e2148846fae22e12b7a20d11d951adae57213dd097af5960407eb5c4421c0ab3" }, "downloads": -1, "filename": "scikit_image-0.18.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "7b665363b1762c8bdffc736b68f4c585", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 29181184, "upload_time": "2021-08-24T18:10:48", "upload_time_iso_8601": "2021-08-24T18:10:48.751143Z", "url": "https://files.pythonhosted.org/packages/91/62/2d8b24ba429b589b0491485478a0f11369938932aa938e052e38f6390d4d/scikit_image-0.18.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ee6f7684212bc5ee3442e83848048412", "sha256": "142d070a41f9dfed0c3661e0dd9ce3cdb59a20a5b5ab071f529577d6d3e1fb81" }, "downloads": -1, "filename": "scikit_image-0.18.3-cp37-cp37m-win32.whl", "has_sig": true, "md5_digest": "ee6f7684212bc5ee3442e83848048412", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 11204467, "upload_time": "2021-08-24T18:10:56", "upload_time_iso_8601": "2021-08-24T18:10:56.018779Z", "url": "https://files.pythonhosted.org/packages/27/39/c4ac208aa60415942cd2287f418498ee70dcb8e5b78b4c6c6c74fe481248/scikit_image-0.18.3-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c2fadcba4e3b96e2a47464d6d05b0fdd", "sha256": "05b430b1f8e25f7ba4a55afc6bf592af00f0ec809ab1d80bdede8893e7c6af57" }, "downloads": -1, "filename": "scikit_image-0.18.3-cp37-cp37m-win_amd64.whl", "has_sig": true, "md5_digest": "c2fadcba4e3b96e2a47464d6d05b0fdd", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 12136964, "upload_time": "2021-08-24T18:11:05", "upload_time_iso_8601": "2021-08-24T18:11:05.151272Z", "url": "https://files.pythonhosted.org/packages/97/83/049ca0b3680bf133bd806a61dcc35c7632828a2817bc1351e3199bc52c25/scikit_image-0.18.3-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "aeee5e8d6d7581e9c569449c1dc6d3a1", "sha256": "ef92f42d8a0794c47df1eeb1937119b6686b523dc663ecc5ffdf3c91645719ac" }, "downloads": -1, "filename": "scikit_image-0.18.3-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": true, "md5_digest": "aeee5e8d6d7581e9c569449c1dc6d3a1", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 13001362, "upload_time": "2021-08-24T18:11:15", "upload_time_iso_8601": "2021-08-24T18:11:15.001612Z", "url": "https://files.pythonhosted.org/packages/9a/38/65f0daf4934518f66a1d4017e55fc99501c36c4cc22b854a3ca9f559ab11/scikit_image-0.18.3-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2e48b999be6895b6927ba08f60199161", "sha256": "9b60fe0bc6e770c126c625f8c2d8af3b20fea53dac845abdf474bef1bd526490" }, "downloads": -1, "filename": "scikit_image-0.18.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": true, "md5_digest": "2e48b999be6895b6927ba08f60199161", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 37396189, "upload_time": "2021-08-24T18:11:34", "upload_time_iso_8601": "2021-08-24T18:11:34.458786Z", "url": "https://files.pythonhosted.org/packages/d2/ab/0946a696f593f1a904550168e07ffc3a4f13f71afa7228e6eae4ce3a4ff5/scikit_image-0.18.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4de2995f9d508f513dc895cac5ad9d8e", "sha256": "088bf793696a3d5f56cce27c75d415fa795d1db9336b7e8257a1764dc03c7c52" }, "downloads": -1, "filename": "scikit_image-0.18.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", "has_sig": true, "md5_digest": "4de2995f9d508f513dc895cac5ad9d8e", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 28963320, "upload_time": "2021-08-24T18:11:52", "upload_time_iso_8601": "2021-08-24T18:11:52.033419Z", "url": "https://files.pythonhosted.org/packages/73/44/22457f9faa45491b03bc50f7313fc4eb27f95915b00c2c7a28f36a0ef84f/scikit_image-0.18.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "674d4417a4c86a349f5a758a04e23255", "sha256": "7994866857a1bb388cf3ede4ca7a8fba0b89ef980d5d802ec25e30124a2a34db" }, "downloads": -1, "filename": "scikit_image-0.18.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "674d4417a4c86a349f5a758a04e23255", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 30181218, "upload_time": "2021-08-24T18:12:08", "upload_time_iso_8601": "2021-08-24T18:12:08.746863Z", "url": "https://files.pythonhosted.org/packages/e1/85/2bd10b4b6f7ee834f43d97fc85f851978346928b001f69cee92a69a75aa1/scikit_image-0.18.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ea9a371875344075133b3537cc90623e", "sha256": "b29982f07231f60d6170f4c2c6f2fe88051a7b4194d775aefd81bfee107452b9" }, "downloads": -1, "filename": "scikit_image-0.18.3-cp38-cp38-win32.whl", "has_sig": true, "md5_digest": "ea9a371875344075133b3537cc90623e", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 11269671, "upload_time": "2021-08-24T18:12:16", "upload_time_iso_8601": "2021-08-24T18:12:16.922786Z", "url": "https://files.pythonhosted.org/packages/21/57/87eb118b84bbbeb6cacd4ef77e502d35bc92331bce098703a6ce78cd297b/scikit_image-0.18.3-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2c09a11235a66aa9ef60ec4d0bb7e721", "sha256": "3f3aa984638a6868171d176d26d6bd17b7b16a9fd505eaa97482f00a4310e3ff" }, "downloads": -1, "filename": "scikit_image-0.18.3-cp38-cp38-win_amd64.whl", "has_sig": true, "md5_digest": "2c09a11235a66aa9ef60ec4d0bb7e721", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 12218904, "upload_time": "2021-08-24T18:12:24", "upload_time_iso_8601": "2021-08-24T18:12:24.169752Z", "url": "https://files.pythonhosted.org/packages/f2/ae/8a1d2745eb17919690fea58df1e42746a254bdb4d3682c621881117076ff/scikit_image-0.18.3-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d6e22cb37ce3d38cad7ff2245a1489d4", "sha256": "f698fc715202eeccabb371190c19c2d6713696de4d07609a0fa0cae3acb0b3dd" }, "downloads": -1, "filename": "scikit_image-0.18.3-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": true, "md5_digest": "d6e22cb37ce3d38cad7ff2245a1489d4", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 13120874, "upload_time": "2021-08-24T18:12:34", "upload_time_iso_8601": "2021-08-24T18:12:34.450781Z", "url": "https://files.pythonhosted.org/packages/47/33/e332032168d4e3a998a2021ab51c4233fe9caeaf6f83ca5f6c60834205db/scikit_image-0.18.3-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "da63a578495a6db305844ad27b5944e3", "sha256": "0bf23d3d182ba8fe4ef8a0935e843be1f6c99e7eebeb492ac07c305e8cbb1dcd" }, "downloads": -1, "filename": "scikit_image-0.18.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": true, "md5_digest": "da63a578495a6db305844ad27b5944e3", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 33103456, "upload_time": "2021-08-24T18:12:51", "upload_time_iso_8601": "2021-08-24T18:12:51.854502Z", "url": "https://files.pythonhosted.org/packages/c1/66/0127b5f5ac047a09c32ff1989d0210e3e152070c0865540aa93bd9a51d2a/scikit_image-0.18.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "358d750a6509e7411484ba2e95bf0cd2", "sha256": "bfa6eb04dc0b8773043f9994eccd8c517d713cd0f9e960dcb6754e19c1abceb1" }, "downloads": -1, "filename": "scikit_image-0.18.3-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": true, "md5_digest": "358d750a6509e7411484ba2e95bf0cd2", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 34583217, "upload_time": "2021-08-24T18:13:09", "upload_time_iso_8601": "2021-08-24T18:13:09.487796Z", "url": "https://files.pythonhosted.org/packages/61/b3/c66119b73fc8b13fa4ba1c51047ca9b60ee9069f7d80b4ff00e554d90248/scikit_image-0.18.3-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1bdf09bebef28c95064fa089455dc50b", "sha256": "8394ad148685ed6ea8d84eb9c41e70cef1adda6c6d9a0ff8476c3126818a9340" }, "downloads": -1, "filename": "scikit_image-0.18.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": true, "md5_digest": "1bdf09bebef28c95064fa089455dc50b", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 36987061, "upload_time": "2021-08-24T18:13:30", "upload_time_iso_8601": "2021-08-24T18:13:30.743058Z", "url": "https://files.pythonhosted.org/packages/b9/21/adc703fffd17804d9550a47d866146a2b9024ad6a4f97662180ad4ea91a8/scikit_image-0.18.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "efae2706ddd7029a14bd73a84ee97d06", "sha256": "ec242ff35bd4bc531aaf00c6edb9f0f64ff36ff353bd6ecd8f1c77886ddc0a7a" }, "downloads": -1, "filename": "scikit_image-0.18.3-cp39-cp39-win32.whl", "has_sig": true, "md5_digest": "efae2706ddd7029a14bd73a84ee97d06", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 11249059, "upload_time": "2021-08-24T18:13:37", "upload_time_iso_8601": "2021-08-24T18:13:37.693176Z", "url": "https://files.pythonhosted.org/packages/f6/9b/e4d82d73f78011ed90ad85c7562b5827d1edb45db30c262a0fde342c089f/scikit_image-0.18.3-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b3c9ec421247b3e668345e961359c8f1", "sha256": "3068af85682e90fda021070969dd2fce667f89a868c6aacb2fffbc5aa002e39e" }, "downloads": -1, "filename": "scikit_image-0.18.3-cp39-cp39-win_amd64.whl", "has_sig": true, "md5_digest": "b3c9ec421247b3e668345e961359c8f1", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 12199398, "upload_time": "2021-08-24T18:13:44", "upload_time_iso_8601": "2021-08-24T18:13:44.464045Z", "url": "https://files.pythonhosted.org/packages/cc/c6/9acc9df62ca6deeda776907d6bef21abba82dea472adcd07c30c346cd448/scikit_image-0.18.3-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dd37dd4fb9e4e54da92462929e3b5b18", "sha256": "ecae99f93f4c5e9b1bf34959f4dc596c41f2f6b2fc407d9d9ddf85aebd3137ca" }, "downloads": -1, "filename": "scikit-image-0.18.3.tar.gz", "has_sig": true, "md5_digest": "dd37dd4fb9e4e54da92462929e3b5b18", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 29167592, "upload_time": "2021-08-24T18:16:37", "upload_time_iso_8601": "2021-08-24T18:16:37.766781Z", "url": "https://files.pythonhosted.org/packages/c0/f2/8653713d01c46ed679f37848528adae1e988e1120f16fa589b200cca1720/scikit-image-0.18.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.19.0": [ { "comment_text": "", "digests": { "md5": "b50b1f22229e76c50e3faf18c456792b", "sha256": "b28ae72a274f0805173379d36d76710c293eaae8eb78c2054ae8cf34f27f0440" }, "downloads": -1, "filename": "scikit_image-0.19.0-cp310-cp310-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "b50b1f22229e76c50e3faf18c456792b", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.7", "size": 35545205, "upload_time": "2021-12-03T07:49:37", "upload_time_iso_8601": "2021-12-03T07:49:37.883951Z", "url": "https://files.pythonhosted.org/packages/cd/d3/988fac11c64d245c295a880c8812e697ea2404c65cfb098dd45e20cf95a3/scikit_image-0.19.0-cp310-cp310-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ff77ae03708fe8ba4f950edb0da3bec5", "sha256": "19fd99aa1f255d4f054e3c6b72b121d913ec7f557732f760653a28bf3144bd98" }, "downloads": -1, "filename": "scikit_image-0.19.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": true, "md5_digest": "ff77ae03708fe8ba4f950edb0da3bec5", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.7", "size": 59841597, "upload_time": "2021-12-03T07:50:02", "upload_time_iso_8601": "2021-12-03T07:50:02.982940Z", "url": "https://files.pythonhosted.org/packages/c2/5b/5436f4f4a0a88e1d8659c4ed8c37fe942cbf54c5dd415b1a6e674af50569/scikit_image-0.19.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e7f50e6f7e0e7f20bc175fd18e462411", "sha256": "562eba8e620166c5ca6a89049e5115aca00aa2aa733914d9de336c7a0e056cff" }, "downloads": -1, "filename": "scikit_image-0.19.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": true, "md5_digest": "e7f50e6f7e0e7f20bc175fd18e462411", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.7", "size": 59898222, "upload_time": "2021-12-03T07:50:20", "upload_time_iso_8601": "2021-12-03T07:50:20.780711Z", "url": "https://files.pythonhosted.org/packages/d6/0b/d1d3ed8a91db81ac52d098a5c24f6494facb1b5471717595f3e57a5190d2/scikit_image-0.19.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4729f0d1a45c6873780c2f32216b8c0c", "sha256": "ee63192e0ef8476de7e8cd8f06c47c322df39cfbcbe6377eb420427b1f1154ec" }, "downloads": -1, "filename": "scikit_image-0.19.0-cp310-cp310-win_amd64.whl", "has_sig": true, "md5_digest": "4729f0d1a45c6873780c2f32216b8c0c", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.7", "size": 34392752, "upload_time": "2021-12-03T08:19:47", "upload_time_iso_8601": "2021-12-03T08:19:47.345467Z", "url": "https://files.pythonhosted.org/packages/e5/a8/1f6ac11136df84d3bd0008ef4efa219a9efbeb3cddd5414443bc0a829081/scikit_image-0.19.0-cp310-cp310-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "471a0796150b6364ea4f2a34b1a122a9", "sha256": "89ebcad96043aa5f4fd69e8c8f51d7592be82904f3cfe04739b56b986f1a2640" }, "downloads": -1, "filename": "scikit_image-0.19.0-cp37-cp37m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "471a0796150b6364ea4f2a34b1a122a9", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 35797694, "upload_time": "2021-12-03T07:50:32", "upload_time_iso_8601": "2021-12-03T07:50:32.141345Z", "url": "https://files.pythonhosted.org/packages/b0/b7/46c23b5fc155790de86c8299ca7016cfd3218c4b23f391a0431c45bbb83b/scikit_image-0.19.0-cp37-cp37m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5d4af4a62016eb40e8660b835056264d", "sha256": "cd960bdfa6345522d101c18eac52e42351804fa7e685c707c90eeaf15753bae7" }, "downloads": -1, "filename": "scikit_image-0.19.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": true, "md5_digest": "5d4af4a62016eb40e8660b835056264d", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 53816243, "upload_time": "2021-12-03T07:50:45", "upload_time_iso_8601": "2021-12-03T07:50:45.296928Z", "url": "https://files.pythonhosted.org/packages/be/19/0fa08dbba2d6304ec8eaa420af5e0752ac2526cc1ee7329a1733b998ab04/scikit_image-0.19.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1e8eceaf0bcb0e93854688c99097121d", "sha256": "a5103ba505b33199c6d8fce1917ac0c471db205257b5acd8bba61d8c43042daf" }, "downloads": -1, "filename": "scikit_image-0.19.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": true, "md5_digest": "1e8eceaf0bcb0e93854688c99097121d", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 55368943, "upload_time": "2021-12-03T07:51:01", "upload_time_iso_8601": "2021-12-03T07:51:01.283392Z", "url": "https://files.pythonhosted.org/packages/ae/3d/b2662293ff78c5a500098fb1edb23ffa7c3dcd39da8bfdf0e74a8f2a1bdb/scikit_image-0.19.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9d2be6af7af7c3905f2dd57fae6110a1", "sha256": "cb2e509482b89e91adb9dae314431d38d617e39e3539774f226f2bf161dc5543" }, "downloads": -1, "filename": "scikit_image-0.19.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": true, "md5_digest": "9d2be6af7af7c3905f2dd57fae6110a1", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 57486566, "upload_time": "2021-12-03T07:51:16", "upload_time_iso_8601": "2021-12-03T07:51:16.750883Z", "url": "https://files.pythonhosted.org/packages/6e/16/4e6aa5877c86cd9a7f52ee148d2a857e1664a4752616ba1b2ec9ebfef43b/scikit_image-0.19.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2775c0ec462046ea1cd2bbc20a8f2694", "sha256": "79dd6ad58051e1ee4e69b8d9dcab6e13383c941408640b2f94e28efad3c81e5d" }, "downloads": -1, "filename": "scikit_image-0.19.0-cp37-cp37m-win32.whl", "has_sig": true, "md5_digest": "2775c0ec462046ea1cd2bbc20a8f2694", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 33829780, "upload_time": "2021-12-03T07:51:26", "upload_time_iso_8601": "2021-12-03T07:51:26.862826Z", "url": "https://files.pythonhosted.org/packages/79/2a/487e5298c4990f01833ad71103736b88409a6d798cfe01ed9b6e52e36a05/scikit_image-0.19.0-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d8f6f1aaace631551bb5c35dcfb278ea", "sha256": "75ad424927fc5ae0c50a466303c068cd8df7fa052387a219a37a9b6ed694f5ab" }, "downloads": -1, "filename": "scikit_image-0.19.0-cp37-cp37m-win_amd64.whl", "has_sig": true, "md5_digest": "d8f6f1aaace631551bb5c35dcfb278ea", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 34741160, "upload_time": "2021-12-03T07:51:38", "upload_time_iso_8601": "2021-12-03T07:51:38.387380Z", "url": "https://files.pythonhosted.org/packages/e1/ba/adaba1330756e319738079a41d27a80bb69d57bba215e3f761276dc71b37/scikit_image-0.19.0-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8a06200fd02e22e5d28ce4daf460f0ea", "sha256": "fb7b4482839e99d74f3727a3ae1e3271e5a8e70aa080dd8225ada4748dd49f43" }, "downloads": -1, "filename": "scikit_image-0.19.0-cp38-cp38-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "8a06200fd02e22e5d28ce4daf460f0ea", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 35822614, "upload_time": "2021-12-03T07:51:54", "upload_time_iso_8601": "2021-12-03T07:51:54.235401Z", "url": "https://files.pythonhosted.org/packages/15/5a/fa0c575a75889bfcd8b74711caccafe46ee63c7d40486adc89d93723056a/scikit_image-0.19.0-cp38-cp38-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1666671f9cded36df3da0bf548d92d5c", "sha256": "d278c5c5eaa2ac84f37ba481a2a51e3b76abbe727c8396cf4d980b85f4e3656b" }, "downloads": -1, "filename": "scikit_image-0.19.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": true, "md5_digest": "1666671f9cded36df3da0bf548d92d5c", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 60174050, "upload_time": "2021-12-03T07:52:24", "upload_time_iso_8601": "2021-12-03T07:52:24.524503Z", "url": "https://files.pythonhosted.org/packages/ce/6d/5ab785eeb41753369d6b9dce8ea2feda02596225228837d3ea6e1cfbb39b/scikit_image-0.19.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e197ac1c4b42539a3ac550871d9314ae", "sha256": "1a658168403a3f6c7fc83e3526bf8003a8be0164ffc3bb7612a730d175313927" }, "downloads": -1, "filename": "scikit_image-0.19.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", "has_sig": true, "md5_digest": "e197ac1c4b42539a3ac550871d9314ae", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 59483903, "upload_time": "2021-12-03T07:52:37", "upload_time_iso_8601": "2021-12-03T07:52:37.432268Z", "url": "https://files.pythonhosted.org/packages/c8/4f/007aab011a1c3448a3f0555ba8e582e930e694ba037ee98d05a5ea372009/scikit_image-0.19.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "53852d8b2363b03eac34b5114a63c5e4", "sha256": "18354e7b60e81586dd1c31c84ead6eb8b3e03ab8ce8a5da4480da554e31d933b" }, "downloads": -1, "filename": "scikit_image-0.19.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": true, "md5_digest": "53852d8b2363b03eac34b5114a63c5e4", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 60665568, "upload_time": "2021-12-03T07:52:52", "upload_time_iso_8601": "2021-12-03T07:52:52.763107Z", "url": "https://files.pythonhosted.org/packages/f0/a0/ac16b4591becd360ef232401972ea2cecc419dfc066952596a12f73d97b5/scikit_image-0.19.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d0ea21c56c698fefc75ec98ec7553501", "sha256": "279f79f8336b6c0d6277676939a0b23691521e8ab0569a9ec1672a01d2815c42" }, "downloads": -1, "filename": "scikit_image-0.19.0-cp38-cp38-win32.whl", "has_sig": true, "md5_digest": "d0ea21c56c698fefc75ec98ec7553501", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 33900549, "upload_time": "2021-12-03T07:53:05", "upload_time_iso_8601": "2021-12-03T07:53:05.417862Z", "url": "https://files.pythonhosted.org/packages/09/7c/46266b9a1f6dac723f5a3cee7f5b8ddbc6db784c92d91239d2fafcb0ef20/scikit_image-0.19.0-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8da33c3c19c409dbc0a1df5c1ba43d56", "sha256": "613d2b7c8ba815fad65f0bdcfd1657b29d86ad325bfa88c4ad3b7cee40dd4ffc" }, "downloads": -1, "filename": "scikit_image-0.19.0-cp38-cp38-win_amd64.whl", "has_sig": true, "md5_digest": "8da33c3c19c409dbc0a1df5c1ba43d56", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 34837611, "upload_time": "2021-12-03T07:53:16", "upload_time_iso_8601": "2021-12-03T07:53:16.116375Z", "url": "https://files.pythonhosted.org/packages/e3/f2/0728998ee269b091f0461e2032b8536554338db60cb6f0139075594967fc/scikit_image-0.19.0-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8cf1e314c2f4f0a5e7147e0278594911", "sha256": "5f850d3bd13800027899991ea2ca5f339b22deb8a0c488d175fe33a66e41a65b" }, "downloads": -1, "filename": "scikit_image-0.19.0-cp39-cp39-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "8cf1e314c2f4f0a5e7147e0278594911", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 35477932, "upload_time": "2021-12-03T07:53:26", "upload_time_iso_8601": "2021-12-03T07:53:26.469720Z", "url": "https://files.pythonhosted.org/packages/11/45/d011d8b67c6c85ebdbb02b9721f7b377e49e0c4d5f9c88be68a4e61a6663/scikit_image-0.19.0-cp39-cp39-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "403b882b03a3f6a02af0137d9e4d91f3", "sha256": "ca997b556f7b159ce4f52e404553c837615be80b5aba82eaa92cdc6e0e70d201" }, "downloads": -1, "filename": "scikit_image-0.19.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": true, "md5_digest": "403b882b03a3f6a02af0137d9e4d91f3", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 59714829, "upload_time": "2021-12-03T07:53:52", "upload_time_iso_8601": "2021-12-03T07:53:52.332410Z", "url": "https://files.pythonhosted.org/packages/69/fb/ba06ccd756cb8ed31a0c3218c75b45298d4d3c78a959243968053c474dd7/scikit_image-0.19.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "68f0a24c2956e211183daebe616d8972", "sha256": "6ffac4d2108ef5a885e344d175b6b33a7035501d510c275ee6797fbeab07fec7" }, "downloads": -1, "filename": "scikit_image-0.19.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", "has_sig": true, "md5_digest": "68f0a24c2956e211183daebe616d8972", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 58519800, "upload_time": "2021-12-03T07:54:20", "upload_time_iso_8601": "2021-12-03T07:54:20.316230Z", "url": "https://files.pythonhosted.org/packages/97/c1/5bdf383cb22b267611438569022e5544b71e2b0f6ac7676e0f192d6d3e9e/scikit_image-0.19.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7412393facd686f8118c0a3cdea0457d", "sha256": "ab6a1c60e7212a0133cb0919a5091bd68a5b6ad9f695022cc2390df6e2cb5cbd" }, "downloads": -1, "filename": "scikit_image-0.19.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": true, "md5_digest": "7412393facd686f8118c0a3cdea0457d", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 59747806, "upload_time": "2021-12-03T07:54:36", "upload_time_iso_8601": "2021-12-03T07:54:36.682044Z", "url": "https://files.pythonhosted.org/packages/a3/e3/a853675849c3ff5bcc596db1294ce8590881d4604861658f8e87b046abd4/scikit_image-0.19.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dbf762252ecfc2f52dc24411b893576c", "sha256": "65649f478a9a30f3f3f8dcc5782c164f94ef9e345b5db891b7c53cce4d4ef668" }, "downloads": -1, "filename": "scikit_image-0.19.0-cp39-cp39-win32.whl", "has_sig": true, "md5_digest": "dbf762252ecfc2f52dc24411b893576c", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 33424371, "upload_time": "2021-12-03T07:54:47", "upload_time_iso_8601": "2021-12-03T07:54:47.730315Z", "url": "https://files.pythonhosted.org/packages/de/80/37eeaacde5a6587009c376954d7dd5e34b011d5259ef6f27b4683fee256b/scikit_image-0.19.0-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "af78c355e3d1e32ee90e65e5913ef96c", "sha256": "6593840a68047615a09407fe9261321063834460eac7e9a578cc166dfbde884a" }, "downloads": -1, "filename": "scikit_image-0.19.0-cp39-cp39-win_amd64.whl", "has_sig": true, "md5_digest": "af78c355e3d1e32ee90e65e5913ef96c", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 34366955, "upload_time": "2021-12-03T07:55:01", "upload_time_iso_8601": "2021-12-03T07:55:01.154267Z", "url": "https://files.pythonhosted.org/packages/d5/a7/bf3e605fc5315054de2aa0702f11a530fa9143c77fee23e8ce2d2f1bf676/scikit_image-0.19.0-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8f73ec36fb3e10a47f0ad145e9cea023", "sha256": "bcc79d06ca88ec081d1b0eacc0ae2ca3abbd993a5d89dc54fabe25f2480f0626" }, "downloads": -1, "filename": "scikit-image-0.19.0.tar.gz", "has_sig": true, "md5_digest": "8f73ec36fb3e10a47f0ad145e9cea023", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 30093529, "upload_time": "2021-12-03T07:55:35", "upload_time_iso_8601": "2021-12-03T07:55:35.870036Z", "url": "https://files.pythonhosted.org/packages/25/8d/c5f060de238a6ed08e24b607f0a9a57d73e3fa654eed2a544571f73dc78a/scikit-image-0.19.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.19.0rc0": [ { "comment_text": "", "digests": { "md5": "331ac78fff1b5902d51c0a680daa131c", "sha256": "48a442ac040b8a15a245327309c7d5378fc74ec8976b67fd0fdf6e6e280553a9" }, "downloads": -1, "filename": "scikit_image-0.19.0rc0-cp310-cp310-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "331ac78fff1b5902d51c0a680daa131c", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.7", "size": 35536945, "upload_time": "2021-11-22T06:24:01", "upload_time_iso_8601": "2021-11-22T06:24:01.188492Z", "url": "https://files.pythonhosted.org/packages/0c/4e/3cf55984f1295c057abf73f106fa118035b0794efaeae4bab7ec375ec6b6/scikit_image-0.19.0rc0-cp310-cp310-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "056b6e32566b673a33379af76a87c87b", "sha256": "4111ca2e46ce2844392880f0f0cdde2c4c0b5e09cbec48979ce8d2d817b03760" }, "downloads": -1, "filename": "scikit_image-0.19.0rc0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "056b6e32566b673a33379af76a87c87b", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.7", "size": 59841427, "upload_time": "2021-11-22T06:24:05", "upload_time_iso_8601": "2021-11-22T06:24:05.778358Z", "url": "https://files.pythonhosted.org/packages/94/ba/345b9cba0524956cef2cc66ddc14466c1b79f8383a7b1b1d6019c9d23943/scikit_image-0.19.0rc0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ae58749e29d625082f325d234d1c9a9d", "sha256": "9a8107352ff3109724a7cceda14f10c717cc62e6167da4ba3380488c427aea23" }, "downloads": -1, "filename": "scikit_image-0.19.0rc0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "ae58749e29d625082f325d234d1c9a9d", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.7", "size": 59898293, "upload_time": "2021-11-22T06:24:11", "upload_time_iso_8601": "2021-11-22T06:24:11.430261Z", "url": "https://files.pythonhosted.org/packages/de/82/bed559feec213b8018b690fd4eecdf187b721370c76f795f8f7b31a677f6/scikit_image-0.19.0rc0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "803880a0acfc2b7b6d4d361e4b28b3f3", "sha256": "056d7fdcfca469767205ace339de55961ed0a365381802c5b28be9c0d01e418e" }, "downloads": -1, "filename": "scikit_image-0.19.0rc0-cp37-cp37m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "803880a0acfc2b7b6d4d361e4b28b3f3", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 35785126, "upload_time": "2021-11-22T06:24:15", "upload_time_iso_8601": "2021-11-22T06:24:15.414773Z", "url": "https://files.pythonhosted.org/packages/3d/3a/d4c6256ad648f559e758d0685f9ce84d79ee0d456273f771d5d5fcfb5f94/scikit_image-0.19.0rc0-cp37-cp37m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0f13f8cd052c1e62c7ea5cff54b35423", "sha256": "8dbd7c22448cb42a2b447b2f01f7572a428a39c718e80526bcec4bba1551ba8d" }, "downloads": -1, "filename": "scikit_image-0.19.0rc0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "0f13f8cd052c1e62c7ea5cff54b35423", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 53816032, "upload_time": "2021-11-22T06:24:19", "upload_time_iso_8601": "2021-11-22T06:24:19.762897Z", "url": "https://files.pythonhosted.org/packages/58/8a/6afdd48b784420af44af40939efbbc9bb707c4942c06596a7be6ebd19232/scikit_image-0.19.0rc0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b98c8dc8c022f8123ded4aa335ee04b0", "sha256": "4637d979c10355201073df73d94f0e8f134a9e272bfde98522414e803125fc23" }, "downloads": -1, "filename": "scikit_image-0.19.0rc0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "b98c8dc8c022f8123ded4aa335ee04b0", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 55369086, "upload_time": "2021-11-22T06:24:24", "upload_time_iso_8601": "2021-11-22T06:24:24.566967Z", "url": "https://files.pythonhosted.org/packages/e1/e6/a91168d0b7635e2da04a508c8945ba2684b3bd80b9ae7b7ba0b0c6129432/scikit_image-0.19.0rc0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "eb3c94c4146c25e342ac359d65286b4f", "sha256": "045f2963685aac13551294c9fe3549ee1ea92a852ae889f126ce6e00bac14f15" }, "downloads": -1, "filename": "scikit_image-0.19.0rc0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "eb3c94c4146c25e342ac359d65286b4f", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 57486198, "upload_time": "2021-11-22T06:24:29", "upload_time_iso_8601": "2021-11-22T06:24:29.591584Z", "url": "https://files.pythonhosted.org/packages/13/39/aabf9b63174fa2c243d899e88ad93c46ff4116ba0f3511a5a92ceb5fa8c9/scikit_image-0.19.0rc0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d784f84ae56df671936f40f32329c26a", "sha256": "31b369352b2a40a56d6e28fa5297847e174c3c1996126a5414fbba1bd228049a" }, "downloads": -1, "filename": "scikit_image-0.19.0rc0-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "d784f84ae56df671936f40f32329c26a", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 33819588, "upload_time": "2021-11-22T06:24:33", "upload_time_iso_8601": "2021-11-22T06:24:33.402204Z", "url": "https://files.pythonhosted.org/packages/c7/c3/23ea8a1ded247740f0f91b29d17b4dfdddef9f81d4ab991d783ec348a171/scikit_image-0.19.0rc0-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8f7660de711e8b3efb4fdaa501e1eab4", "sha256": "d383adff7bccbd744cb730c62f7ab4f223f83a6aeff5f43614d52356450b3fdd" }, "downloads": -1, "filename": "scikit_image-0.19.0rc0-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "8f7660de711e8b3efb4fdaa501e1eab4", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 34730949, "upload_time": "2021-11-22T06:24:36", "upload_time_iso_8601": "2021-11-22T06:24:36.659777Z", "url": "https://files.pythonhosted.org/packages/ad/61/7aacb92a6f9043cabe9fd0c797e2b0fb84b60eca6461f411eb810f911b6b/scikit_image-0.19.0rc0-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "68ecb94a5a6cfc7bfab30d44b700ff00", "sha256": "894949cc7ba4523887daa37f97a818f5a77b6b711565ba343b2bfb99d393daa4" }, "downloads": -1, "filename": "scikit_image-0.19.0rc0-cp38-cp38-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "68ecb94a5a6cfc7bfab30d44b700ff00", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 35810338, "upload_time": "2021-11-22T06:24:40", "upload_time_iso_8601": "2021-11-22T06:24:40.408477Z", "url": "https://files.pythonhosted.org/packages/c8/cb/acd2013dda10569c9779f5369d78bd6f403818ef4ca0578976a1022288f4/scikit_image-0.19.0rc0-cp38-cp38-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0057dbba6a2ee8cf783cb3d4a96adf28", "sha256": "22a97b2e451e64a02a1d1be27b6ada804ee233ad5ffd92d1bd92ae36e587b37b" }, "downloads": -1, "filename": "scikit_image-0.19.0rc0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "0057dbba6a2ee8cf783cb3d4a96adf28", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 60173716, "upload_time": "2021-11-22T06:24:44", "upload_time_iso_8601": "2021-11-22T06:24:44.361107Z", "url": "https://files.pythonhosted.org/packages/50/e8/476333e679f22b761096791eaf35b040ce13cc2a08dec81169e899128308/scikit_image-0.19.0rc0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "199469300f26eff47833c9bf50881412", "sha256": "40e7c3b9c0ee027c97ae2a3d8a89eff795ecca902c280e692be6ae5c84476e0e" }, "downloads": -1, "filename": "scikit_image-0.19.0rc0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", "has_sig": false, "md5_digest": "199469300f26eff47833c9bf50881412", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 59483891, "upload_time": "2021-11-22T06:24:49", "upload_time_iso_8601": "2021-11-22T06:24:49.384793Z", "url": "https://files.pythonhosted.org/packages/02/ba/4c22c1a118d60c72b0b4688777624b0108163ba61789d454065616acb3df/scikit_image-0.19.0rc0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "378ef8c26a357629a59ab4b240e7179c", "sha256": "487a3e0c6dbde11e4e300b751724dde8c2aceb38adbdfa2a9a5e2f5c2850cd91" }, "downloads": -1, "filename": "scikit_image-0.19.0rc0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "378ef8c26a357629a59ab4b240e7179c", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 60665503, "upload_time": "2021-11-22T06:24:54", "upload_time_iso_8601": "2021-11-22T06:24:54.557290Z", "url": "https://files.pythonhosted.org/packages/c8/7a/ed38a2ea4fd9a041c42fec1242f555ad6e1368fb21501ee50cce5aa7917e/scikit_image-0.19.0rc0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "610032c0f3ae8668548f7d177ba2416f", "sha256": "604cd8f47310367ed614d56e26ab66917528b35123890a451fbc35cb65dd8956" }, "downloads": -1, "filename": "scikit_image-0.19.0rc0-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "610032c0f3ae8668548f7d177ba2416f", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 33882399, "upload_time": "2021-11-22T06:24:58", "upload_time_iso_8601": "2021-11-22T06:24:58.066884Z", "url": "https://files.pythonhosted.org/packages/7e/56/d9c67c78bee85ba45b34c811bdf9f97af5c0c9735d51fd7b05d9df6ee713/scikit_image-0.19.0rc0-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d25d8a45d98b503ae7e1317449f3eb00", "sha256": "40f045f4b09119a34452bd8077ac66485d138c30f574c7cd0602c3f70a83c8cf" }, "downloads": -1, "filename": "scikit_image-0.19.0rc0-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "d25d8a45d98b503ae7e1317449f3eb00", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 34819369, "upload_time": "2021-11-22T06:25:01", "upload_time_iso_8601": "2021-11-22T06:25:01.141640Z", "url": "https://files.pythonhosted.org/packages/d5/b3/167eb793908df06274db810069ef24d05e881b6a6671450f0be33e723a95/scikit_image-0.19.0rc0-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0a6e0c64796a87c0c84a420e19aa7fdc", "sha256": "5b79874876647812a094b6a8b96d8b8ff5fcb31b020c5e1f5e6e44029d4ea122" }, "downloads": -1, "filename": "scikit_image-0.19.0rc0-cp39-cp39-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "0a6e0c64796a87c0c84a420e19aa7fdc", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 35469780, "upload_time": "2021-11-22T06:25:04", "upload_time_iso_8601": "2021-11-22T06:25:04.695235Z", "url": "https://files.pythonhosted.org/packages/46/e4/1b5fa7ee587fd42d7a6b27b0f4987ba022c61c595c1f51288cddb88b0d73/scikit_image-0.19.0rc0-cp39-cp39-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "acc5d492a71ba2b7cb73fceea3615591", "sha256": "09b56d43b168d084bb6f0aa3e8fa16a1a949a7fda18236c4bd4556742ec1174a" }, "downloads": -1, "filename": "scikit_image-0.19.0rc0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "acc5d492a71ba2b7cb73fceea3615591", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 59716553, "upload_time": "2021-11-22T06:25:09", "upload_time_iso_8601": "2021-11-22T06:25:09.050023Z", "url": "https://files.pythonhosted.org/packages/6e/f0/a2293d4fd5014e81b845fed4908f7d3f48680ccfed3d5ed1a5e368fa7bce/scikit_image-0.19.0rc0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4a2a32e23c7bd6faaaee42139b0a9158", "sha256": "eded4c9b7b6dab39edf60bda8437ee2bfd2400b3cb9c2cdf81d88e1b19084e65" }, "downloads": -1, "filename": "scikit_image-0.19.0rc0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", "has_sig": false, "md5_digest": "4a2a32e23c7bd6faaaee42139b0a9158", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 58521559, "upload_time": "2021-11-22T06:25:14", "upload_time_iso_8601": "2021-11-22T06:25:14.408470Z", "url": "https://files.pythonhosted.org/packages/13/d6/bc28530a652ed0a36b901311ff0f89a627c1a4f3ede444cb09dff9b5b64a/scikit_image-0.19.0rc0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4e834fbc39d2b3002ce192cb6b07ad65", "sha256": "38b857a9dedd3cbfc809b321428d1554697eebbaa1e16b73e148f65e989dc6f5" }, "downloads": -1, "filename": "scikit_image-0.19.0rc0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "4e834fbc39d2b3002ce192cb6b07ad65", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 59748650, "upload_time": "2021-11-22T06:25:19", "upload_time_iso_8601": "2021-11-22T06:25:19.077509Z", "url": "https://files.pythonhosted.org/packages/cf/41/bcdadd8944e3668deeb37e0deda83a662591a90a9d60d73bcaf201c8a187/scikit_image-0.19.0rc0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1ef5501bbc68b49e08ab3dcc4a5c18ab", "sha256": "4a824a4156752534b664985aace8353f28a189d1cef2e869ad05f7e19c3847bf" }, "downloads": -1, "filename": "scikit_image-0.19.0rc0-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "1ef5501bbc68b49e08ab3dcc4a5c18ab", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 33403525, "upload_time": "2021-11-22T06:25:22", "upload_time_iso_8601": "2021-11-22T06:25:22.828950Z", "url": "https://files.pythonhosted.org/packages/8e/34/6a5fd6b9769e96a02b8c6f7a33afb83a59bd5997ba64786ab7ce02179568/scikit_image-0.19.0rc0-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "402e5d06d5ab1609b69b8f925285bd68", "sha256": "fe0deeac68fd398e0b60d6448329f9307d2f7c17ead87c435787f7e1d7cf2fb1" }, "downloads": -1, "filename": "scikit_image-0.19.0rc0-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "402e5d06d5ab1609b69b8f925285bd68", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 34345925, "upload_time": "2021-11-22T06:25:25", "upload_time_iso_8601": "2021-11-22T06:25:25.891284Z", "url": "https://files.pythonhosted.org/packages/66/d1/9d850cf4199cda4610ed81a3dc356874a98d79ec21fe554596da37bfa4a3/scikit_image-0.19.0rc0-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8973b02e326a33e636907552f4bc701a", "sha256": "95b0791610d359aac30d9f5073baabb531f9c902308a8507fe728f6d1f9a1fb1" }, "downloads": -1, "filename": "scikit-image-0.19.0rc0.tar.gz", "has_sig": false, "md5_digest": "8973b02e326a33e636907552f4bc701a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 29278356, "upload_time": "2021-11-22T06:25:30", "upload_time_iso_8601": "2021-11-22T06:25:30.288234Z", "url": "https://files.pythonhosted.org/packages/66/a0/5ff92987539f54405c1b8a0424f8378e9a816db6377a88d4edda5f2650ba/scikit-image-0.19.0rc0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.19.1": [ { "comment_text": "", "digests": { "md5": "862744feed417f9892b7d4efe0e1bd45", "sha256": "ce144d21792560a69536c2f64ba7ecd28542a6a8ac9fd6f856465d11a4eb8648" }, "downloads": -1, "filename": "scikit_image-0.19.1-cp310-cp310-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "862744feed417f9892b7d4efe0e1bd45", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.7", "size": 13267366, "upload_time": "2021-12-15T17:04:53", "upload_time_iso_8601": "2021-12-15T17:04:53.596121Z", "url": "https://files.pythonhosted.org/packages/a5/62/2900b789a68783ddd4215509e541ecfb33470d1cfd2e2f949635d943f592/scikit_image-0.19.1-cp310-cp310-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "74e5732a0afc4ef280fda5080a49488a", "sha256": "42ab5a6d516fced19ae317b3fbbfeb7d63434d531cb36317ad5b555c3f34c5f3" }, "downloads": -1, "filename": "scikit_image-0.19.1-cp310-cp310-macosx_12_0_arm64.whl", "has_sig": false, "md5_digest": "74e5732a0afc4ef280fda5080a49488a", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.7", "size": 12247045, "upload_time": "2021-12-15T17:04:56", "upload_time_iso_8601": "2021-12-15T17:04:56.718715Z", "url": "https://files.pythonhosted.org/packages/68/94/ef10a27ceab622ad65a72348af49155be7346d5782c0270f47513450490e/scikit_image-0.19.1-cp310-cp310-macosx_12_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2c31fd04079edafff3136ecd45568ec9", "sha256": "7ec06bee79685d17b94889bb028baea0f34ea171be200885cc9a1b808d96ebf6" }, "downloads": -1, "filename": "scikit_image-0.19.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "2c31fd04079edafff3136ecd45568ec9", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.7", "size": 13311805, "upload_time": "2021-12-15T17:04:59", "upload_time_iso_8601": "2021-12-15T17:04:59.812908Z", "url": "https://files.pythonhosted.org/packages/04/01/e84f7512e59ec5bd8a7319f4ac6cf055a6c28a527a71dc88549a97f78857/scikit_image-0.19.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b628aac4080583fe4be4255cf957f20b", "sha256": "8385c0f9a02698048129654feb4f136d213127fbcf1d99f28e4cdd6669984f53" }, "downloads": -1, "filename": "scikit_image-0.19.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "b628aac4080583fe4be4255cf957f20b", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.7", "size": 13780894, "upload_time": "2021-12-15T17:05:02", "upload_time_iso_8601": "2021-12-15T17:05:02.783662Z", "url": "https://files.pythonhosted.org/packages/40/7c/847856fc2474307eef3143498f3df67dcbf72e5b1141acb9c3c6d1d2e9aa/scikit_image-0.19.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5442a2cc5dd88a375693df1cc5de90c7", "sha256": "64da56c7d3098b91429b3070908e5c2b6534791f3ec516d1396fbe8fa51d1170" }, "downloads": -1, "filename": "scikit_image-0.19.1-cp310-cp310-win_amd64.whl", "has_sig": false, "md5_digest": "5442a2cc5dd88a375693df1cc5de90c7", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.7", "size": 12428201, "upload_time": "2021-12-15T17:05:05", "upload_time_iso_8601": "2021-12-15T17:05:05.725489Z", "url": "https://files.pythonhosted.org/packages/9c/f3/2bfe370a0d90a81c99f33f72bd4cd0e6ff0d5111f8b7a832f60482d38791/scikit_image-0.19.1-cp310-cp310-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "298b5b7b7afdd23aeedbb63dd00d3ed1", "sha256": "5264f20f8940b852b46cf579bd9a6343dc80c2277cda78a7442efeaa68198c4f" }, "downloads": -1, "filename": "scikit_image-0.19.1-cp37-cp37m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "298b5b7b7afdd23aeedbb63dd00d3ed1", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 13100783, "upload_time": "2021-12-15T17:05:08", "upload_time_iso_8601": "2021-12-15T17:05:08.072771Z", "url": "https://files.pythonhosted.org/packages/d9/c1/b065c79206c61073aa9d1d77963339978823787d3ba50ee93d8f633cfda8/scikit_image-0.19.1-cp37-cp37m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7ebecf8262f734f915ffca116114093f", "sha256": "92266b2eb498ebac9de50768a296e111e95752b6070344d98c2f5fd06c1e7635" }, "downloads": -1, "filename": "scikit_image-0.19.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "7ebecf8262f734f915ffca116114093f", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 13105625, "upload_time": "2021-12-15T17:05:10", "upload_time_iso_8601": "2021-12-15T17:05:10.587223Z", "url": "https://files.pythonhosted.org/packages/fa/c0/c1203edaac03eea0511f2cd86a33043e1ec5eaec674ba40cf2d12fd3f8e4/scikit_image-0.19.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fece418c4f2bad6a424227e5dabc5eba", "sha256": "d86387e0ba4713a460499e1d063e59a4ab16144836f6d3a5ff940316be24d07b" }, "downloads": -1, "filename": "scikit_image-0.19.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "fece418c4f2bad6a424227e5dabc5eba", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 13338780, "upload_time": "2021-12-15T17:05:12", "upload_time_iso_8601": "2021-12-15T17:05:12.802210Z", "url": "https://files.pythonhosted.org/packages/9a/44/8f8c7f9c9de7fde70587a656d7df7d056e6f05192a74491f7bc074a724d0/scikit_image-0.19.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b8bb4207debb8ee5a7f6a6521bc1bac1", "sha256": "66411fa085aa5e1ac98daeda1f596ae1396041ee70ea0f2081d6260b803ad1a6" }, "downloads": -1, "filename": "scikit_image-0.19.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "b8bb4207debb8ee5a7f6a6521bc1bac1", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 13232616, "upload_time": "2021-12-15T17:05:14", "upload_time_iso_8601": "2021-12-15T17:05:14.971532Z", "url": "https://files.pythonhosted.org/packages/92/d5/6835254a99fb0ca329d76b6197d8747c7ac112565a36d76301c17c00b394/scikit_image-0.19.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d502e979c030786a755255419d620852", "sha256": "9f88ff2f00d1bf0f6f4d3bba07530c857ba53fa3b2284dd685762514b299f734" }, "downloads": -1, "filename": "scikit_image-0.19.1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "d502e979c030786a755255419d620852", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 11456123, "upload_time": "2021-12-15T17:05:17", "upload_time_iso_8601": "2021-12-15T17:05:17.390111Z", "url": "https://files.pythonhosted.org/packages/81/8f/948e4182c9155159204bea3313b4a913bf5b699bf8403db2eabbb6e08ae4/scikit_image-0.19.1-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "22fdbe977ac38232e7934fd0559fc76e", "sha256": "8dda7a82f83296a2fcbe6ee0684d84e0ee4477cae57200117f5a55c80f8ec844" }, "downloads": -1, "filename": "scikit_image-0.19.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "22fdbe977ac38232e7934fd0559fc76e", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 12362680, "upload_time": "2021-12-15T17:05:19", "upload_time_iso_8601": "2021-12-15T17:05:19.612975Z", "url": "https://files.pythonhosted.org/packages/3d/03/77db8327216ccbaff0122494f8ca29c12bbee54b8981865c56bafc27f0f3/scikit_image-0.19.1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bd9a3e1eea835af6e9eb47dc99578fa1", "sha256": "f1d8fd2989430768e2cdc30cc2a69642de67d7ddfc1c80e1977eab199aedc0a1" }, "downloads": -1, "filename": "scikit_image-0.19.1-cp38-cp38-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "bd9a3e1eea835af6e9eb47dc99578fa1", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 13123056, "upload_time": "2021-12-15T17:05:22", "upload_time_iso_8601": "2021-12-15T17:05:22.151891Z", "url": "https://files.pythonhosted.org/packages/30/d7/71d5e54dcf6ef36949526d4772f85bf892a68165cf38e4e532721e024029/scikit_image-0.19.1-cp38-cp38-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "14cc3f2cbdc6166cafe3cccafbe037ec", "sha256": "3c6a4d9ac342c7a58b3f1d0559cd47e393619a538e03eb22f696d6df821c7d37" }, "downloads": -1, "filename": "scikit_image-0.19.1-cp38-cp38-macosx_12_0_arm64.whl", "has_sig": false, "md5_digest": "14cc3f2cbdc6166cafe3cccafbe037ec", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 12121560, "upload_time": "2021-12-15T17:05:25", "upload_time_iso_8601": "2021-12-15T17:05:25.201414Z", "url": "https://files.pythonhosted.org/packages/33/0c/18239c07040cf059622334ae6feb00bfbf0aeeb961ff37041a0e57bd936d/scikit_image-0.19.1-cp38-cp38-macosx_12_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1862eb3b8db288385cfcd5197898e3ec", "sha256": "b2ab64c66ac0c7ad4d5da167eff7c9af04770e445f9242dbe43f12d005f48107" }, "downloads": -1, "filename": "scikit_image-0.19.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "1862eb3b8db288385cfcd5197898e3ec", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 13320226, "upload_time": "2021-12-15T17:05:27", "upload_time_iso_8601": "2021-12-15T17:05:27.522916Z", "url": "https://files.pythonhosted.org/packages/dd/2c/a61d9f5152d75a49af14fbe7c622416127d04290001d4d3f66d2340e4597/scikit_image-0.19.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "842e4c07f359802a9e9e3ddc2f126b3e", "sha256": "4849352b2dffd9f5cdf2efae99dabe14d7b2880331387826445f31d9148650f6" }, "downloads": -1, "filename": "scikit_image-0.19.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", "has_sig": false, "md5_digest": "842e4c07f359802a9e9e3ddc2f126b3e", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 13843108, "upload_time": "2021-12-15T17:05:29", "upload_time_iso_8601": "2021-12-15T17:05:29.842589Z", "url": "https://files.pythonhosted.org/packages/ed/89/dac2a8facc4c3ce527acbcd8e8048352f3e81981942ecb086dd98bd03833/scikit_image-0.19.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4de6807749745d962facec3045751b1a", "sha256": "26ecb813e4d34874ff5f7f49216e217367db273ad8a99e556c77d616121ab219" }, "downloads": -1, "filename": "scikit_image-0.19.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "4de6807749745d962facec3045751b1a", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 13796562, "upload_time": "2021-12-15T17:05:32", "upload_time_iso_8601": "2021-12-15T17:05:32.194864Z", "url": "https://files.pythonhosted.org/packages/1e/ae/96c95e11aa001ae1489c6b7febe4f4c0b8d3dbc785133615eb79676913c6/scikit_image-0.19.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f163db534d03a18feb9506364a72f299", "sha256": "50611d5dac964bc5593457b96860bd93079984376466173800e97401a5de4ec2" }, "downloads": -1, "filename": "scikit_image-0.19.1-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "f163db534d03a18feb9506364a72f299", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 11517959, "upload_time": "2021-12-15T17:05:34", "upload_time_iso_8601": "2021-12-15T17:05:34.939627Z", "url": "https://files.pythonhosted.org/packages/d0/bd/af8b805a34be02618d3db67f661fe27c57748ed7bbef0c2f58f201144452/scikit_image-0.19.1-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "99de40003514c0e57afb860ca090af0d", "sha256": "058af6453644ab68a0e0018b830ef38ec4285a4d14791a28fd62e2ee2d66ff6f" }, "downloads": -1, "filename": "scikit_image-0.19.1-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "99de40003514c0e57afb860ca090af0d", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 12451671, "upload_time": "2021-12-15T17:05:37", "upload_time_iso_8601": "2021-12-15T17:05:37.180206Z", "url": "https://files.pythonhosted.org/packages/7f/d0/6c578c04fd1ac195233e9037dd6b98f8beddcbfaab77cef38d88133923b0/scikit_image-0.19.1-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "235c704d6c87ed060df8f1be1a9727d1", "sha256": "ad997e0fce1492855bd19e76c4a1609eecc29328623ddda8c6297ca137999055" }, "downloads": -1, "filename": "scikit_image-0.19.1-cp39-cp39-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "235c704d6c87ed060df8f1be1a9727d1", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 13246886, "upload_time": "2021-12-15T17:05:39", "upload_time_iso_8601": "2021-12-15T17:05:39.767637Z", "url": "https://files.pythonhosted.org/packages/b2/9c/02c97f38b7aff67fb1be14ceb41305bd40495b3087b065231f798b81acc2/scikit_image-0.19.1-cp39-cp39-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ddaa3a5f76de138057e3f9a2d33bb21e", "sha256": "b516764deb0780feb861c99c1e8503f8804a04f02f0ffcb0f0310672467ed520" }, "downloads": -1, "filename": "scikit_image-0.19.1-cp39-cp39-macosx_12_0_arm64.whl", "has_sig": false, "md5_digest": "ddaa3a5f76de138057e3f9a2d33bb21e", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 12229378, "upload_time": "2021-12-15T17:05:42", "upload_time_iso_8601": "2021-12-15T17:05:42.187812Z", "url": "https://files.pythonhosted.org/packages/79/66/033708e56c1e6031fd72fc1cd9e4c50ac054d96a9fb96720138973992a92/scikit_image-0.19.1-cp39-cp39-macosx_12_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9cc1151f9ff14abc52d91f5f7e84c748", "sha256": "43bfe99f839367c954b670ffe635c3789c3e0957b2fab18cfa25c8b9ed85f6e0" }, "downloads": -1, "filename": "scikit_image-0.19.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "9cc1151f9ff14abc52d91f5f7e84c748", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 13312314, "upload_time": "2021-12-15T17:05:44", "upload_time_iso_8601": "2021-12-15T17:05:44.824327Z", "url": "https://files.pythonhosted.org/packages/4b/37/d5ac0586102ea9dd2c6c86bfd66f08eb63950b7a375b8936c3fe4f4fca55/scikit_image-0.19.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4191a5580a95c71ebc3232a290eb50ea", "sha256": "f97bfeaf844b45711834ff4afeb5c7ce9dcf33f33a8d8b110fb14f6bd3cd82bc" }, "downloads": -1, "filename": "scikit_image-0.19.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", "has_sig": false, "md5_digest": "4191a5580a95c71ebc3232a290eb50ea", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 13834975, "upload_time": "2021-12-15T17:05:47", "upload_time_iso_8601": "2021-12-15T17:05:47.392928Z", "url": "https://files.pythonhosted.org/packages/c9/9d/d9f62b24fdf849655c330e673325ca8b377cb7fa9e6b11b42c9cf5e6c5f3/scikit_image-0.19.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "88e99e92e1fa55d3f006191f6b9c4f95", "sha256": "63dc34bbd46425c78f6760f348c90fcccb4169ada60857b71db3f18fabe5620a" }, "downloads": -1, "filename": "scikit_image-0.19.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "88e99e92e1fa55d3f006191f6b9c4f95", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 13785086, "upload_time": "2021-12-15T17:05:50", "upload_time_iso_8601": "2021-12-15T17:05:50.149037Z", "url": "https://files.pythonhosted.org/packages/5e/4e/0c3cf60f707a6cc2d1b5d2113c3222846a788a526bf1ebf77e64ebd59b9a/scikit_image-0.19.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "25a257ac16302fd3ea351e4f8a28e8e1", "sha256": "97a6b82e1286f4d2a602e1362edaf0f14da417f2b4208576f6455dd01283880f" }, "downloads": -1, "filename": "scikit_image-0.19.1-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "25a257ac16302fd3ea351e4f8a28e8e1", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 11489823, "upload_time": "2021-12-15T17:05:52", "upload_time_iso_8601": "2021-12-15T17:05:52.683824Z", "url": "https://files.pythonhosted.org/packages/c1/4c/9837c46b7ae092c0a384458d16c61615591013e085da9df610059c3b8f34/scikit_image-0.19.1-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ad090c094117c747a9bc7dccc090c114", "sha256": "c3d012c861792b2baec07118ecf31b246cd27051035f527dc2618ad28c6ac29e" }, "downloads": -1, "filename": "scikit_image-0.19.1-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "ad090c094117c747a9bc7dccc090c114", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 12428746, "upload_time": "2021-12-15T17:05:54", "upload_time_iso_8601": "2021-12-15T17:05:54.944536Z", "url": "https://files.pythonhosted.org/packages/1a/ca/552d959c41dc2f19167e6ff342b3815ed248de285059ec51f4965eac178d/scikit_image-0.19.1-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7ab72598d46fb25212d7b55818776573", "sha256": "48f00ee1e8ec2818ae6a152c72df15f4db7f566e839f5c34e1a0c3c9e5210138" }, "downloads": -1, "filename": "scikit-image-0.19.1.tar.gz", "has_sig": false, "md5_digest": "7ab72598d46fb25212d7b55818776573", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 22225936, "upload_time": "2021-12-15T17:05:58", "upload_time_iso_8601": "2021-12-15T17:05:58.537305Z", "url": "https://files.pythonhosted.org/packages/e7/54/4b57761f25be6e2536130ca3bc8742dee45bb9047c5df798197203220e37/scikit-image-0.19.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.19.2": [ { "comment_text": "", "digests": { "md5": "20338f2f2c9ebfeb5b4ce522c2d45919", "sha256": "935c95d207c9bcaff20b69164401089ef2efd7f89dbbbf13ab75a5f65ff695b5" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp310-cp310-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "20338f2f2c9ebfeb5b4ce522c2d45919", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.7", "size": 13291926, "upload_time": "2022-02-17T18:24:44", "upload_time_iso_8601": "2022-02-17T18:24:44.128289Z", "url": "https://files.pythonhosted.org/packages/b4/63/3d3bb20d063d606b950efb8976cbcd3962c28843138a929c435fde51d1ea/scikit_image-0.19.2-cp310-cp310-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "77b71d33ea482f25f0513a418b80a138", "sha256": "956cb8b60f6668974cadb70b0c4f5e13dd4673ffff3d5906d5d23333c76350e9" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp310-cp310-macosx_12_0_arm64.whl", "has_sig": false, "md5_digest": "77b71d33ea482f25f0513a418b80a138", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.7", "size": 12466158, "upload_time": "2022-02-17T18:24:46", "upload_time_iso_8601": "2022-02-17T18:24:46.770014Z", "url": "https://files.pythonhosted.org/packages/88/f5/b899b15d839b7feebebc0f4422156d10a290e3875086c66e37857484d6a1/scikit_image-0.19.2-cp310-cp310-macosx_12_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f4a00e68eaffba5864a2bc00a5f1b23f", "sha256": "4ce41df8e06724f8fdb20c555988666520c322d47df7c898422330d4e3cd3900" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "f4a00e68eaffba5864a2bc00a5f1b23f", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.7", "size": 13481858, "upload_time": "2022-02-17T18:24:49", "upload_time_iso_8601": "2022-02-17T18:24:49.273343Z", "url": "https://files.pythonhosted.org/packages/17/19/fcd5be4917f80eab52852f35963d8615b47f12715690ba896168cd724598/scikit_image-0.19.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "43f036bb0eca71834db9b90ab58b4bbd", "sha256": "a2a0a3df8ab2e862fda4363551801d630dc2fd7f1036f14479acde418315a38b" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "43f036bb0eca71834db9b90ab58b4bbd", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.7", "size": 13950938, "upload_time": "2022-02-17T18:24:52", "upload_time_iso_8601": "2022-02-17T18:24:52.103094Z", "url": "https://files.pythonhosted.org/packages/a7/e9/da2c1ec59739654294d8e9f182e7e50c8d9b92dd5c0f6758dedb3a69d7ae/scikit_image-0.19.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "70a3a8f78cad6fc47b696451c3ce6d2d", "sha256": "0af44a48bb369be936303680511cea3c717b51218275ea5ea339a2aefa25c0ac" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp310-cp310-win_amd64.whl", "has_sig": false, "md5_digest": "70a3a8f78cad6fc47b696451c3ce6d2d", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.7", "size": 12610261, "upload_time": "2022-02-17T18:24:54", "upload_time_iso_8601": "2022-02-17T18:24:54.605146Z", "url": "https://files.pythonhosted.org/packages/2a/00/b3825c274f6b13efc27546ee839c1980c120498fc6b638cd7e6b9b1a46b7/scikit_image-0.19.2-cp310-cp310-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c43d474901b5cb66f6bdc03427c48952", "sha256": "9b88590c243692d21f2b772bc83ad1aacdc7d605fbf0be32ea60b1e96aac920e" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp37-cp37m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "c43d474901b5cb66f6bdc03427c48952", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 13125308, "upload_time": "2022-02-17T18:24:57", "upload_time_iso_8601": "2022-02-17T18:24:57.524591Z", "url": "https://files.pythonhosted.org/packages/91/80/4b89ac6c283576149e9abdd034e948a27ba91d801535a93992d5b48e126b/scikit_image-0.19.2-cp37-cp37m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5c0368ccfd5b2ce02e4ffbd0197ea746", "sha256": "498d0e4fe70776238c7d1362dea7c2b41bf4a40617f6a742ffa3f59aa0392bb7" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "5c0368ccfd5b2ce02e4ffbd0197ea746", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 13275706, "upload_time": "2022-02-17T18:25:00", "upload_time_iso_8601": "2022-02-17T18:25:00.333079Z", "url": "https://files.pythonhosted.org/packages/81/ae/e3c2e05163078566af4c3430943bc9ebd49d029337e248677d5ec97ba9ab/scikit_image-0.19.2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cfd4a366ef707c04921f6daee31c2b06", "sha256": "66bb26ca1e9c0924557ef3e6aee9fd8c21da96c7d5ba2b8864868c53723b45df" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "cfd4a366ef707c04921f6daee31c2b06", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 13508805, "upload_time": "2022-02-17T18:25:03", "upload_time_iso_8601": "2022-02-17T18:25:03.712137Z", "url": "https://files.pythonhosted.org/packages/d2/d9/d16d4cbb4840e0fb3bd329b49184d240b82b649e1bd579489394fbc85c81/scikit_image-0.19.2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "10beee5cb6852d8d60aff494f48ba53c", "sha256": "56ffd1394aacd994963774e927a16f1ba2c094a9254b230da2c50147c661362a" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "10beee5cb6852d8d60aff494f48ba53c", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 13402823, "upload_time": "2022-02-17T18:25:06", "upload_time_iso_8601": "2022-02-17T18:25:06.460893Z", "url": "https://files.pythonhosted.org/packages/83/b1/2c7aa00965cb06f82b0436cd3cbded65ff9c955c276baa215a3239defcc1/scikit_image-0.19.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "862b03b16e905271b039b0d600f79b90", "sha256": "1bba9378cd77e7ff57b0f7a60ca167a728cffcac56d3e283ca7423e0c7d5e4a0" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "862b03b16e905271b039b0d600f79b90", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 11604240, "upload_time": "2022-02-17T18:25:08", "upload_time_iso_8601": "2022-02-17T18:25:08.968897Z", "url": "https://files.pythonhosted.org/packages/47/6b/4ec97a72a5670545d1c5be6dcffe33d74843739f92682fb28a8cf799cfb4/scikit_image-0.19.2-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "476ae4742a4b577d7647a6e63360cb0d", "sha256": "b98cfa8aa9aa31519d5510973362748753c5d420d5cc60112a65e000fe3d3068" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "476ae4742a4b577d7647a6e63360cb0d", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 12541979, "upload_time": "2022-02-17T18:25:11", "upload_time_iso_8601": "2022-02-17T18:25:11.237977Z", "url": "https://files.pythonhosted.org/packages/b0/3d/f5575a9140be1240b002afcfabdef804ec8a03fafd98981f128c8ac08f38/scikit_image-0.19.2-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "36ec0021334567f20620230dca19d4eb", "sha256": "5ab19b11bd5f836a3de07f087d24db5ea734365122956f53dc5c5c9e018e2ec0" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp38-cp38-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "36ec0021334567f20620230dca19d4eb", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 13147564, "upload_time": "2022-02-17T18:25:13", "upload_time_iso_8601": "2022-02-17T18:25:13.947674Z", "url": "https://files.pythonhosted.org/packages/88/96/2ab19541e2775babf3799e5dff5e47f2a7ce70477c91e7efde8fdeabe8b4/scikit_image-0.19.2-cp38-cp38-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "00df7279ed23c89d3884d636b9c243ee", "sha256": "cabf07a7886861510d4a39ed64fc121708fb7d72a6fe601d87388d36240f4242" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp38-cp38-macosx_12_0_arm64.whl", "has_sig": false, "md5_digest": "00df7279ed23c89d3884d636b9c243ee", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 12340766, "upload_time": "2022-02-17T18:25:16", "upload_time_iso_8601": "2022-02-17T18:25:16.218638Z", "url": "https://files.pythonhosted.org/packages/9c/59/e9e2d8f001df1554b9f501cab52554dc2c173adb34ef029a6c958d233a32/scikit_image-0.19.2-cp38-cp38-macosx_12_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cd60ee3946a8eb24e98e0199e8201814", "sha256": "aa40f84383961a1a4afebb92f373e42a3d86e2540f012a4f7d2661a417f9e995" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "cd60ee3946a8eb24e98e0199e8201814", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 13490491, "upload_time": "2022-02-17T18:25:18", "upload_time_iso_8601": "2022-02-17T18:25:18.661988Z", "url": "https://files.pythonhosted.org/packages/4d/a1/f1cce8ac5c244f75d196f937b87f7aae6096862e79c8ae4f0b6b643a449e/scikit_image-0.19.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b3fa35b49403f5064be3a4f141f5a4ff", "sha256": "d3d0a85c6f53f0d4f704e67b35b3e8c6570846ec37eaeb1ca0f47a1088708cb8" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", "has_sig": false, "md5_digest": "b3fa35b49403f5064be3a4f141f5a4ff", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 14013145, "upload_time": "2022-02-17T18:25:21", "upload_time_iso_8601": "2022-02-17T18:25:21.271725Z", "url": "https://files.pythonhosted.org/packages/38/51/28cd7d4b98a3c4ab0a920ecdc28148f2f6fd7748e5da19fa827acd8317d0/scikit_image-0.19.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "08d26954c58b77584fb3dc59d5c4b1e7", "sha256": "cd115a4412b4561d62036e309c8cb543bfc2ca6b7b184ac23a65f6350959a716" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "08d26954c58b77584fb3dc59d5c4b1e7", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 13966573, "upload_time": "2022-02-17T18:25:24", "upload_time_iso_8601": "2022-02-17T18:25:24.073799Z", "url": "https://files.pythonhosted.org/packages/fd/96/cd5eca8c528b3ebe666835e3748f07ca4daf3ed5b010cae7a76fa238b7e6/scikit_image-0.19.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "048caa74be232d77649276fe7e20cd08", "sha256": "d2c022044eb762d3f03ed6e08a3e06c067953393036e4ca2bf16b0bffde36acb" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "048caa74be232d77649276fe7e20cd08", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 11672041, "upload_time": "2022-02-17T18:25:26", "upload_time_iso_8601": "2022-02-17T18:25:26.408162Z", "url": "https://files.pythonhosted.org/packages/7b/45/bc519bbc94fb3ef52c816a17709d7875bbd5028ba0071b4c798a86f550ee/scikit_image-0.19.2-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f49cde625f89e8399ff87f2b76c3ce3e", "sha256": "b0f294ed7f0ea1e90fb6c764d04b8c298096b3403fad7539b9c6f22777d879c6" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "f49cde625f89e8399ff87f2b76c3ce3e", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 12649526, "upload_time": "2022-02-17T18:25:29", "upload_time_iso_8601": "2022-02-17T18:25:29.294853Z", "url": "https://files.pythonhosted.org/packages/97/b0/3476439c9d4a85e3040bb3a5645fe32013bd41537eb3dab5efd048602fc1/scikit_image-0.19.2-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e2d6ee910ec93b0148753c8ccb79ceb7", "sha256": "ad89c6ddbcc4d8ea8b7ebe1ae587be2067dad7927276576fe4097e42e370dadc" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp39-cp39-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "e2d6ee910ec93b0148753c8ccb79ceb7", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 13271331, "upload_time": "2022-02-17T18:25:31", "upload_time_iso_8601": "2022-02-17T18:25:31.938265Z", "url": "https://files.pythonhosted.org/packages/03/df/61c60d2a443dfaaef23ead8e60f7caa1cf81ebee720351ff36972dffc46a/scikit_image-0.19.2-cp39-cp39-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f0e4304f4e6ca7a56fa367247a597bf3", "sha256": "52c683e8615e28bfe5fe6fa2ac2563898d0c0b37f231d5b59e18abb8ed3805a2" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp39-cp39-macosx_12_0_arm64.whl", "has_sig": false, "md5_digest": "f0e4304f4e6ca7a56fa367247a597bf3", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 12448719, "upload_time": "2022-02-17T18:25:34", "upload_time_iso_8601": "2022-02-17T18:25:34.486265Z", "url": "https://files.pythonhosted.org/packages/ba/a8/b63665303e9f2ebc3806071caa2dd01b88d2e4f4828c82e6fd87660bd283/scikit_image-0.19.2-cp39-cp39-macosx_12_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f8ace8e1f5c3713542b43e7a84029885", "sha256": "a0025edbe1412c413d6b3251cc8ff94530cf45b31819daed1811340b93f51e38" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "f8ace8e1f5c3713542b43e7a84029885", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 13482583, "upload_time": "2022-02-17T18:25:37", "upload_time_iso_8601": "2022-02-17T18:25:37.609499Z", "url": "https://files.pythonhosted.org/packages/ee/99/e43f5986498b211f18e55daad69704556af381b22f1a4031054e5a655314/scikit_image-0.19.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "05eb4089d827c4d587f5d3d26b726a7c", "sha256": "477d3166da104b4914920d6db84183dd3af46430d13a0a3451a92eb58b5c9259" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", "has_sig": false, "md5_digest": "05eb4089d827c4d587f5d3d26b726a7c", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 14005060, "upload_time": "2022-02-17T18:25:39", "upload_time_iso_8601": "2022-02-17T18:25:39.985280Z", "url": "https://files.pythonhosted.org/packages/0f/2c/a822846fe7e47aa7961b5eeb2a74f19b71e4f8d1fc15476410404067fe69/scikit_image-0.19.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "06766591c28f0b0af550388a2892c914", "sha256": "f0e5c6e7c7c54c0b827e6288d9f44ae6d290c0aef979e7de1511d2f5fc6f9c0f" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "06766591c28f0b0af550388a2892c914", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 13955169, "upload_time": "2022-02-17T18:25:43", "upload_time_iso_8601": "2022-02-17T18:25:43.032770Z", "url": "https://files.pythonhosted.org/packages/b4/56/eed15f4aa01169db761d60552be8f3ff2d46ce587a2faade03a330afc311/scikit_image-0.19.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "18276c98e6cde8f9141e42f754f99c33", "sha256": "99696479cf6fd19bb06ea43269c0728bb75c2ce9cd3710829ac0f1590eecf0dc" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "18276c98e6cde8f9141e42f754f99c33", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 11637278, "upload_time": "2022-02-17T18:25:45", "upload_time_iso_8601": "2022-02-17T18:25:45.165743Z", "url": "https://files.pythonhosted.org/packages/2d/0e/579071939c5f472d6211314e181a696f08c2b97188e85f9746b592cd9fe1/scikit_image-0.19.2-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0f75edf56a5d1bfdf31301ae098f5a11", "sha256": "9d3fd65ec424de83e6fee22480db5431a9b91d280a34ab3e6bf83528e4289f5c" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "0f75edf56a5d1bfdf31301ae098f5a11", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 12609198, "upload_time": "2022-02-17T18:25:47", "upload_time_iso_8601": "2022-02-17T18:25:47.744750Z", "url": "https://files.pythonhosted.org/packages/ec/c3/e151d1f03e7a1392d2f0f5e479263c517cf615e02bd3aeace8b643b4636e/scikit_image-0.19.2-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b47a6f59ca3aa4d56f97af6d274ef19b", "sha256": "d433b4642a6f8219e749dfbbe4b5e742d560996540c9749ede510274d061866d" }, "downloads": -1, "filename": "scikit-image-0.19.2.tar.gz", "has_sig": false, "md5_digest": "b47a6f59ca3aa4d56f97af6d274ef19b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 22231106, "upload_time": "2022-02-17T18:25:51", "upload_time_iso_8601": "2022-02-17T18:25:51.414089Z", "url": "https://files.pythonhosted.org/packages/83/7d/756dcbf1f2fcbfd60e14842aeadefa2354eff714ed4ec3ae7a107a5787d1/scikit-image-0.19.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "80eb9862fa09c7e06eda6e2a9fc4042f", "sha256": "dad28ba772ccd1ddf70a72c3ecfbf27eb1a7ddf7b2e46e2ce567fc0c6b603931" }, "downloads": -1, "filename": "scikit-image-0.7.2.tar.gz", "has_sig": false, "md5_digest": "80eb9862fa09c7e06eda6e2a9fc4042f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4453107, "upload_time": "2012-10-14T06:51:44", "upload_time_iso_8601": "2012-10-14T06:51:44.181493Z", "url": "https://files.pythonhosted.org/packages/2e/2d/f8a2f9e135d716a66328f48711445795a97bc470f9ddf2cf0b762f9fbb89/scikit-image-0.7.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "2e6aaf26e53edd67f7f07c4b30659d70", "sha256": "3f4cdcb404ad808cdd69f54c4f9893727952a13948c4a1485d5ca99d41b88e00" }, "downloads": -1, "filename": "scikit-image-0.8.0.tar.gz", "has_sig": false, "md5_digest": "2e6aaf26e53edd67f7f07c4b30659d70", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4897688, "upload_time": "2013-03-04T22:20:41", "upload_time_iso_8601": "2013-03-04T22:20:41.872517Z", "url": "https://files.pythonhosted.org/packages/85/e3/f71e8fc4f15a4f64feeaaf8b84b2fce5824222bee3d3fe632504d3404a72/scikit-image-0.8.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "966474d1da1dac0c1f04a4249c579c36", "sha256": "bc99111b431244ff9c33c664d40faa56357d43c3de02e671d7771da311a164c6" }, "downloads": -1, "filename": "scikit-image-0.8.1.tar.gz", "has_sig": false, "md5_digest": "966474d1da1dac0c1f04a4249c579c36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4872959, "upload_time": "2013-03-06T15:54:09", "upload_time_iso_8601": "2013-03-06T15:54:09.371723Z", "url": "https://files.pythonhosted.org/packages/77/20/ee5be6bdb80d4dcc45076a194a79c3590b8a1c4ca1b75b8fdf87cf16a8f4/scikit-image-0.8.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "9f5184c43f9fc1e9f43feea161b9f081", "sha256": "df078f18f9dde7b354b6524cc85b6e78bc5c42a8851a173609052f7c7d4e0846" }, "downloads": -1, "filename": "scikit-image-0.8.2.tar.gz", "has_sig": false, "md5_digest": "9f5184c43f9fc1e9f43feea161b9f081", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4872917, "upload_time": "2013-03-06T22:19:01", "upload_time_iso_8601": "2013-03-06T22:19:01.151762Z", "url": "https://files.pythonhosted.org/packages/31/df/d2eeb6a1319b5ae626019d9a901f11083c1dfe3b437159fd09e6d61c2ac8/scikit-image-0.8.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "e357285414caabf07d48236570c061b6", "sha256": "4f6a9426e55eae3d51baa5281cbc8c1452a2facf6961fb3dfce6f82c3ac7763e" }, "downloads": -1, "filename": "scikit-image-0.9.0.tar.gz", "has_sig": false, "md5_digest": "e357285414caabf07d48236570c061b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7827476, "upload_time": "2013-10-19T14:25:07", "upload_time_iso_8601": "2013-10-19T14:25:07.388700Z", "url": "https://files.pythonhosted.org/packages/f1/e3/21e5548c578a0ab2708fcd5adcb3c13b5087d1398de6bbbb82dde7cf9634/scikit-image-0.9.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "1e67e15bda7ee3eb023f8cb602945ba4", "sha256": "a0346b11830b57e85add95595a69f5f6bb82d7fdb7d6a9f28471176c700300b5" }, "downloads": -1, "filename": "scikit-image-0.9.1.tar.gz", "has_sig": false, "md5_digest": "1e67e15bda7ee3eb023f8cb602945ba4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7828218, "upload_time": "2013-10-19T18:32:29", "upload_time_iso_8601": "2013-10-19T18:32:29.737773Z", "url": "https://files.pythonhosted.org/packages/ce/54/c03a9d02ac4da5f793f10d6dfb9d5a4b80bb62288385dfaf1dd117054494/scikit-image-0.9.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.2": [], "0.9.3": [ { "comment_text": "", "digests": { "md5": "f010e0cd46ee2996a6875c96b216e768", "sha256": "2c29c65aacdfc056efd0a3b713b5dde666356ffb39e5e2bad3e0d6dbb62524b3" }, "downloads": -1, "filename": "scikit-image-0.9.3.tar.gz", "has_sig": false, "md5_digest": "f010e0cd46ee2996a6875c96b216e768", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7829788, "upload_time": "2013-10-27T07:29:38", "upload_time_iso_8601": "2013-10-27T07:29:38.126927Z", "url": "https://files.pythonhosted.org/packages/71/e7/881fa2b6195141a2b91035b63ff78a6f11c5dbec5d39b012e9fadc193a95/scikit-image-0.9.3.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "20338f2f2c9ebfeb5b4ce522c2d45919", "sha256": "935c95d207c9bcaff20b69164401089ef2efd7f89dbbbf13ab75a5f65ff695b5" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp310-cp310-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "20338f2f2c9ebfeb5b4ce522c2d45919", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.7", "size": 13291926, "upload_time": "2022-02-17T18:24:44", "upload_time_iso_8601": "2022-02-17T18:24:44.128289Z", "url": "https://files.pythonhosted.org/packages/b4/63/3d3bb20d063d606b950efb8976cbcd3962c28843138a929c435fde51d1ea/scikit_image-0.19.2-cp310-cp310-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "77b71d33ea482f25f0513a418b80a138", "sha256": "956cb8b60f6668974cadb70b0c4f5e13dd4673ffff3d5906d5d23333c76350e9" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp310-cp310-macosx_12_0_arm64.whl", "has_sig": false, "md5_digest": "77b71d33ea482f25f0513a418b80a138", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.7", "size": 12466158, "upload_time": "2022-02-17T18:24:46", "upload_time_iso_8601": "2022-02-17T18:24:46.770014Z", "url": "https://files.pythonhosted.org/packages/88/f5/b899b15d839b7feebebc0f4422156d10a290e3875086c66e37857484d6a1/scikit_image-0.19.2-cp310-cp310-macosx_12_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f4a00e68eaffba5864a2bc00a5f1b23f", "sha256": "4ce41df8e06724f8fdb20c555988666520c322d47df7c898422330d4e3cd3900" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "f4a00e68eaffba5864a2bc00a5f1b23f", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.7", "size": 13481858, "upload_time": "2022-02-17T18:24:49", "upload_time_iso_8601": "2022-02-17T18:24:49.273343Z", "url": "https://files.pythonhosted.org/packages/17/19/fcd5be4917f80eab52852f35963d8615b47f12715690ba896168cd724598/scikit_image-0.19.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "43f036bb0eca71834db9b90ab58b4bbd", "sha256": "a2a0a3df8ab2e862fda4363551801d630dc2fd7f1036f14479acde418315a38b" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "43f036bb0eca71834db9b90ab58b4bbd", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.7", "size": 13950938, "upload_time": "2022-02-17T18:24:52", "upload_time_iso_8601": "2022-02-17T18:24:52.103094Z", "url": "https://files.pythonhosted.org/packages/a7/e9/da2c1ec59739654294d8e9f182e7e50c8d9b92dd5c0f6758dedb3a69d7ae/scikit_image-0.19.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "70a3a8f78cad6fc47b696451c3ce6d2d", "sha256": "0af44a48bb369be936303680511cea3c717b51218275ea5ea339a2aefa25c0ac" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp310-cp310-win_amd64.whl", "has_sig": false, "md5_digest": "70a3a8f78cad6fc47b696451c3ce6d2d", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.7", "size": 12610261, "upload_time": "2022-02-17T18:24:54", "upload_time_iso_8601": "2022-02-17T18:24:54.605146Z", "url": "https://files.pythonhosted.org/packages/2a/00/b3825c274f6b13efc27546ee839c1980c120498fc6b638cd7e6b9b1a46b7/scikit_image-0.19.2-cp310-cp310-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c43d474901b5cb66f6bdc03427c48952", "sha256": "9b88590c243692d21f2b772bc83ad1aacdc7d605fbf0be32ea60b1e96aac920e" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp37-cp37m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "c43d474901b5cb66f6bdc03427c48952", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 13125308, "upload_time": "2022-02-17T18:24:57", "upload_time_iso_8601": "2022-02-17T18:24:57.524591Z", "url": "https://files.pythonhosted.org/packages/91/80/4b89ac6c283576149e9abdd034e948a27ba91d801535a93992d5b48e126b/scikit_image-0.19.2-cp37-cp37m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5c0368ccfd5b2ce02e4ffbd0197ea746", "sha256": "498d0e4fe70776238c7d1362dea7c2b41bf4a40617f6a742ffa3f59aa0392bb7" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "5c0368ccfd5b2ce02e4ffbd0197ea746", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 13275706, "upload_time": "2022-02-17T18:25:00", "upload_time_iso_8601": "2022-02-17T18:25:00.333079Z", "url": "https://files.pythonhosted.org/packages/81/ae/e3c2e05163078566af4c3430943bc9ebd49d029337e248677d5ec97ba9ab/scikit_image-0.19.2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cfd4a366ef707c04921f6daee31c2b06", "sha256": "66bb26ca1e9c0924557ef3e6aee9fd8c21da96c7d5ba2b8864868c53723b45df" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "cfd4a366ef707c04921f6daee31c2b06", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 13508805, "upload_time": "2022-02-17T18:25:03", "upload_time_iso_8601": "2022-02-17T18:25:03.712137Z", "url": "https://files.pythonhosted.org/packages/d2/d9/d16d4cbb4840e0fb3bd329b49184d240b82b649e1bd579489394fbc85c81/scikit_image-0.19.2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "10beee5cb6852d8d60aff494f48ba53c", "sha256": "56ffd1394aacd994963774e927a16f1ba2c094a9254b230da2c50147c661362a" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "10beee5cb6852d8d60aff494f48ba53c", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 13402823, "upload_time": "2022-02-17T18:25:06", "upload_time_iso_8601": "2022-02-17T18:25:06.460893Z", "url": "https://files.pythonhosted.org/packages/83/b1/2c7aa00965cb06f82b0436cd3cbded65ff9c955c276baa215a3239defcc1/scikit_image-0.19.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "862b03b16e905271b039b0d600f79b90", "sha256": "1bba9378cd77e7ff57b0f7a60ca167a728cffcac56d3e283ca7423e0c7d5e4a0" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "862b03b16e905271b039b0d600f79b90", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 11604240, "upload_time": "2022-02-17T18:25:08", "upload_time_iso_8601": "2022-02-17T18:25:08.968897Z", "url": "https://files.pythonhosted.org/packages/47/6b/4ec97a72a5670545d1c5be6dcffe33d74843739f92682fb28a8cf799cfb4/scikit_image-0.19.2-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "476ae4742a4b577d7647a6e63360cb0d", "sha256": "b98cfa8aa9aa31519d5510973362748753c5d420d5cc60112a65e000fe3d3068" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "476ae4742a4b577d7647a6e63360cb0d", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 12541979, "upload_time": "2022-02-17T18:25:11", "upload_time_iso_8601": "2022-02-17T18:25:11.237977Z", "url": "https://files.pythonhosted.org/packages/b0/3d/f5575a9140be1240b002afcfabdef804ec8a03fafd98981f128c8ac08f38/scikit_image-0.19.2-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "36ec0021334567f20620230dca19d4eb", "sha256": "5ab19b11bd5f836a3de07f087d24db5ea734365122956f53dc5c5c9e018e2ec0" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp38-cp38-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "36ec0021334567f20620230dca19d4eb", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 13147564, "upload_time": "2022-02-17T18:25:13", "upload_time_iso_8601": "2022-02-17T18:25:13.947674Z", "url": "https://files.pythonhosted.org/packages/88/96/2ab19541e2775babf3799e5dff5e47f2a7ce70477c91e7efde8fdeabe8b4/scikit_image-0.19.2-cp38-cp38-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "00df7279ed23c89d3884d636b9c243ee", "sha256": "cabf07a7886861510d4a39ed64fc121708fb7d72a6fe601d87388d36240f4242" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp38-cp38-macosx_12_0_arm64.whl", "has_sig": false, "md5_digest": "00df7279ed23c89d3884d636b9c243ee", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 12340766, "upload_time": "2022-02-17T18:25:16", "upload_time_iso_8601": "2022-02-17T18:25:16.218638Z", "url": "https://files.pythonhosted.org/packages/9c/59/e9e2d8f001df1554b9f501cab52554dc2c173adb34ef029a6c958d233a32/scikit_image-0.19.2-cp38-cp38-macosx_12_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cd60ee3946a8eb24e98e0199e8201814", "sha256": "aa40f84383961a1a4afebb92f373e42a3d86e2540f012a4f7d2661a417f9e995" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "cd60ee3946a8eb24e98e0199e8201814", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 13490491, "upload_time": "2022-02-17T18:25:18", "upload_time_iso_8601": "2022-02-17T18:25:18.661988Z", "url": "https://files.pythonhosted.org/packages/4d/a1/f1cce8ac5c244f75d196f937b87f7aae6096862e79c8ae4f0b6b643a449e/scikit_image-0.19.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b3fa35b49403f5064be3a4f141f5a4ff", "sha256": "d3d0a85c6f53f0d4f704e67b35b3e8c6570846ec37eaeb1ca0f47a1088708cb8" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", "has_sig": false, "md5_digest": "b3fa35b49403f5064be3a4f141f5a4ff", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 14013145, "upload_time": "2022-02-17T18:25:21", "upload_time_iso_8601": "2022-02-17T18:25:21.271725Z", "url": "https://files.pythonhosted.org/packages/38/51/28cd7d4b98a3c4ab0a920ecdc28148f2f6fd7748e5da19fa827acd8317d0/scikit_image-0.19.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "08d26954c58b77584fb3dc59d5c4b1e7", "sha256": "cd115a4412b4561d62036e309c8cb543bfc2ca6b7b184ac23a65f6350959a716" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "08d26954c58b77584fb3dc59d5c4b1e7", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 13966573, "upload_time": "2022-02-17T18:25:24", "upload_time_iso_8601": "2022-02-17T18:25:24.073799Z", "url": "https://files.pythonhosted.org/packages/fd/96/cd5eca8c528b3ebe666835e3748f07ca4daf3ed5b010cae7a76fa238b7e6/scikit_image-0.19.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "048caa74be232d77649276fe7e20cd08", "sha256": "d2c022044eb762d3f03ed6e08a3e06c067953393036e4ca2bf16b0bffde36acb" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "048caa74be232d77649276fe7e20cd08", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 11672041, "upload_time": "2022-02-17T18:25:26", "upload_time_iso_8601": "2022-02-17T18:25:26.408162Z", "url": "https://files.pythonhosted.org/packages/7b/45/bc519bbc94fb3ef52c816a17709d7875bbd5028ba0071b4c798a86f550ee/scikit_image-0.19.2-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f49cde625f89e8399ff87f2b76c3ce3e", "sha256": "b0f294ed7f0ea1e90fb6c764d04b8c298096b3403fad7539b9c6f22777d879c6" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "f49cde625f89e8399ff87f2b76c3ce3e", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 12649526, "upload_time": "2022-02-17T18:25:29", "upload_time_iso_8601": "2022-02-17T18:25:29.294853Z", "url": "https://files.pythonhosted.org/packages/97/b0/3476439c9d4a85e3040bb3a5645fe32013bd41537eb3dab5efd048602fc1/scikit_image-0.19.2-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e2d6ee910ec93b0148753c8ccb79ceb7", "sha256": "ad89c6ddbcc4d8ea8b7ebe1ae587be2067dad7927276576fe4097e42e370dadc" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp39-cp39-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "e2d6ee910ec93b0148753c8ccb79ceb7", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 13271331, "upload_time": "2022-02-17T18:25:31", "upload_time_iso_8601": "2022-02-17T18:25:31.938265Z", "url": "https://files.pythonhosted.org/packages/03/df/61c60d2a443dfaaef23ead8e60f7caa1cf81ebee720351ff36972dffc46a/scikit_image-0.19.2-cp39-cp39-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f0e4304f4e6ca7a56fa367247a597bf3", "sha256": "52c683e8615e28bfe5fe6fa2ac2563898d0c0b37f231d5b59e18abb8ed3805a2" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp39-cp39-macosx_12_0_arm64.whl", "has_sig": false, "md5_digest": "f0e4304f4e6ca7a56fa367247a597bf3", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 12448719, "upload_time": "2022-02-17T18:25:34", "upload_time_iso_8601": "2022-02-17T18:25:34.486265Z", "url": "https://files.pythonhosted.org/packages/ba/a8/b63665303e9f2ebc3806071caa2dd01b88d2e4f4828c82e6fd87660bd283/scikit_image-0.19.2-cp39-cp39-macosx_12_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f8ace8e1f5c3713542b43e7a84029885", "sha256": "a0025edbe1412c413d6b3251cc8ff94530cf45b31819daed1811340b93f51e38" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "has_sig": false, "md5_digest": "f8ace8e1f5c3713542b43e7a84029885", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 13482583, "upload_time": "2022-02-17T18:25:37", "upload_time_iso_8601": "2022-02-17T18:25:37.609499Z", "url": "https://files.pythonhosted.org/packages/ee/99/e43f5986498b211f18e55daad69704556af381b22f1a4031054e5a655314/scikit_image-0.19.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "05eb4089d827c4d587f5d3d26b726a7c", "sha256": "477d3166da104b4914920d6db84183dd3af46430d13a0a3451a92eb58b5c9259" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", "has_sig": false, "md5_digest": "05eb4089d827c4d587f5d3d26b726a7c", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 14005060, "upload_time": "2022-02-17T18:25:39", "upload_time_iso_8601": "2022-02-17T18:25:39.985280Z", "url": "https://files.pythonhosted.org/packages/0f/2c/a822846fe7e47aa7961b5eeb2a74f19b71e4f8d1fc15476410404067fe69/scikit_image-0.19.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "06766591c28f0b0af550388a2892c914", "sha256": "f0e5c6e7c7c54c0b827e6288d9f44ae6d290c0aef979e7de1511d2f5fc6f9c0f" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "06766591c28f0b0af550388a2892c914", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 13955169, "upload_time": "2022-02-17T18:25:43", "upload_time_iso_8601": "2022-02-17T18:25:43.032770Z", "url": "https://files.pythonhosted.org/packages/b4/56/eed15f4aa01169db761d60552be8f3ff2d46ce587a2faade03a330afc311/scikit_image-0.19.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "18276c98e6cde8f9141e42f754f99c33", "sha256": "99696479cf6fd19bb06ea43269c0728bb75c2ce9cd3710829ac0f1590eecf0dc" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "18276c98e6cde8f9141e42f754f99c33", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 11637278, "upload_time": "2022-02-17T18:25:45", "upload_time_iso_8601": "2022-02-17T18:25:45.165743Z", "url": "https://files.pythonhosted.org/packages/2d/0e/579071939c5f472d6211314e181a696f08c2b97188e85f9746b592cd9fe1/scikit_image-0.19.2-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0f75edf56a5d1bfdf31301ae098f5a11", "sha256": "9d3fd65ec424de83e6fee22480db5431a9b91d280a34ab3e6bf83528e4289f5c" }, "downloads": -1, "filename": "scikit_image-0.19.2-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "0f75edf56a5d1bfdf31301ae098f5a11", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 12609198, "upload_time": "2022-02-17T18:25:47", "upload_time_iso_8601": "2022-02-17T18:25:47.744750Z", "url": "https://files.pythonhosted.org/packages/ec/c3/e151d1f03e7a1392d2f0f5e479263c517cf615e02bd3aeace8b643b4636e/scikit_image-0.19.2-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b47a6f59ca3aa4d56f97af6d274ef19b", "sha256": "d433b4642a6f8219e749dfbbe4b5e742d560996540c9749ede510274d061866d" }, "downloads": -1, "filename": "scikit-image-0.19.2.tar.gz", "has_sig": false, "md5_digest": "b47a6f59ca3aa4d56f97af6d274ef19b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 22231106, "upload_time": "2022-02-17T18:25:51", "upload_time_iso_8601": "2022-02-17T18:25:51.414089Z", "url": "https://files.pythonhosted.org/packages/83/7d/756dcbf1f2fcbfd60e14842aeadefa2354eff714ed4ec3ae7a107a5787d1/scikit-image-0.19.2.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }