{ "info": { "author": "Microsoft NNI Team", "author_email": "nni@microsoft.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows :: Windows 10", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3 :: Only", "Topic :: Scientific/Engineering :: Artificial Intelligence" ], "description": "
\n\n
\n\n
\n\n[![MIT licensed](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)\n[![Issues](https://img.shields.io/github/issues-raw/Microsoft/nni.svg)](https://github.com/Microsoft/nni/issues?q=is%3Aissue+is%3Aopen)\n[![Bugs](https://img.shields.io/github/issues/Microsoft/nni/bug.svg)](https://github.com/Microsoft/nni/issues?q=is%3Aissue+is%3Aopen+label%3Abug)\n[![Pull Requests](https://img.shields.io/github/issues-pr-raw/Microsoft/nni.svg)](https://github.com/Microsoft/nni/pulls?q=is%3Apr+is%3Aopen)\n[![Version](https://img.shields.io/github/release/Microsoft/nni.svg)](https://github.com/Microsoft/nni/releases)\n[![Documentation Status](https://readthedocs.org/projects/nni/badge/?version=stable)](https://nni.readthedocs.io/en/stable/?badge=stable)\n[![](https://img.shields.io/github/contributors-anon/microsoft/nni)](https://github.com/microsoft/nni/graphs/contributors)\n\n\n\n[](https://nni.readthedocs.io/)\n\nNNI automates feature engineering, neural architecture search, hyperparameter tuning, and model compression for deep learning. Find the latest features, API, examples and tutorials in our **[official documentation](https://nni.readthedocs.io/) ([\u7b80\u4f53\u4e2d\u6587\u7248\u70b9\u8fd9\u91cc](https://nni.readthedocs.io/zh/stable))**.\n\n## What's NEW!  \n\n* **New release**: [v2.7 is available](https://github.com/microsoft/nni/releases/tag/v2.7) - _released on Apr-18-2022_\n* **New demo available**: [Youtube entry](https://www.youtube.com/channel/UCKcafm6861B2mnYhPbZHavw) | [Bilibili \u5165\u53e3](https://space.bilibili.com/1649051673) - _last updated on Apr-18-2022_\n* **New webinar**: [Introducing Retiarii: A deep learning exploratory-training framework on NNI](https://note.microsoft.com/MSR-Webinar-Retiarii-Registration-Live.html) - _scheduled on June-24-2021_\n* **New community channel**: [Discussions](https://github.com/microsoft/nni/discussions)\n* **New emoticons release**: [nnSpider](https://nni.readthedocs.io/en/latest/sharings/nn_spider.html)\n
\n\n
\n\n## Installation\n\nSee the [NNI installation guide](https://nni.readthedocs.io/en/stable/installation.html) to install from pip, or build from source.\n\nTo install the current release:\n\n```\n$ pip install nni\n```\n\nTo update NNI to the latest version, add `--upgrade` flag to the above commands.\n\n## NNI capabilities in a glance\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\nHyperparameter Tuning\n\n\nNeural Architecture Search\n\n\nModel Compression\n\n
\nAlgorithms\n\n\n\n\n\n\n
\nSupported Frameworks\n\n\nTraining Services\n\n\nTutorials\n\n
\nSupports\n\n
    \n
  • PyTorch
  • \n
  • TensorFlow
  • \n
  • Scikit-learn
  • \n
  • XGBoost
  • \n
  • LightGBM
  • \n
  • MXNet
  • \n
  • Caffe2
  • \n
  • More...
  • \n
\n
\n\n\n\n
\n\n\"webui\"\n\n## Resources\n\n* [NNI Documentation Homepage](https://nni.readthedocs.io/)\n* [NNI Installation Guide](https://nni.readthedocs.io/en/stable/installation.html)\n* [NNI Examples](https://nni.readthedocs.io/en/latest/examples.html)\n* [Python API Reference](https://nni.readthedocs.io/en/latest/reference/python_api.html)\n* [Releases (Change Log)](https://nni.readthedocs.io/en/latest/release.html)\n* [Related Research and Publications](https://nni.readthedocs.io/en/latest/notes/research_publications.html)\n* [Youtube Channel of NNI](https://www.youtube.com/channel/UCKcafm6861B2mnYhPbZHavw)\n* [Bilibili Space of NNI](https://space.bilibili.com/1649051673)\n* [Webinar of Introducing Retiarii: A deep learning exploratory-training framework on NNI](https://note.microsoft.com/MSR-Webinar-Retiarii-Registration-Live.html)\n* [Community Discussions](https://github.com/microsoft/nni/discussions)\n\n## Contribution guidelines\n\nIf you want to contribute to NNI, be sure to review the [contribution guidelines](https://nni.readthedocs.io/en/stable/notes/contributing.html), which includes instructions of submitting feedbacks, best coding practices, and code of conduct.\n\nWe use [GitHub issues](https://github.com/microsoft/nni/issues) to track tracking requests and bugs.\nPlease use [NNI Discussion](https://github.com/microsoft/nni/discussions) for general questions and new ideas.\nFor questions of specific use cases, please go to [Stack Overflow](https://stackoverflow.com/questions/tagged/nni).\n\nParticipating discussions via the following IM groups is also welcomed.\n\n|Gitter||WeChat|\n|----|----|----|\n|![image](https://user-images.githubusercontent.com/39592018/80665738-e0574a80-8acc-11ea-91bc-0836dc4cbf89.png)| OR |![image](https://github.com/scarlett2018/nniutil/raw/master/wechat.png)|\n\nOver the past few years, NNI has received thousands of feedbacks on GitHub issues, and pull requests from hundreds of contributors.\nWe appreciate all contributions from community to make NNI thrive.\n\n\n\n\n\n## Test status\n\n### Essentials\n\n| Type | Status |\n| :---: | :---: |\n| Fast test | [![Build Status](https://msrasrg.visualstudio.com/NNIOpenSource/_apis/build/status/fast%20test?branchName=master)](https://msrasrg.visualstudio.com/NNIOpenSource/_build/latest?definitionId=54&branchName=master) |\n| Full linux | [![Build Status](https://msrasrg.visualstudio.com/NNIOpenSource/_apis/build/status/full%20test%20-%20linux?repoName=microsoft%2Fnni&branchName=master)](https://msrasrg.visualstudio.com/NNIOpenSource/_build/latest?definitionId=62&repoName=microsoft%2Fnni&branchName=master) |\n| Full windows | [![Build Status](https://msrasrg.visualstudio.com/NNIOpenSource/_apis/build/status/full%20test%20-%20windows?branchName=master)](https://msrasrg.visualstudio.com/NNIOpenSource/_build/latest?definitionId=63&branchName=master) |\n\n### Training services\n\n| Type | Status |\n| :---: | :---: |\n| Remote - linux to linux | [![Build Status](https://msrasrg.visualstudio.com/NNIOpenSource/_apis/build/status/integration%20test%20-%20remote%20-%20linux%20to%20linux?branchName=master)](https://msrasrg.visualstudio.com/NNIOpenSource/_build/latest?definitionId=64&branchName=master) |\n| Remote - linux to windows | [![Build Status](https://msrasrg.visualstudio.com/NNIOpenSource/_apis/build/status/integration%20test%20-%20remote%20-%20linux%20to%20windows?branchName=master)](https://msrasrg.visualstudio.com/NNIOpenSource/_build/latest?definitionId=67&branchName=master) |\n| Remote - windows to linux | [![Build Status](https://msrasrg.visualstudio.com/NNIOpenSource/_apis/build/status/integration%20test%20-%20remote%20-%20windows%20to%20linux?branchName=master)](https://msrasrg.visualstudio.com/NNIOpenSource/_build/latest?definitionId=68&branchName=master) |\n| OpenPAI | [![Build Status](https://msrasrg.visualstudio.com/NNIOpenSource/_apis/build/status/integration%20test%20-%20openpai%20-%20linux?branchName=master)](https://msrasrg.visualstudio.com/NNIOpenSource/_build/latest?definitionId=65&branchName=master) |\n| Frameworkcontroller | [![Build Status](https://msrasrg.visualstudio.com/NNIOpenSource/_apis/build/status/integration%20test%20-%20frameworkcontroller?branchName=master)](https://msrasrg.visualstudio.com/NNIOpenSource/_build/latest?definitionId=70&branchName=master) |\n| Kubeflow | [![Build Status](https://msrasrg.visualstudio.com/NNIOpenSource/_apis/build/status/integration%20test%20-%20kubeflow?branchName=master)](https://msrasrg.visualstudio.com/NNIOpenSource/_build/latest?definitionId=69&branchName=master) |\n| Hybrid | [![Build Status](https://msrasrg.visualstudio.com/NNIOpenSource/_apis/build/status/integration%20test%20-%20hybrid?branchName=master)](https://msrasrg.visualstudio.com/NNIOpenSource/_build/latest?definitionId=79&branchName=master) |\n| AzureML | [![Build Status](https://msrasrg.visualstudio.com/NNIOpenSource/_apis/build/status/integration%20test%20-%20aml?branchName=master)](https://msrasrg.visualstudio.com/NNIOpenSource/_build/latest?definitionId=78&branchName=master) |\n\n## Related Projects\n\nTargeting at openness and advancing state-of-art technology, [Microsoft Research (MSR)](https://www.microsoft.com/en-us/research/group/systems-and-networking-research-group-asia/) had also released few other open source projects.\n\n* [OpenPAI](https://github.com/Microsoft/pai) : an open source platform that provides complete AI model training and resource management capabilities, it is easy to extend and supports on-premise, cloud and hybrid environments in various scale.\n* [FrameworkController](https://github.com/Microsoft/frameworkcontroller) : an open source general-purpose Kubernetes Pod Controller that orchestrate all kinds of applications on Kubernetes by a single controller.\n* [MMdnn](https://github.com/Microsoft/MMdnn) : A comprehensive, cross-framework solution to convert, visualize and diagnose deep neural network models. The \"MM\" in MMdnn stands for model management and \"dnn\" is an acronym for deep neural network.\n* [SPTAG](https://github.com/Microsoft/SPTAG) : Space Partition Tree And Graph (SPTAG) is an open source library for large scale vector approximate nearest neighbor search scenario.\n* [nn-Meter](https://github.com/microsoft/nn-Meter) : An accurate inference latency predictor for DNN models on diverse edge devices.\n\nWe encourage researchers and students leverage these projects to accelerate the AI development and research.\n\n## License\n\nThe entire codebase is under [MIT license](LICENSE).\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Microsoft/nni", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "nni", "package_url": "https://pypi.org/project/nni/", "platform": null, "project_url": "https://pypi.org/project/nni/", "project_urls": { "Homepage": "https://github.com/Microsoft/nni" }, "release_url": "https://pypi.org/project/nni/2.7/", "requires_dist": [ "astor", "cloudpickle", "colorama", "filelock", "hyperopt (==0.1.2)", "json-tricks (>=3.15.5)", "packaging", "pandas", "prettytable", "psutil", "PythonWebHDFS", "pyyaml (>=5.4)", "requests", "responses", "schema", "scikit-learn (>=0.24.1)", "typeguard", "websockets (>=10.1)", "numpy (<1.22) ; python_version < \"3.8\"", "scipy (<1.8) ; python_version < \"3.8\"", "typing-extensions (>=4.0.0) ; python_version < \"3.8\"", "numpy ; python_version >= \"3.8\"", "scipy ; python_version >= \"3.8\"", "ConfigSpace (>=0.4.17) ; extra == 'bohb'", "statsmodels (>=0.12.0) ; extra == 'bohb'", "pybnn ; extra == 'dngo'", "gym ; extra == 'ppotuner'", "ConfigSpaceNNI (>=0.4.7.3) ; extra == 'smac'", "smac4nni ; extra == 'smac'", "ConfigSpaceNNI (>=0.4.7.3) ; extra == 'all'", "smac4nni ; extra == 'all'", "ConfigSpace (>=0.4.17) ; extra == 'all'", "statsmodels (>=0.12.0) ; extra == 'all'", "gym ; extra == 'all'", "pybnn ; extra == 'all'" ], "requires_python": ">=3.7", "summary": "Neural Network Intelligence project", "version": "2.7", "yanked": false, "yanked_reason": null }, "last_serial": 13545492, "releases": { "0.5.2.1.1": [ { "comment_text": "", "digests": { "md5": "d8b440725a1466f55a82aaf8c994c8b5", "sha256": "9048ecc6f0c6de3e7f8e14af6ea7444788c922e66d679c42e34e460988167c98" }, "downloads": -1, "filename": "nni-0.5.2.1.1-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "d8b440725a1466f55a82aaf8c994c8b5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 29944016, "upload_time": "2019-07-23T11:55:02", "upload_time_iso_8601": "2019-07-23T11:55:02.527409Z", "url": "https://files.pythonhosted.org/packages/29/2f/b9931d9fe8ed77503a84d533c9a47051a7ee5f0f5f9a2fd8bb0e0343dbc1/nni-0.5.2.1.1-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "144ee90a7ea457ced524a1098aed970b", "sha256": "ee189199c6c01698a379b5622acb40cf5e064244a57606bbfda04b3e3cb9d4a2" }, "downloads": -1, "filename": "nni-0.5.2.1.1-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "144ee90a7ea457ced524a1098aed970b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 32160993, "upload_time": "2019-07-08T07:27:06", "upload_time_iso_8601": "2019-07-08T07:27:06.877088Z", "url": "https://files.pythonhosted.org/packages/7f/7f/10f374e7912f4b5ceff48f6809d0234eb582f27bd497033e392dbb54eb37/nni-0.5.2.1.1-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "9928b1407404657a1cb0095e978658c8", "sha256": "65f0fca9e649554691f0d8b3ef1c3abef3d7411f92498dc787cff78257759691" }, "downloads": -1, "filename": "nni-0.7.1-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "9928b1407404657a1cb0095e978658c8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 29837397, "upload_time": "2019-07-05T10:43:58", "upload_time_iso_8601": "2019-07-05T10:43:58.349159Z", "url": "https://files.pythonhosted.org/packages/db/01/99a22540019c1d4f5503d042bb35a18b91115827d55a53a50fbacbdcf756/nni-0.7.1-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1b7403690828122b620d1093bfe75648", "sha256": "4a102b55e896e6233b56a9273132a6032656aafd4dbc18d229e7e9513b91ff78" }, "downloads": -1, "filename": "nni-0.7.1-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1b7403690828122b620d1093bfe75648", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 32036144, "upload_time": "2019-07-05T10:43:49", "upload_time_iso_8601": "2019-07-05T10:43:49.567801Z", "url": "https://files.pythonhosted.org/packages/1e/77/c4bd66cefb676b4719200d77a720779e3da0f5e89d50ef268b2de2dbc558/nni-0.7.1-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "a48280f6256e3c42794973accd473607", "sha256": "31479c7219094d88f51b02ab5834c34eca1573ac61cdd64409e22df54e41d9f1" }, "downloads": -1, "filename": "nni-0.8.1-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "a48280f6256e3c42794973accd473607", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 29874580, "upload_time": "2019-07-05T10:44:41", "upload_time_iso_8601": "2019-07-05T10:44:41.283084Z", "url": "https://files.pythonhosted.org/packages/ff/a6/dc18a851b6c5ebcf40a0b50987e7f3eb78cb5fe0fd09c8c12c9260741499/nni-0.8.1-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b8bf4184ba5c193172f656c0308d185a", "sha256": "8d1680dd67c75b0cdc3114d1bb8bcf5cd57e8465633951353216d3a4ffebe60a" }, "downloads": -1, "filename": "nni-0.8.1-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b8bf4184ba5c193172f656c0308d185a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 32073332, "upload_time": "2019-07-05T10:44:24", "upload_time_iso_8601": "2019-07-05T10:44:24.983297Z", "url": "https://files.pythonhosted.org/packages/5b/f7/c501944a6dd0d9cf322551dbafcbcbf9149847bdbc9f384aae8a229351a9/nni-0.8.1-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "344552ef87ecf7e4afd8ed7715e49dd8", "sha256": "746e3f112f8a85f75d333dcd0414d2e634da409c219324a9d55389c8ff539390" }, "downloads": -1, "filename": "nni-0.8.1-py3-none-win32.whl", "has_sig": false, "md5_digest": "344552ef87ecf7e4afd8ed7715e49dd8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 25983283, "upload_time": "2019-07-05T10:47:21", "upload_time_iso_8601": "2019-07-05T10:47:21.894096Z", "url": "https://files.pythonhosted.org/packages/57/43/43a6f9679280830529e51510d4e0d7281cc89580255403b2bbc6adadf2a8/nni-0.8.1-py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0fa9be0bd7a61792a1a42dfafcd46649", "sha256": "e399b5436dc9f8e8c8fb6f7e5f5147b31b590b07a96936a98b6c534b6f06f353" }, "downloads": -1, "filename": "nni-0.8.1-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "0fa9be0bd7a61792a1a42dfafcd46649", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 27684878, "upload_time": "2019-07-05T10:47:19", "upload_time_iso_8601": "2019-07-05T10:47:19.706657Z", "url": "https://files.pythonhosted.org/packages/f4/45/8b56e59bd429e70111ea5fd70218910ea60bb0e9a37830a3fbc4d586153f/nni-0.8.1-py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "ecde357a080dd2d903296603000d711b", "sha256": "4fb73a4f35db240fd3408e059ef69f41b92e5afb452c9d9f3b1d1668de2b6e61" }, "downloads": -1, "filename": "nni-0.9.1-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "ecde357a080dd2d903296603000d711b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 29936484, "upload_time": "2019-07-04T10:56:33", "upload_time_iso_8601": "2019-07-04T10:56:33.733413Z", "url": "https://files.pythonhosted.org/packages/56/1f/248325748483d02353b97a16137899869afa9a4832e6159696d5d717a9b2/nni-0.9.1-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8e5baa6a2542e2b8e34a3d57e185f7fa", "sha256": "36a99dec98f9d6eaf884f3045bf5d4d53c9942af3530fd0dc748aa8d019f402e" }, "downloads": -1, "filename": "nni-0.9.1-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "8e5baa6a2542e2b8e34a3d57e185f7fa", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 32135230, "upload_time": "2019-07-04T10:56:28", "upload_time_iso_8601": "2019-07-04T10:56:28.226070Z", "url": "https://files.pythonhosted.org/packages/53/15/99501c66efb663a51dfaeadc78f28fc55c3876fd1be201c015e68624f29e/nni-0.9.1-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cf52afad12d0007788accb1cde4b2282", "sha256": "bf19d40d914f5fd3e446f294c4d3ce9a259143d2d15d17cf9534d564bdd020d6" }, "downloads": -1, "filename": "nni-0.9.1-py3-none-win32.whl", "has_sig": false, "md5_digest": "cf52afad12d0007788accb1cde4b2282", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 26045144, "upload_time": "2019-07-04T10:59:39", "upload_time_iso_8601": "2019-07-04T10:59:39.511580Z", "url": "https://files.pythonhosted.org/packages/6c/80/ec423214a7badc36d76e932e04ef23f1bc9436f532525c70d5f855c56233/nni-0.9.1-py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2b75c4b99ae963de0dc11b5d40b9590c", "sha256": "9004053318591cc5524cc7e1a60adcd65a0d8c94aa5bedcb36c868011ec40eeb" }, "downloads": -1, "filename": "nni-0.9.1-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "2b75c4b99ae963de0dc11b5d40b9590c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 27746737, "upload_time": "2019-07-04T10:59:44", "upload_time_iso_8601": "2019-07-04T10:59:44.097397Z", "url": "https://files.pythonhosted.org/packages/df/8e/6509d0f4886b1ce07c734ad52cf41beabdd13918b3b0077c1f67b47a3088/nni-0.9.1-py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "0.9.1.1": [ { "comment_text": "", "digests": { "md5": "1ffb080b461144764ba4a24daef0195b", "sha256": "c43ab5f3905102aff8c3d0a4994ff3c27521a4b1599013e110ac421065645576" }, "downloads": -1, "filename": "nni-0.9.1.1-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "1ffb080b461144764ba4a24daef0195b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 30009123, "upload_time": "2019-07-15T07:24:00", "upload_time_iso_8601": "2019-07-15T07:24:00.138250Z", "url": "https://files.pythonhosted.org/packages/7b/22/b91d1f8b82061463298d494e257f978acd043fae667f29d8dc49eabc0c97/nni-0.9.1.1-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "28d94a8d41a90a2be0725e28ab87db7c", "sha256": "c401cc2adbc0e651abe67493598418759b9691599aaf125927bfb5abff261e84" }, "downloads": -1, "filename": "nni-0.9.1.1-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "28d94a8d41a90a2be0725e28ab87db7c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 32207876, "upload_time": "2019-07-15T07:23:46", "upload_time_iso_8601": "2019-07-15T07:23:46.473836Z", "url": "https://files.pythonhosted.org/packages/c4/c8/c39b342a8763b0feae16a64b098ef63620cae851cd23aeaba4b845455b58/nni-0.9.1.1-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "60a9dd474cd38b87a74dae24cbf9b405", "sha256": "0c21de2aa31eb3dfcbbf499ba4d99cfea0098ab04e1d137c356d83074b7909c9" }, "downloads": -1, "filename": "nni-0.9.1.1-py3-none-win32.whl", "has_sig": false, "md5_digest": "60a9dd474cd38b87a74dae24cbf9b405", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 26117843, "upload_time": "2019-07-15T07:27:09", "upload_time_iso_8601": "2019-07-15T07:27:09.392212Z", "url": "https://files.pythonhosted.org/packages/67/b1/506b6f0616eadcffdc8d75b1492b9881733553f55be5638a1643905655b0/nni-0.9.1.1-py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4a8454d9b86c174c565f65cd21a9217d", "sha256": "3125cbe98659982607fd984193fd64643157fcf3a66aad0d5cb46856b6aed8cc" }, "downloads": -1, "filename": "nni-0.9.1.1-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "4a8454d9b86c174c565f65cd21a9217d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 27819438, "upload_time": "2019-07-15T07:26:47", "upload_time_iso_8601": "2019-07-15T07:26:47.322434Z", "url": "https://files.pythonhosted.org/packages/91/29/37811ad7201209a43fe5dc37618cd3ef3ad13b1699b061b4966f1e1b585d/nni-0.9.1.1-py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "1.0": [ { "comment_text": "", "digests": { "md5": "953d4605985d73346001455c4bcfe87d", "sha256": "7b723c83dc25afc086dcd3141e58cab81932920a0c52380906d87848d7611c88" }, "downloads": -1, "filename": "nni-1.0-1-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "953d4605985d73346001455c4bcfe87d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 29880868, "upload_time": "2019-09-02T09:31:06", "upload_time_iso_8601": "2019-09-02T09:31:06.117609Z", "url": "https://files.pythonhosted.org/packages/e3/05/9eb9b4ae7fabc426593458ddff78360698a8337c00c8c8432b59d7681244/nni-1.0-1-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c33e30850afde566f3b4b3646a3b9c05", "sha256": "dee7f6239bc4a1e55399bc6e7d897ee55480c99259a8ec87e07be5426ce3ba06" }, "downloads": -1, "filename": "nni-1.0-1-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c33e30850afde566f3b4b3646a3b9c05", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 32079620, "upload_time": "2019-09-02T09:30:46", "upload_time_iso_8601": "2019-09-02T09:30:46.281827Z", "url": "https://files.pythonhosted.org/packages/48/22/9e8e346896e9f4dbc642f5200d700486a50b20256e027e4fe5a81c8bee67/nni-1.0-1-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b1a9b9ddf04fe566253ccef42f039fa2", "sha256": "37abb06a8b983bcc928d005af67fa5db0d582bd7942b8883054cafc159586984" }, "downloads": -1, "filename": "nni-1.0-1-py3-none-win32.whl", "has_sig": false, "md5_digest": "b1a9b9ddf04fe566253ccef42f039fa2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 25986450, "upload_time": "2019-09-02T09:34:15", "upload_time_iso_8601": "2019-09-02T09:34:15.816562Z", "url": "https://files.pythonhosted.org/packages/06/14/e224d21b08c93a5c1c70408b868f042e524d3e12a8aa7ffedf74584f35ff/nni-1.0-1-py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9ad23fb26d196632bfd1ddfe41e81fcd", "sha256": "c4d0d10ee2ce3d67e9a938f7753eba5265e65ae954875b267316c52fc1b59851" }, "downloads": -1, "filename": "nni-1.0-1-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "9ad23fb26d196632bfd1ddfe41e81fcd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 27688041, "upload_time": "2019-09-02T09:34:14", "upload_time_iso_8601": "2019-09-02T09:34:14.005544Z", "url": "https://files.pythonhosted.org/packages/c4/fd/fdce5ed5394e2e91f1d8bf95a7d29339288746a09418ddfc8c8c3c4e4ae5/nni-1.0-1-py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "1.1": [ { "comment_text": "", "digests": { "md5": "3d2e5558529ff2a2eca622e705ba9054", "sha256": "800ab99436078d16e4cbee7954c1ea5dbf9794319f5ffcb2eea72de8e02a03cc" }, "downloads": -1, "filename": "nni-1.1-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "3d2e5558529ff2a2eca622e705ba9054", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 29896889, "upload_time": "2019-10-23T02:50:46", "upload_time_iso_8601": "2019-10-23T02:50:46.172032Z", "url": "https://files.pythonhosted.org/packages/57/69/db08bbf1950f5d9f7d82aab165b29fc272d5952ed087313c92a3afe06065/nni-1.1-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5f1f0b1f8d303b11d4a7ad21af905db7", "sha256": "0adf547715ee53c42b81b2dc8cd899561341fa02949562e449bba5b9c2c5c673" }, "downloads": -1, "filename": "nni-1.1-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "5f1f0b1f8d303b11d4a7ad21af905db7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 32095646, "upload_time": "2019-10-23T02:50:39", "upload_time_iso_8601": "2019-10-23T02:50:39.834453Z", "url": "https://files.pythonhosted.org/packages/26/6e/642702f057d97f2149cdc548c6a22ec564e5ac439c0022a6ea91b1b16a88/nni-1.1-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a24c5e98a350b4c30ddda1e46de034b2", "sha256": "796a461db15be5755f0e1653e8ebd2db052a164207cad896e9b6c2b63e444372" }, "downloads": -1, "filename": "nni-1.1-py3-none-win32.whl", "has_sig": false, "md5_digest": "a24c5e98a350b4c30ddda1e46de034b2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 26002226, "upload_time": "2019-10-23T02:53:31", "upload_time_iso_8601": "2019-10-23T02:53:31.394461Z", "url": "https://files.pythonhosted.org/packages/a8/4d/1de29078daa4a2cd522869b6779c703b12a4423194fd7fad13e834a62f6a/nni-1.1-py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "32b24e7da8bf02caa93719cac328b814", "sha256": "a638a0d6d857027a9f9762e78685ba1f545bb4d2e440b60680c5e6bb95858fe2" }, "downloads": -1, "filename": "nni-1.1-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "32b24e7da8bf02caa93719cac328b814", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 27703809, "upload_time": "2019-10-23T02:53:49", "upload_time_iso_8601": "2019-10-23T02:53:49.682249Z", "url": "https://files.pythonhosted.org/packages/92/c5/f7f850fda3fbbe6d67bcaf8d46368b981d9687d08e1d97af65aaf229f30e/nni-1.1-py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "1.2": [ { "comment_text": "", "digests": { "md5": "63a2a76adb1d3b6c5f9eab998cc6fba1", "sha256": "62f826d40063c05a17288315ada9506227b3cf51072d616e757a3f274b7f7ecc" }, "downloads": -1, "filename": "nni-1.2-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "63a2a76adb1d3b6c5f9eab998cc6fba1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 29977735, "upload_time": "2019-12-02T08:46:45", "upload_time_iso_8601": "2019-12-02T08:46:45.640945Z", "url": "https://files.pythonhosted.org/packages/ed/a0/f0459f41cb9f5e7ef3e108984c371b5eafa236abfe7efd4a7dac5065c477/nni-1.2-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a9f0043ed824113f286e58c81c2b8dfe", "sha256": "3efbb9e5db61a0cca63700140f4648dc9dc888ae89771700dd75d09068dfd16b" }, "downloads": -1, "filename": "nni-1.2-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a9f0043ed824113f286e58c81c2b8dfe", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 32176497, "upload_time": "2019-12-02T08:46:38", "upload_time_iso_8601": "2019-12-02T08:46:38.318719Z", "url": "https://files.pythonhosted.org/packages/3d/87/d291a943b51c384e951549d882ac3c9fc529012781fa9e0a1acddd6ccddc/nni-1.2-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e70c23132bd608c7c00dc07c2a6e2982", "sha256": "a9b86d37b5044969cbf9b955ad9dab06d0d9b245b4a627fdc689c598cf6a52b1" }, "downloads": -1, "filename": "nni-1.2-py3-none-win32.whl", "has_sig": false, "md5_digest": "e70c23132bd608c7c00dc07c2a6e2982", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 26083120, "upload_time": "2019-12-02T08:48:55", "upload_time_iso_8601": "2019-12-02T08:48:55.863167Z", "url": "https://files.pythonhosted.org/packages/58/64/1949096eae2a93ab00b7f73a3ee0b984476ed6453e6eb2471fb9c77094b9/nni-1.2-py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "99c75832e33a8a3123a0fb9ba50058be", "sha256": "8ec161fa3ca50b7179b4d8efe376645d222eef8acc54566e814ff69bc8445ede" }, "downloads": -1, "filename": "nni-1.2-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "99c75832e33a8a3123a0fb9ba50058be", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 27784706, "upload_time": "2019-12-02T08:49:03", "upload_time_iso_8601": "2019-12-02T08:49:03.886874Z", "url": "https://files.pythonhosted.org/packages/f6/05/5a812fd67a7e33929f09eed90024c13bf3e10bf62c6bec63927e90aa6c72/nni-1.2-py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "1.3": [ { "comment_text": "", "digests": { "md5": "a032d6794984aae18382e1623bb18f41", "sha256": "83205cebed831fb039eafd05da65d472ae51b8f3fbfe89afd151bb54513be384" }, "downloads": -1, "filename": "nni-1.3-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "a032d6794984aae18382e1623bb18f41", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 30119162, "upload_time": "2019-12-31T06:22:47", "upload_time_iso_8601": "2019-12-31T06:22:47.075653Z", "url": "https://files.pythonhosted.org/packages/c3/98/0877839e450cfe5b4178f18708766103b9d2065c006f2626271ecb786f67/nni-1.3-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c659b1ac3b53506565f92f1cf26e7aa5", "sha256": "b74a9081a8302009ff9eacf115c38b06d0bb02878339562d1cb571a4408fcff4" }, "downloads": -1, "filename": "nni-1.3-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c659b1ac3b53506565f92f1cf26e7aa5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 32312648, "upload_time": "2019-12-31T06:22:03", "upload_time_iso_8601": "2019-12-31T06:22:03.590128Z", "url": "https://files.pythonhosted.org/packages/e1/a8/a78769ec94e6f351420b9967585c10b99a4f8557cd5bcbce50e0364006d0/nni-1.3-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5f8f690326b8b507426dc8b5938e6c4b", "sha256": "9ce5e2d9392878e8c1f57bffb4030e9bb7c0b7255d7d0c6d3e235ef51e7cc5a8" }, "downloads": -1, "filename": "nni-1.3-py3-none-win32.whl", "has_sig": false, "md5_digest": "5f8f690326b8b507426dc8b5938e6c4b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 26224926, "upload_time": "2019-12-31T06:25:23", "upload_time_iso_8601": "2019-12-31T06:25:23.865249Z", "url": "https://files.pythonhosted.org/packages/4b/73/a632501b76488f9e7d2db0a7907d575a2a855e21e28478cda6c9f2bf3f23/nni-1.3-py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3f32ea166299ac757cff6ef73f68a296", "sha256": "8963540cb990e9ab81aa59a93c9f977381c30a3b932e1857b9b77f13b114f330" }, "downloads": -1, "filename": "nni-1.3-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "3f32ea166299ac757cff6ef73f68a296", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 27926228, "upload_time": "2019-12-31T06:25:54", "upload_time_iso_8601": "2019-12-31T06:25:54.323005Z", "url": "https://files.pythonhosted.org/packages/95/61/b787d96576ae1476a2229b2a63c4f49c0c0534d8063bcf4b7b25ae5677ac/nni-1.3-py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "1.4": [ { "comment_text": "", "digests": { "md5": "5ea50bb6ccbaf91fade771f5196ea9a6", "sha256": "5b4ed8ab21f815b1589f628bfa5c4db77275ce3773eb9d88a9d1d05c591c5b8a" }, "downloads": -1, "filename": "nni-1.4-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "5ea50bb6ccbaf91fade771f5196ea9a6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 31593580, "upload_time": "2020-02-19T07:32:44", "upload_time_iso_8601": "2020-02-19T07:32:44.998894Z", "url": "https://files.pythonhosted.org/packages/d3/30/9a0369c38b6380089702f9d52c505b6dbdf47aaca287f7fc6db94f0db02c/nni-1.4-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c4fcaaf29ec8e1aa4fa6e61adbe1f418", "sha256": "b22bcfa65954febcb5d87f0155194c9dc30662fd87039bb68d75cb4b1b11856a" }, "downloads": -1, "filename": "nni-1.4-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c4fcaaf29ec8e1aa4fa6e61adbe1f418", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 33787055, "upload_time": "2020-02-19T07:32:12", "upload_time_iso_8601": "2020-02-19T07:32:12.386179Z", "url": "https://files.pythonhosted.org/packages/ed/73/14ecec1bd9be983bf1fc310f66b540b17d8acabd651ede211bf85d57fffb/nni-1.4-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5fb93a8c094ae3e43672a26d861320a5", "sha256": "ef6c506bdf1d09acc76b3c3c092141765bcae9ed779f067a6b172dee2c712670" }, "downloads": -1, "filename": "nni-1.4-py3-none-win32.whl", "has_sig": false, "md5_digest": "5fb93a8c094ae3e43672a26d861320a5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 27699012, "upload_time": "2020-02-19T07:37:03", "upload_time_iso_8601": "2020-02-19T07:37:03.315815Z", "url": "https://files.pythonhosted.org/packages/e3/86/45b3864ff2656390a3ec0f3bbbd639ed3e35acae93369617cb1c99c754a9/nni-1.4-py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0703cecad8e874f07d598285ca73406b", "sha256": "e0e7c222c957eb7697cc083898510bbcbcada8e60a23ccd771250d4c13358c67" }, "downloads": -1, "filename": "nni-1.4-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "0703cecad8e874f07d598285ca73406b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 29400310, "upload_time": "2020-02-19T07:35:46", "upload_time_iso_8601": "2020-02-19T07:35:46.355751Z", "url": "https://files.pythonhosted.org/packages/a2/11/70ee740686f6429bfd003fa71a49f023dbc266488653c50a69ab5cb8c836/nni-1.4-py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "1.5": [ { "comment_text": "", "digests": { "md5": "b9b85ff9f489d7cf42f58232c683bd6b", "sha256": "7010a695fa2639f01772cb34046e504cfe96c1d8b8b9c8264bd25a38972d4243" }, "downloads": -1, "filename": "nni-1.5-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "b9b85ff9f489d7cf42f58232c683bd6b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 33828541, "upload_time": "2020-04-13T02:44:42", "upload_time_iso_8601": "2020-04-13T02:44:42.867553Z", "url": "https://files.pythonhosted.org/packages/5f/5c/bc598fad2391a28c50b10fd5f393c0f457633c6280a6f53efafb45d29c94/nni-1.5-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "930f29797b8f4296438f55867e335879", "sha256": "6f78b0ad39dfceb2d113c782b5205eba6944be282214f77eaa2f491021c13d80" }, "downloads": -1, "filename": "nni-1.5-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "930f29797b8f4296438f55867e335879", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 36022015, "upload_time": "2020-04-13T02:42:50", "upload_time_iso_8601": "2020-04-13T02:42:50.606036Z", "url": "https://files.pythonhosted.org/packages/76/0a/04b7d4ccb86c44a894b9de84853407d0b2b3b0360fa22f49c12c43acd961/nni-1.5-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a06f6c63b7d3b44d918e250d44e09f73", "sha256": "3a75b33b0dca3d659da1330c6d15d0a55fd9b1a0de3c149b2cb9ce1a1039163b" }, "downloads": -1, "filename": "nni-1.5-py3-none-win32.whl", "has_sig": false, "md5_digest": "a06f6c63b7d3b44d918e250d44e09f73", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 29933290, "upload_time": "2020-04-13T03:05:43", "upload_time_iso_8601": "2020-04-13T03:05:43.733167Z", "url": "https://files.pythonhosted.org/packages/5f/a3/b3198585cf2370d15f74e5fb37105833cd2bb05d7137554a7707980a57ed/nni-1.5-py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d021b03d8ab221a0a05d0f9637cd34c2", "sha256": "fb9be72915de561f63aeba055e5bef5d3545874ebea20ab252a6db5e055feabd" }, "downloads": -1, "filename": "nni-1.5-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "d021b03d8ab221a0a05d0f9637cd34c2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 31634591, "upload_time": "2020-04-13T02:48:12", "upload_time_iso_8601": "2020-04-13T02:48:12.340226Z", "url": "https://files.pythonhosted.org/packages/6a/30/fa48171ed7e100379b8206699af6503ef7e4f9a78061706a082ce1b054e6/nni-1.5-py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "1.6": [ { "comment_text": "", "digests": { "md5": "5d28b8ae403dcf5fe3ee09a128305abd", "sha256": "7bee6fa0c7e6e8e3b16691c90eb73b5b0bd2ccadd40ad05e3143dbd36a25c140" }, "downloads": -1, "filename": "nni-1.6-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "5d28b8ae403dcf5fe3ee09a128305abd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 34287499, "upload_time": "2020-05-26T12:19:23", "upload_time_iso_8601": "2020-05-26T12:19:23.285294Z", "url": "https://files.pythonhosted.org/packages/58/ee/a6a6f4ffc62b6e703145d8d2dfcdea1753f30f48ff5ad43e71c8b0554a21/nni-1.6-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c7eb72d6f6a0be7f3455aed016c80bac", "sha256": "4ba3f1b163db7afa7103cf869232f4026db4f57188107c19998307a5daef6815" }, "downloads": -1, "filename": "nni-1.6-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c7eb72d6f6a0be7f3455aed016c80bac", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 36502002, "upload_time": "2020-05-26T12:13:04", "upload_time_iso_8601": "2020-05-26T12:13:04.699135Z", "url": "https://files.pythonhosted.org/packages/5f/f7/f0618772f06e9498dffa376f65dd2e413910c5fdb868b291b2d56705ed7c/nni-1.6-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dc9550103a48e73c69d7f7dc5126a212", "sha256": "5e581416fa81299bd0a2f274f89dbba58c619e512526852411e9cef9b2cbc0fd" }, "downloads": -1, "filename": "nni-1.6-py3-none-win32.whl", "has_sig": false, "md5_digest": "dc9550103a48e73c69d7f7dc5126a212", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 30439468, "upload_time": "2020-05-26T12:18:18", "upload_time_iso_8601": "2020-05-26T12:18:18.027459Z", "url": "https://files.pythonhosted.org/packages/90/4a/ab533038ebf70b19152f156d8d48fa29478e6ba1f40cbd78be4365448764/nni-1.6-py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7373ab13370d3908219aac7a9f72184c", "sha256": "84739a800deb00e7e070597443cf6e887473f45b258cbf7667c9ce3da89a519d" }, "downloads": -1, "filename": "nni-1.6-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "7373ab13370d3908219aac7a9f72184c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 32146419, "upload_time": "2020-05-26T12:20:22", "upload_time_iso_8601": "2020-05-26T12:20:22.143929Z", "url": "https://files.pythonhosted.org/packages/dc/9b/a9828dfc298ceff40fa895dfc7c41f206bf7cbab34b2439cff76d2ba9c6c/nni-1.6-py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "1.7": [ { "comment_text": "", "digests": { "md5": "b5489bc2e589946936f7a0c824a1c995", "sha256": "2edbd609bcf20e4f9b9d6a86ce7d3247551faa7acd6d2763311bc42eb5bcd007" }, "downloads": -1, "filename": "nni-1.7-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "b5489bc2e589946936f7a0c824a1c995", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 34734166, "upload_time": "2020-07-08T13:34:12", "upload_time_iso_8601": "2020-07-08T13:34:12.353832Z", "url": "https://files.pythonhosted.org/packages/1f/88/c1686dc22f9b033cff7053975cfd0ddad0309ed89e2960ecf14112e99d77/nni-1.7-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5aa2909fcdf8d469e8a2f4fef8aebbe5", "sha256": "07f43c9076d5d0d933337d13e1b9d6bb41ae6b9115257b01eb2d889292b2ad12" }, "downloads": -1, "filename": "nni-1.7-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "5aa2909fcdf8d469e8a2f4fef8aebbe5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 36948654, "upload_time": "2020-07-08T13:20:48", "upload_time_iso_8601": "2020-07-08T13:20:48.056414Z", "url": "https://files.pythonhosted.org/packages/e6/1b/7dfe4113e2e71a9b2590e42697995ee9d11a4090c42f37ae72ed41cfbd02/nni-1.7-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b5dc04f26d1b3c305f9ecb822f8d9471", "sha256": "3122b930805c791d7a07ca1f5403de4d6a57f6db54822553f0164bb0cef24577" }, "downloads": -1, "filename": "nni-1.7-py3-none-win32.whl", "has_sig": false, "md5_digest": "b5dc04f26d1b3c305f9ecb822f8d9471", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 30883852, "upload_time": "2020-07-08T13:33:51", "upload_time_iso_8601": "2020-07-08T13:33:51.589915Z", "url": "https://files.pythonhosted.org/packages/34/a8/06558e7a60fda7de4aee7c149173f06ea07d44aee50f19d31c152abe9064/nni-1.7-py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a7620c3f31f78dfe9d4301047fd7bf13", "sha256": "42f9e5b5755222c0a1fb1aea8555b41bd90c8823d0ce0d911ac03ec10dec1ed6" }, "downloads": -1, "filename": "nni-1.7-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "a7620c3f31f78dfe9d4301047fd7bf13", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 32590805, "upload_time": "2020-07-08T13:29:29", "upload_time_iso_8601": "2020-07-08T13:29:29.191258Z", "url": "https://files.pythonhosted.org/packages/ed/e9/3dfac1ce477cb1c36d094634a6cc66bb6251eb19c48541abb18326371487/nni-1.7-py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "1.7.1": [ { "comment_text": "", "digests": { "md5": "a6c5a4bea31b5f0e95e187aa81e79ce7", "sha256": "ae50272509c10921f673d1e8cb7c41589a3b51da511855d9c7602b80a8acc18d" }, "downloads": -1, "filename": "nni-1.7.1-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "a6c5a4bea31b5f0e95e187aa81e79ce7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 34812532, "upload_time": "2020-07-31T17:06:40", "upload_time_iso_8601": "2020-07-31T17:06:40.546853Z", "url": "https://files.pythonhosted.org/packages/84/6c/dee8de1a48b8f67ea7c3de96b27de3bde213a0b8dafe4c4e3e942dc61e9a/nni-1.7.1-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bb807ae86430d98d9cc8f29f560541b5", "sha256": "e7615b3970c64f4c38ff532e86c472c8d7a48f89b853b3266cc7efba3a025ca2" }, "downloads": -1, "filename": "nni-1.7.1-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "bb807ae86430d98d9cc8f29f560541b5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 37027021, "upload_time": "2020-07-31T17:03:36", "upload_time_iso_8601": "2020-07-31T17:03:36.950569Z", "url": "https://files.pythonhosted.org/packages/11/ed/264f21bccab7d207f60040a759b5661f75912f32750e5fd0e510371b07ef/nni-1.7.1-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "20c305c511fdae9a512fc67d2a539953", "sha256": "0a3b78f604db52773f584e08b2edc1fc37f57e725dcf96182be427cd0cf4f523" }, "downloads": -1, "filename": "nni-1.7.1-py3-none-win32.whl", "has_sig": false, "md5_digest": "20c305c511fdae9a512fc67d2a539953", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 30962253, "upload_time": "2020-07-31T17:27:46", "upload_time_iso_8601": "2020-07-31T17:27:46.096435Z", "url": "https://files.pythonhosted.org/packages/1d/5c/6aaeb2ac0327878573ff5fe501ae7856c79afdfb79c0c0bd06d8baa01c1f/nni-1.7.1-py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ea3cdb042dcb7c84758f7302677fc16d", "sha256": "22fe172d208fc7b3bbf67af149622923c1a7a5150ebb59fbe847aad6eccedb23" }, "downloads": -1, "filename": "nni-1.7.1-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "ea3cdb042dcb7c84758f7302677fc16d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 32669205, "upload_time": "2020-07-31T17:11:20", "upload_time_iso_8601": "2020-07-31T17:11:20.744525Z", "url": "https://files.pythonhosted.org/packages/df/33/7cfd78cbd803eb21bda51cb34db6ba638afa495454017059fe5f7da3ae8c/nni-1.7.1-py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "1.8": [ { "comment_text": "", "digests": { "md5": "9694a8542eba4af198bdd742d032cad5", "sha256": "c06704618f06c46bbc821d6584125cf3f293636c75b5910387cdb2cd223950ac" }, "downloads": -1, "filename": "nni-1.8-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "9694a8542eba4af198bdd742d032cad5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 35046369, "upload_time": "2020-08-27T18:37:34", "upload_time_iso_8601": "2020-08-27T18:37:34.995483Z", "url": "https://files.pythonhosted.org/packages/c9/5d/56bfd40b92c7e0bad2ce7483ebb7810480830d3e75e00684fe03824b917a/nni-1.8-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e1d0a448056d4f4d54d7907ac912adfa", "sha256": "e8960a05023b0064c70cd61116676e65d01a6bb2a3cf8a283276bb56c3690b35" }, "downloads": -1, "filename": "nni-1.8-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e1d0a448056d4f4d54d7907ac912adfa", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 37260870, "upload_time": "2020-08-27T18:31:21", "upload_time_iso_8601": "2020-08-27T18:31:21.592418Z", "url": "https://files.pythonhosted.org/packages/28/46/cd26e750f48232078dfe1c8ed010a3ff0fc3f31728190bd0be33c67aec95/nni-1.8-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4dbac1246c0a8bf56fbdf5cfeacfba27", "sha256": "f41310b25eb39d824ec75df1fd3e1d322f8210b90cd28dd0ae17bcc748fd5169" }, "downloads": -1, "filename": "nni-1.8-py3-none-win32.whl", "has_sig": false, "md5_digest": "4dbac1246c0a8bf56fbdf5cfeacfba27", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 31201281, "upload_time": "2020-08-27T18:41:14", "upload_time_iso_8601": "2020-08-27T18:41:14.304521Z", "url": "https://files.pythonhosted.org/packages/17/47/7549b315ac250e3a88123e4670750fa0da7e5c4e38f03aca9dd30a3e4fba/nni-1.8-py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a69694c782caab135d668ec9226ab047", "sha256": "399830b3d4c818c47a1afba058774509c64287deb9f831a4956b4fd1ecd02364" }, "downloads": -1, "filename": "nni-1.8-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "a69694c782caab135d668ec9226ab047", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 32908231, "upload_time": "2020-08-27T18:49:26", "upload_time_iso_8601": "2020-08-27T18:49:26.955117Z", "url": "https://files.pythonhosted.org/packages/a8/f9/22402dd5dd226d8729f0f764dfa82cb9a5ac70c1295851c582d60293ad39/nni-1.8-py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "1.9": [ { "comment_text": "", "digests": { "md5": "baceee4b6ac60b9f4c5225b49a27003b", "sha256": "d2770327f9c93545411cabfefdfdeebb049b0ba5d3f38e8c07fc39b3fe0b22b9" }, "downloads": -1, "filename": "nni-1.9-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "baceee4b6ac60b9f4c5225b49a27003b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 37892555, "upload_time": "2020-10-22T13:15:53", "upload_time_iso_8601": "2020-10-22T13:15:53.029901Z", "url": "https://files.pythonhosted.org/packages/77/ae/3647053a0bf220b7b895b64d9eaf1155e576a701ee3233bd79b770faf6a3/nni-1.9-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f0de5afa793f416b79f60e3e0ac4ba89", "sha256": "a1fbdc5ee79e0c6be96015f8c04ea9d92ca16f0ec7b3f23d78834e4402703a56" }, "downloads": -1, "filename": "nni-1.9-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f0de5afa793f416b79f60e3e0ac4ba89", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 39814579, "upload_time": "2020-10-22T13:11:45", "upload_time_iso_8601": "2020-10-22T13:11:45.548401Z", "url": "https://files.pythonhosted.org/packages/2f/5c/5e5511c3d77def840fdc8bd8e636672a6c89933d8276dc91f725e1287e96/nni-1.9-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c2d01dfb510bdbcb533f5fe3d16366c5", "sha256": "2dfd54eb3bc6d492aba57a1a31ca5fa01d6b7d448f195619cfe28f1e83aec62e" }, "downloads": -1, "filename": "nni-1.9-py3-none-win32.whl", "has_sig": false, "md5_digest": "c2d01dfb510bdbcb533f5fe3d16366c5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 33505133, "upload_time": "2020-10-22T13:21:29", "upload_time_iso_8601": "2020-10-22T13:21:29.076168Z", "url": "https://files.pythonhosted.org/packages/6d/4c/4407eaa06f74be28b36a86aa5f94e733366cdc0b43d89b723e2bf08301a1/nni-1.9-py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "49a7db17832d3bad97b5ffc0cb86f363", "sha256": "a8831229891c063fbdf385621123acef32895d393a9e2989641eba8e25cb9a64" }, "downloads": -1, "filename": "nni-1.9-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "49a7db17832d3bad97b5ffc0cb86f363", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 35212517, "upload_time": "2020-10-22T13:19:25", "upload_time_iso_8601": "2020-10-22T13:19:25.156362Z", "url": "https://files.pythonhosted.org/packages/34/11/0e0c60ceef38a6160993167d4cd7baf19f74ca829e1e6242099ac9ec6eee/nni-1.9-py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "2.0": [ { "comment_text": "", "digests": { "md5": "fc5b6ecddf9bb07140f29d6c8f44bd63", "sha256": "adbf2ef655115a20512ec372ff51192f32f58c59a7820e89fd880f68a0b5faa7" }, "downloads": -1, "filename": "nni-2.0-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "fc5b6ecddf9bb07140f29d6c8f44bd63", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 38725620, "upload_time": "2021-01-14T05:49:34", "upload_time_iso_8601": "2021-01-14T05:49:34.703813Z", "url": "https://files.pythonhosted.org/packages/a1/79/e765ba31912d0e2564b6dec1203c2f834224a5388586ef3857f39d29624c/nni-2.0-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e235642c8941067558cf9d2b1d5de9f6", "sha256": "fad8139253660e2ec72cfe2c8769e5c7bb4e909fea0baccfbfb088c6ff85f021" }, "downloads": -1, "filename": "nni-2.0-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e235642c8941067558cf9d2b1d5de9f6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 40679626, "upload_time": "2021-01-14T05:46:07", "upload_time_iso_8601": "2021-01-14T05:46:07.144384Z", "url": "https://files.pythonhosted.org/packages/c2/36/e9c43cfa694562954e7ae05d553f757b69beab6e2860faa46504a95ff489/nni-2.0-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1de828e1cd35e6b75843dfd2bf85f9c2", "sha256": "ff35e43596db21bbc41e1ba70303cbd820946005d5e0f56e45b2a62bdd0d59df" }, "downloads": -1, "filename": "nni-2.0-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "1de828e1cd35e6b75843dfd2bf85f9c2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 36045736, "upload_time": "2021-01-14T05:53:49", "upload_time_iso_8601": "2021-01-14T05:53:49.349333Z", "url": "https://files.pythonhosted.org/packages/b7/8b/3a5695240c9d6e96e701bd0fcd30897ca7841d9280c06d74d1afec347f96/nni-2.0-py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "2.0rc1": [ { "comment_text": "", "digests": { "md5": "c1421779ab595e55353cbd48b492b35a", "sha256": "f17c81b28636e4348474984c284216cf5f0d8d39b6e967a5729afc1a222182f3" }, "downloads": -1, "filename": "nni-2.0rc1-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "c1421779ab595e55353cbd48b492b35a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 38709154, "upload_time": "2021-01-07T00:38:03", "upload_time_iso_8601": "2021-01-07T00:38:03.753084Z", "url": "https://files.pythonhosted.org/packages/54/70/06563d93c36f805742a929b585d74517d0fb59ba64435695711a0282b0c6/nni-2.0rc1-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "965d94ba57fbba18210d6912c2eeadb5", "sha256": "a83f5071f88ae68ebdd2331676548a12dc1fc6f400100f57e97fb8c53633d8c3" }, "downloads": -1, "filename": "nni-2.0rc1-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "965d94ba57fbba18210d6912c2eeadb5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 40663169, "upload_time": "2021-01-07T00:37:43", "upload_time_iso_8601": "2021-01-07T00:37:43.746031Z", "url": "https://files.pythonhosted.org/packages/fd/9d/978141b0fca36332c4ad10d29cc9edd93e1665c75f0b1f499deea5cf923d/nni-2.0rc1-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e2b172372ff4dd0217998dc741e22946", "sha256": "2f1fd011022f46da56b5477a53e32ff67c3f523580967fd0f4ac99d72e88fe41" }, "downloads": -1, "filename": "nni-2.0rc1-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "e2b172372ff4dd0217998dc741e22946", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 36029269, "upload_time": "2021-01-07T00:42:40", "upload_time_iso_8601": "2021-01-07T00:42:40.455776Z", "url": "https://files.pythonhosted.org/packages/1e/5f/0981f2d64f3c79bde13548e2241d210ed88205feff26f06d01f5ab0c7f1d/nni-2.0rc1-py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "2.0rc2": [ { "comment_text": "", "digests": { "md5": "4036a2bd42cc52df027f110adcae0791", "sha256": "492c1010c9652752f1a6b7b6a9d980ca4d710708b55abc93df965bd34890f081" }, "downloads": -1, "filename": "nni-2.0rc2-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4036a2bd42cc52df027f110adcae0791", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 47914077, "upload_time": "2021-01-08T14:47:42", "upload_time_iso_8601": "2021-01-08T14:47:42.992968Z", "url": "https://files.pythonhosted.org/packages/89/dc/b2029ecd77de555a0de609049bf54ddb78fc8177fbf7e5a4b53ff44c9c62/nni-2.0rc2-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null } ], "2.1": [ { "comment_text": "", "digests": { "md5": "7b9a02c31419e1ae842ff2422c6da60f", "sha256": "45426f0886aa7ea309f74387420e0c836453a921f4bca351fd9a99bf5a40f486" }, "downloads": -1, "filename": "nni-2.1-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "7b9a02c31419e1ae842ff2422c6da60f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 38814974, "upload_time": "2021-03-10T11:57:22", "upload_time_iso_8601": "2021-03-10T11:57:22.670740Z", "url": "https://files.pythonhosted.org/packages/a0/cf/c919638c50f72be21721998ae493da851882393cf3e342e3187c38a00564/nni-2.1-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6a55e2125fe03889a397e5e201d92ec6", "sha256": "a1bb0d8eb7b817d68d1302be1a422fc038de14986de5bf670daeab3ba25291f0" }, "downloads": -1, "filename": "nni-2.1-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6a55e2125fe03889a397e5e201d92ec6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 40769009, "upload_time": "2021-03-10T11:53:09", "upload_time_iso_8601": "2021-03-10T11:53:09.693756Z", "url": "https://files.pythonhosted.org/packages/fa/38/0a697b528b3aaacc0812246aeeb6cee9922e168e099261944f573a6409b4/nni-2.1-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0798c2be79b6b5c4832aa30643e1fc9d", "sha256": "9a73da538ef39508a2bef82a99087c909a3b12852b82d1d82cc1089e51026bb8" }, "downloads": -1, "filename": "nni-2.1-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "0798c2be79b6b5c4832aa30643e1fc9d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 36136559, "upload_time": "2021-03-10T12:00:50", "upload_time_iso_8601": "2021-03-10T12:00:50.840662Z", "url": "https://files.pythonhosted.org/packages/51/f7/ef8cba1e2d7ddc0d7d336ba8fc5ff872d95764362b7fde6e27232ca2f8e3/nni-2.1-py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "2.2": [ { "comment_text": "", "digests": { "md5": "33b36f8ca5ece54c7b46769433152d1c", "sha256": "2b7423a7bbb830a19751afbf038d0f037dac1ee66471851b49c81ce68c0e783a" }, "downloads": -1, "filename": "nni-2.2-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "33b36f8ca5ece54c7b46769433152d1c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 39136887, "upload_time": "2021-04-26T01:05:08", "upload_time_iso_8601": "2021-04-26T01:05:08.049328Z", "url": "https://files.pythonhosted.org/packages/ca/82/ea271243dcaa3346146415fa7ca0f4ea4e8ca0e040b53c935a6793441707/nni-2.2-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4ffc7026fdbeac9feb8faeedec094190", "sha256": "b972a298b9186e2b792e8fe7822caca5fd2bc3573831c7c63767bf71bd70d16c" }, "downloads": -1, "filename": "nni-2.2-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4ffc7026fdbeac9feb8faeedec094190", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 41090926, "upload_time": "2021-04-26T01:04:07", "upload_time_iso_8601": "2021-04-26T01:04:07.537023Z", "url": "https://files.pythonhosted.org/packages/d3/e3/683b92a8801f0531c10ef37c2e1ff77bc9a64cc594318ebba4eacfd7c136/nni-2.2-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a90b76fbc3f027d549f33f7555411c17", "sha256": "eca22d5bf09969aad198d736653fab7bd47687e3ebd797184046c08031436f65" }, "downloads": -1, "filename": "nni-2.2-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "a90b76fbc3f027d549f33f7555411c17", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 36458524, "upload_time": "2021-04-26T01:08:23", "upload_time_iso_8601": "2021-04-26T01:08:23.818688Z", "url": "https://files.pythonhosted.org/packages/f7/51/bf268384c734d81e37bbbd7708a992954e4c7da42ec9b44cc306972c37a4/nni-2.2-py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "2.3": [ { "comment_text": "", "digests": { "md5": "2c0a2772437d5a640e8966e1384fb010", "sha256": "fc5537d875df880f41df575cd00e1e8eeecb286defba02e670eeb7d1b5b92f5e" }, "downloads": -1, "filename": "nni-2.3-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "2c0a2772437d5a640e8966e1384fb010", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 39570136, "upload_time": "2021-06-15T13:43:48", "upload_time_iso_8601": "2021-06-15T13:43:48.743582Z", "url": "https://files.pythonhosted.org/packages/4e/bb/529ba40d54017aa8d3395cfded10161142f4f5f0af0d7b4f298a3e861307/nni-2.3-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "43423fc1d1bc5f492cd1efbe87bcf747", "sha256": "0db0eb926867f41780912e5620f2cb4bb9f7d1d17f986160cb42fdd8345a0b77" }, "downloads": -1, "filename": "nni-2.3-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "43423fc1d1bc5f492cd1efbe87bcf747", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 41524173, "upload_time": "2021-06-15T13:29:08", "upload_time_iso_8601": "2021-06-15T13:29:08.839693Z", "url": "https://files.pythonhosted.org/packages/0b/07/8dedcf4ad8fac5a87955cf1076bdd4e2f485544b1c2a36ed6b510edd119f/nni-2.3-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "68f8bd74488454e86d2eef7d67af1802", "sha256": "18c4f35fd926ea543bf7a29bc7d38ffbcc56dafd2ed40e644cab915a915311ff" }, "downloads": -1, "filename": "nni-2.3-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "68f8bd74488454e86d2eef7d67af1802", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 36891900, "upload_time": "2021-06-15T13:32:14", "upload_time_iso_8601": "2021-06-15T13:32:14.736033Z", "url": "https://files.pythonhosted.org/packages/61/00/e2c235f0f05534549cfd698d4ea40c6acba867b733fa9b2beafc133f5f50/nni-2.3-py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "2.3rc0": [ { "comment_text": "", "digests": { "md5": "1cfd48e772e61d8494657bc0de507713", "sha256": "88f84509080725545dbef0b19e722b489030c29d53fff0b15190db1c556222ac" }, "downloads": -1, "filename": "nni-2.3rc0-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "1cfd48e772e61d8494657bc0de507713", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 39570030, "upload_time": "2021-06-13T03:53:46", "upload_time_iso_8601": "2021-06-13T03:53:46.332710Z", "url": "https://files.pythonhosted.org/packages/74/c3/665eb6ceb40f3a6fa981abb63eba8df379fb4173c6401c22651c100d45f5/nni-2.3rc0-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "20760c470bcf9c6c35bb586e17ca0d92", "sha256": "7bef857895982f4ad1f82e26ac1e23a8138fa56ec4bd9592656bee2c2ae04591" }, "downloads": -1, "filename": "nni-2.3rc0-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "20760c470bcf9c6c35bb586e17ca0d92", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 41524068, "upload_time": "2021-06-13T04:00:06", "upload_time_iso_8601": "2021-06-13T04:00:06.203132Z", "url": "https://files.pythonhosted.org/packages/fc/78/03434498c80ae26b0378262ae2846e3ff36fc6f48e459741ded43adba7a3/nni-2.3rc0-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c03d802d633ec6282ed143fcc4ce81eb", "sha256": "384bc866cce90befb5f8629711943dfef763d1329b78fffb57cd9d2a5c301be2" }, "downloads": -1, "filename": "nni-2.3rc0-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "c03d802d633ec6282ed143fcc4ce81eb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 36891796, "upload_time": "2021-06-13T03:55:16", "upload_time_iso_8601": "2021-06-13T03:55:16.392408Z", "url": "https://files.pythonhosted.org/packages/b5/d9/24e92c9da13667386521682aff58b0c9aed38f1fbcdb81d13b88e0daccdb/nni-2.3rc0-py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "2.4": [ { "comment_text": "", "digests": { "md5": "a7e08b719799df439d0096f96f50eb3b", "sha256": "da796869989f54fb32f9f13d565e40f382ebd6aaeed539b5c783730ac7f6bcd8" }, "downloads": -1, "filename": "nni-2.4-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "a7e08b719799df439d0096f96f50eb3b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 54395670, "upload_time": "2021-08-12T00:51:01", "upload_time_iso_8601": "2021-08-12T00:51:01.724345Z", "url": "https://files.pythonhosted.org/packages/21/22/ec9250e17e38dfa30d2774865b6deda1a70e804fb614b1005f1bd3b13f34/nni-2.4-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5ef7c909fc5b06c201470547ef41499a", "sha256": "a8190911559f029ebea45c9b575c5d11885b1f413a988a3b8537fdd59ec3d590" }, "downloads": -1, "filename": "nni-2.4-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "5ef7c909fc5b06c201470547ef41499a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 56644203, "upload_time": "2021-08-12T00:44:33", "upload_time_iso_8601": "2021-08-12T00:44:33.185861Z", "url": "https://files.pythonhosted.org/packages/63/9a/adab4dacad850faa206bcb4127fbf8a411b41e1636d069110383115c6c84/nni-2.4-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "37166a9d7e55f3460a7858530b25939d", "sha256": "a30771a4d4853f82e7c4696ba12fc5cace1d9826ad0e40d79130b4ac7ef296f5" }, "downloads": -1, "filename": "nni-2.4-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "37166a9d7e55f3460a7858530b25939d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 53426536, "upload_time": "2021-08-12T00:59:14", "upload_time_iso_8601": "2021-08-12T00:59:14.985060Z", "url": "https://files.pythonhosted.org/packages/84/c6/10ae908cf7f0a9989a513c18e87b0b225c7c4ac6e2e411da79ff44151780/nni-2.4-py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "2.5": [ { "comment_text": "", "digests": { "md5": "c9b36ebbb3bdd30bd6e28068164d6cd9", "sha256": "95a7f805e6dc713d8b032378b979643f8fc63e8f601b9eb2a9028676efeaaa08" }, "downloads": -1, "filename": "nni-2.5-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "c9b36ebbb3bdd30bd6e28068164d6cd9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 52935767, "upload_time": "2021-11-04T00:43:55", "upload_time_iso_8601": "2021-11-04T00:43:55.674978Z", "url": "https://files.pythonhosted.org/packages/fe/7c/53b5bccd9152bbfee116c62183dadcf6d949258c2a515c21141ee123794b/nni-2.5-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c6438838b12fb085b894733ab3c3072d", "sha256": "e286af8f1ffb47cad94b6098be2c76b5754caad84cc3e6c2e9389a12c4da857c" }, "downloads": -1, "filename": "nni-2.5-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c6438838b12fb085b894733ab3c3072d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 55184408, "upload_time": "2021-11-04T00:40:20", "upload_time_iso_8601": "2021-11-04T00:40:20.927014Z", "url": "https://files.pythonhosted.org/packages/1f/c9/c9e86eaa5a968943760b292abdbad3afbc8cb00f277f31689bf32d0a46cc/nni-2.5-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a82744207cebf738034659dfcd8f2346", "sha256": "775b68707a753327a207b10c2ebc62d3c15f9e13a22d8c039feb7f8fbf54cd20" }, "downloads": -1, "filename": "nni-2.5-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "a82744207cebf738034659dfcd8f2346", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 52037293, "upload_time": "2021-11-04T00:55:10", "upload_time_iso_8601": "2021-11-04T00:55:10.906041Z", "url": "https://files.pythonhosted.org/packages/76/61/2236ef76bef17a35b131fcba7eaa7b9a3ea35d51cf482ab59140594331f3/nni-2.5-py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "2.6": [ { "comment_text": "", "digests": { "md5": "feb7435ed8a54c5f67bede88e3043a50", "sha256": "f96460b04074c8b4b69ecd357814459f288a08ddc44851b744be5c80a493ff03" }, "downloads": -1, "filename": "nni-2.6-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "feb7435ed8a54c5f67bede88e3043a50", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 57996618, "upload_time": "2022-01-19T08:25:54", "upload_time_iso_8601": "2022-01-19T08:25:54.114805Z", "url": "https://files.pythonhosted.org/packages/c6/62/1ea70aefcf41da04990bcb56e930eaa3533617bebe9327be8549cf8c44fa/nni-2.6-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4807fe731193f41639ff8487b8c451c5", "sha256": "c23c5940220da5eeab5071c8d6eb918d6d7d8ab2583b7d8ee3888ebcf36fcb77" }, "downloads": -1, "filename": "nni-2.6-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4807fe731193f41639ff8487b8c451c5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 60138883, "upload_time": "2022-01-19T08:21:54", "upload_time_iso_8601": "2022-01-19T08:21:54.917062Z", "url": "https://files.pythonhosted.org/packages/f5/23/a0c3ff943fcdf45418e9fe397a3e645c16ceecdd6babb01e080036922020/nni-2.6-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cd787a74b024bdcf1cd889ca2a9911a5", "sha256": "0323147effd786e2b798d85e40382926212cba250f960afba7397ea8d23f9661" }, "downloads": -1, "filename": "nni-2.6-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "cd787a74b024bdcf1cd889ca2a9911a5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 56881685, "upload_time": "2022-01-19T08:36:52", "upload_time_iso_8601": "2022-01-19T08:36:52.369824Z", "url": "https://files.pythonhosted.org/packages/0b/0f/da5e38af861fcb4b8e6d4f8dcbcfb88a5b45e6d235458fe23e2dd63c310f/nni-2.6-py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "2.6.1": [ { "comment_text": "", "digests": { "md5": "30364c71622dd928184813980bc799b7", "sha256": "79359c20bb43e97d6b1b239e8144269886f8647e14b0f7c197f77b0af9f3fa14" }, "downloads": -1, "filename": "nni-2.6.1-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "30364c71622dd928184813980bc799b7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 58181241, "upload_time": "2022-02-18T09:45:57", "upload_time_iso_8601": "2022-02-18T09:45:57.777634Z", "url": "https://files.pythonhosted.org/packages/20/7b/f2ecf64fb4629e4cdb29291447c3ba36acbda4ac5591d7d20b560753814a/nni-2.6.1-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "502ed3fdc93f31c2f596aa3363926842", "sha256": "aa7da01524a1b04f4bb63cbfb1921d4c05fb5e82364dae206486709e2e52dbee" }, "downloads": -1, "filename": "nni-2.6.1-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "502ed3fdc93f31c2f596aa3363926842", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 60323528, "upload_time": "2022-02-18T09:41:45", "upload_time_iso_8601": "2022-02-18T09:41:45.954326Z", "url": "https://files.pythonhosted.org/packages/66/be/10f588db14dc0588126fba29a17582eb270f2fbd34daf04e484e2b94911d/nni-2.6.1-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e5917a27f36703f78491c5af8f2cfa45", "sha256": "d29662d452f2dbcbe65e84112e91a0550a0cb039c3eb235b70eea1b0eca5a4fd" }, "downloads": -1, "filename": "nni-2.6.1-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "e5917a27f36703f78491c5af8f2cfa45", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 57064280, "upload_time": "2022-02-18T09:56:25", "upload_time_iso_8601": "2022-02-18T09:56:25.930654Z", "url": "https://files.pythonhosted.org/packages/ab/36/d5dc391765d65c35b44127f90eb926dc4c5ca0b059d583ec42a4adbb5033/nni-2.6.1-py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "2.6rc1": [ { "comment_text": "", "digests": { "md5": "a454c5348bf8deeb214b73c660510ff2", "sha256": "dbbcc43e6e79bb056dc38d23ec25c30054469f473d742a742e8fcfa294f3aaad" }, "downloads": -1, "filename": "nni-2.6rc1-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "a454c5348bf8deeb214b73c660510ff2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 57971423, "upload_time": "2022-01-13T06:26:38", "upload_time_iso_8601": "2022-01-13T06:26:38.692765Z", "url": "https://files.pythonhosted.org/packages/13/c7/8c1edc4d371e6f31a21e113b79203712d50065b0ebd7a9336f7d5837908f/nni-2.6rc1-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "48bf19a588a36ff8903a388e3380908f", "sha256": "a3af6d1156948e74a4ceeb3d396cb8cb5fd01b8256f9c71a73a315af796f0212" }, "downloads": -1, "filename": "nni-2.6rc1-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "48bf19a588a36ff8903a388e3380908f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 60113689, "upload_time": "2022-01-13T06:25:24", "upload_time_iso_8601": "2022-01-13T06:25:24.892187Z", "url": "https://files.pythonhosted.org/packages/b6/e1/1199b49d8d807cf358092b43647afb61a3cd7a5e556b46f78075fc6e7ee3/nni-2.6rc1-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "20e8ed5e40d652a7db09573481226c3f", "sha256": "5a46a90dad6cf884c1f6df5ba290781388316f086cfdf3dd62122caa4ccaefe9" }, "downloads": -1, "filename": "nni-2.6rc1-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "20e8ed5e40d652a7db09573481226c3f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 56826409, "upload_time": "2022-01-13T06:30:07", "upload_time_iso_8601": "2022-01-13T06:30:07.093839Z", "url": "https://files.pythonhosted.org/packages/d5/83/9785dd68822906494c2f9b39d902f2afd3c291db6c73f1da4aa16b48b82a/nni-2.6rc1-py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "2.6rc2": [ { "comment_text": "", "digests": { "md5": "d570df3aacc62624fc5338861bb26d28", "sha256": "a301d542e656fb24a28c3af09c459593f37f61c7368cd40b31a61b1bd56490d0" }, "downloads": -1, "filename": "nni-2.6rc2-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "d570df3aacc62624fc5338861bb26d28", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 57989683, "upload_time": "2022-01-17T09:29:43", "upload_time_iso_8601": "2022-01-17T09:29:43.524256Z", "url": "https://files.pythonhosted.org/packages/35/85/c15bd07bdabbabeee0bbf1c66063c9e4d8d0c983d501160b60883f863d41/nni-2.6rc2-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8264ab5ae977d5f745209dd5bd81e638", "sha256": "e6ed27509e3ff517dfbf362bb7cb4d9164a4c60a929d14f4f5af13cffe3ceb39" }, "downloads": -1, "filename": "nni-2.6rc2-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "8264ab5ae977d5f745209dd5bd81e638", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 60131945, "upload_time": "2022-01-17T09:22:17", "upload_time_iso_8601": "2022-01-17T09:22:17.380817Z", "url": "https://files.pythonhosted.org/packages/e7/d1/80626e805f72bc7b512cc4e22841c77ddf3f9c5e4a360208bb3fc5509a2d/nni-2.6rc2-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "92d8320332a471845ef0d7c782ddcb4a", "sha256": "7f5fc367442529d41e8d165d80c98f614cc104fc0ae59dfc4d875b221b349341" }, "downloads": -1, "filename": "nni-2.6rc2-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "92d8320332a471845ef0d7c782ddcb4a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 56862671, "upload_time": "2022-01-17T09:30:45", "upload_time_iso_8601": "2022-01-17T09:30:45.529400Z", "url": "https://files.pythonhosted.org/packages/20/4c/1f249d8669c62f96b2f34437c9df7c6b29bad1c6af867cb4d64d9ec320d1/nni-2.6rc2-py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "2.7": [ { "comment_text": "", "digests": { "md5": "8837cda27f1971908ef665853e28b2f9", "sha256": "73b60a5e1765e498d4bd2f7172fcc7df39aa509e127f9fc929d8118ae0b1b628" }, "downloads": -1, "filename": "nni-2.7-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "8837cda27f1971908ef665853e28b2f9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 53920305, "upload_time": "2022-04-18T13:15:39", "upload_time_iso_8601": "2022-04-18T13:15:39.506759Z", "url": "https://files.pythonhosted.org/packages/db/51/ac2173e83bbd4c89ee1decd194999eecccd37d9a735ecc35c19a9b9b2edb/nni-2.7-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "184c33ccaa29ad6df74dbd2e689beaba", "sha256": "a44d159cf2663223f3bdbe88f4d7300142954734f4ba4fdbee41ba74c5e6fb54" }, "downloads": -1, "filename": "nni-2.7-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "184c33ccaa29ad6df74dbd2e689beaba", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 56112960, "upload_time": "2022-04-18T13:14:25", "upload_time_iso_8601": "2022-04-18T13:14:25.399541Z", "url": "https://files.pythonhosted.org/packages/f9/b6/09d80d5b71ab84979e137e03a1b084ee6a65ead6ccc6cb3ad018a4af4269/nni-2.7-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "74121d10b8e442d371e844aed050f882", "sha256": "9aa68ee31716d9e82c068f008656f6124b4e5266999cc844f78115035d664d6b" }, "downloads": -1, "filename": "nni-2.7-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "74121d10b8e442d371e844aed050f882", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 52964630, "upload_time": "2022-04-18T13:20:04", "upload_time_iso_8601": "2022-04-18T13:20:04.377872Z", "url": "https://files.pythonhosted.org/packages/5e/0c/8e724c199477cf331ecc586dc2b21d036bdaacc3d9ed68455ac18bf94ba5/nni-2.7-py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8837cda27f1971908ef665853e28b2f9", "sha256": "73b60a5e1765e498d4bd2f7172fcc7df39aa509e127f9fc929d8118ae0b1b628" }, "downloads": -1, "filename": "nni-2.7-py3-none-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "8837cda27f1971908ef665853e28b2f9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 53920305, "upload_time": "2022-04-18T13:15:39", "upload_time_iso_8601": "2022-04-18T13:15:39.506759Z", "url": "https://files.pythonhosted.org/packages/db/51/ac2173e83bbd4c89ee1decd194999eecccd37d9a735ecc35c19a9b9b2edb/nni-2.7-py3-none-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "184c33ccaa29ad6df74dbd2e689beaba", "sha256": "a44d159cf2663223f3bdbe88f4d7300142954734f4ba4fdbee41ba74c5e6fb54" }, "downloads": -1, "filename": "nni-2.7-py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "184c33ccaa29ad6df74dbd2e689beaba", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 56112960, "upload_time": "2022-04-18T13:14:25", "upload_time_iso_8601": "2022-04-18T13:14:25.399541Z", "url": "https://files.pythonhosted.org/packages/f9/b6/09d80d5b71ab84979e137e03a1b084ee6a65ead6ccc6cb3ad018a4af4269/nni-2.7-py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "74121d10b8e442d371e844aed050f882", "sha256": "9aa68ee31716d9e82c068f008656f6124b4e5266999cc844f78115035d664d6b" }, "downloads": -1, "filename": "nni-2.7-py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "74121d10b8e442d371e844aed050f882", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 52964630, "upload_time": "2022-04-18T13:20:04", "upload_time_iso_8601": "2022-04-18T13:20:04.377872Z", "url": "https://files.pythonhosted.org/packages/5e/0c/8e724c199477cf331ecc586dc2b21d036bdaacc3d9ed68455ac18bf94ba5/nni-2.7-py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }