pyg-library


Namepyg-library JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/pyg-team/pyg-lib
SummaryLow-Level Graph Neural Network Operators for PyG
upload_time2023-04-13 15:16:01
maintainer
docs_urlNone
authorPyG Team
requires_python>=3.7
license
keywords deep-learning pytorch geometric-deep-learning graph-neural-networks graph-convolutional-networks
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [testing-image]: https://github.com/pyg-team/pyg-lib/actions/workflows/testing.yml/badge.svg
[testing-url]: https://github.com/pyg-team/pyg-lib/actions/workflows/testing.yml
[docs-image]: https://readthedocs.org/projects/pyg-lib/badge/?version=latest
[docs-url]: https://pyg-lib.readthedocs.io/en/latest/?badge=latest
[coverage-image]: https://codecov.io/gh/pyg-team/pyg-lib/branch/master/graph/badge.svg
[coverage-url]: https://codecov.io/github/pyg-team/pyg-lib?branch=master

# pyg-lib

[![Testing Status][testing-image]][testing-url]
[![Docs Status][docs-image]][docs-url]
[![Code Coverage][coverage-image]][coverage-url]

* [Installation](#installation)

## Installation

We provide pre-built Python wheels for all major OS/PyTorch/CUDA combinations from Python 3.7 till 3.11, see [here](https://data.pyg.org/whl).
Note that currently, Windows wheels are not supported (we are working on fixing this as soon as possible).

To install the wheels, simply run

```
pip install pyg-lib -f https://data.pyg.org/whl/torch-${TORCH}+${CUDA}.html
```

where

* `${TORCH}` should be replaced by either `1.11.0`, `1.12.0`, `1.13.0` or `2.0.0`
* `${CUDA}` should be replaced by either `cpu`, `cu102`, `cu113`, `cu115`, `cu116`, `cu117` or `cu118`

The following combinations are supported:

| PyTorch 2.0  | `cpu` | `cu102` | `cu113` | `cu115` | `cu116` | `cu117` | `cu118` |
|--------------|-------|---------|---------|---------|---------|---------|---------|
| **Linux**    | ✅    |         |         |         |         | ✅      | ✅      |
| **Windows**  |       |         |         |         |         |         |         |
| **macOS**    | ✅    |         |         |         |         |         |         |

| PyTorch 1.13 | `cpu` | `cu102` | `cu113` | `cu115` | `cu116` | `cu117` | `cu118` |
|--------------|-------|---------|---------|---------|---------|---------|---------|
| **Linux**    | ✅    |         |         |         | ✅      | ✅      |         |
| **Windows**  |       |         |         |         |         |         |         |
| **macOS**    | ✅    |         |         |         |         |         |         |

| PyTorch 1.12 | `cpu` | `cu102` | `cu113` | `cu115` | `cu116` | `cu117` | `cu118` |
|--------------|-------|---------|---------|---------|---------|---------|---------|
| **Linux**    | ✅    | ✅      | ✅      |         | ✅      |         |         |
| **Windows**  |       |         |         |         |         |         |         |
| **macOS**    | ✅    |         |         |         |         |         |         |

| PyTorch 1.11 | `cpu` | `cu102` | `cu113` | `cu115` | `cu116` | `cu117` | `cu118` |
|--------------|-------|---------|---------|---------|---------|---------|---------|
| **Linux**    | ✅    | ✅      | ✅      | ✅      |         |         |         |
| **Windows**  |       |         |         |         |         |         |         |
| **macOS**    | ✅    |         |         |         |         |         |         |

### Form nightly

Nightly wheels are provided for Linux from Python 3.7 till 3.11:

```
pip install pyg-lib -f https://data.pyg.org/whl/nightly/torch-${TORCH}+${CUDA}.html
```

### From master

```
pip install git+https://github.com/pyg-team/pyg-lib.git
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pyg-team/pyg-lib",
    "name": "pyg-library",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "deep-learning,pytorch,geometric-deep-learning,graph-neural-networks,graph-convolutional-networks",
    "author": "PyG Team",
    "author_email": "team@pyg.org",
    "download_url": "https://github.com/pyg-team/pyg-lib/archive/0.2.0.dev20230413+pt113cpu.tar.gz",
    "platform": null,
    "description": "[testing-image]: https://github.com/pyg-team/pyg-lib/actions/workflows/testing.yml/badge.svg\n[testing-url]: https://github.com/pyg-team/pyg-lib/actions/workflows/testing.yml\n[docs-image]: https://readthedocs.org/projects/pyg-lib/badge/?version=latest\n[docs-url]: https://pyg-lib.readthedocs.io/en/latest/?badge=latest\n[coverage-image]: https://codecov.io/gh/pyg-team/pyg-lib/branch/master/graph/badge.svg\n[coverage-url]: https://codecov.io/github/pyg-team/pyg-lib?branch=master\n\n# pyg-lib\n\n[![Testing Status][testing-image]][testing-url]\n[![Docs Status][docs-image]][docs-url]\n[![Code Coverage][coverage-image]][coverage-url]\n\n* [Installation](#installation)\n\n## Installation\n\nWe provide pre-built Python wheels for all major OS/PyTorch/CUDA combinations from Python 3.7 till 3.11, see [here](https://data.pyg.org/whl).\nNote that currently, Windows wheels are not supported (we are working on fixing this as soon as possible).\n\nTo install the wheels, simply run\n\n```\npip install pyg-lib -f https://data.pyg.org/whl/torch-${TORCH}+${CUDA}.html\n```\n\nwhere\n\n* `${TORCH}` should be replaced by either `1.11.0`, `1.12.0`, `1.13.0` or `2.0.0`\n* `${CUDA}` should be replaced by either `cpu`, `cu102`, `cu113`, `cu115`, `cu116`, `cu117` or `cu118`\n\nThe following combinations are supported:\n\n| PyTorch 2.0  | `cpu` | `cu102` | `cu113` | `cu115` | `cu116` | `cu117` | `cu118` |\n|--------------|-------|---------|---------|---------|---------|---------|---------|\n| **Linux**    | \u2705    |         |         |         |         | \u2705      | \u2705      |\n| **Windows**  |       |         |         |         |         |         |         |\n| **macOS**    | \u2705    |         |         |         |         |         |         |\n\n| PyTorch 1.13 | `cpu` | `cu102` | `cu113` | `cu115` | `cu116` | `cu117` | `cu118` |\n|--------------|-------|---------|---------|---------|---------|---------|---------|\n| **Linux**    | \u2705    |         |         |         | \u2705      | \u2705      |         |\n| **Windows**  |       |         |         |         |         |         |         |\n| **macOS**    | \u2705    |         |         |         |         |         |         |\n\n| PyTorch 1.12 | `cpu` | `cu102` | `cu113` | `cu115` | `cu116` | `cu117` | `cu118` |\n|--------------|-------|---------|---------|---------|---------|---------|---------|\n| **Linux**    | \u2705    | \u2705      | \u2705      |         | \u2705      |         |         |\n| **Windows**  |       |         |         |         |         |         |         |\n| **macOS**    | \u2705    |         |         |         |         |         |         |\n\n| PyTorch 1.11 | `cpu` | `cu102` | `cu113` | `cu115` | `cu116` | `cu117` | `cu118` |\n|--------------|-------|---------|---------|---------|---------|---------|---------|\n| **Linux**    | \u2705    | \u2705      | \u2705      | \u2705      |         |         |         |\n| **Windows**  |       |         |         |         |         |         |         |\n| **macOS**    | \u2705    |         |         |         |         |         |         |\n\n### Form nightly\n\nNightly wheels are provided for Linux from Python 3.7 till 3.11:\n\n```\npip install pyg-lib -f https://data.pyg.org/whl/nightly/torch-${TORCH}+${CUDA}.html\n```\n\n### From master\n\n```\npip install git+https://github.com/pyg-team/pyg-lib.git\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Low-Level Graph Neural Network Operators for PyG",
    "version": "0.2.0",
    "split_keywords": [
        "deep-learning",
        "pytorch",
        "geometric-deep-learning",
        "graph-neural-networks",
        "graph-convolutional-networks"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d873fbe58f34836893a8cc108e23f22b9926c21098eae51c9d1ac29e43f6a04b",
                "md5": "aa44da3d2a3e8e6828a78a7464da23e8",
                "sha256": "23d0e42a5b6f084551339bf25d46e9ccbd05b68be6d28980e0f9ed4dab15fbf5"
            },
            "downloads": -1,
            "filename": "pyg_library-0.2.0.dev20230413+pt113cpu-cp310-cp310-any.whl",
            "has_sig": false,
            "md5_digest": "aa44da3d2a3e8e6828a78a7464da23e8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 748618,
            "upload_time": "2023-04-13T15:16:01",
            "upload_time_iso_8601": "2023-04-13T15:16:01.509343Z",
            "url": "https://files.pythonhosted.org/packages/d8/73/fbe58f34836893a8cc108e23f22b9926c21098eae51c9d1ac29e43f6a04b/pyg_library-0.2.0.dev20230413+pt113cpu-cp310-cp310-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-13 15:16:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "pyg-team",
    "github_project": "pyg-lib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyg-library"
}
        
Elapsed time: 0.05396s