@@ -6,15 +6,14 @@ System requrements
6
6
GammaGL works with the following operating systems:
7
7
8
8
* Linux
9
- * Windows (Currently, we only support python 3.9, pytorch 2.1 and CPU on Windows)
10
9
11
- GammaGL requires Python version 3.9, 3.10, 3.11.
10
+ GammaGL requires Python version 3.9, 3.10, 3.11, 3.12 .
12
11
13
12
Backend
14
13
-------
15
14
16
15
- `tensorflow <https://www.tensorflow.org/api_docs/ >`_ : We recommend tensorflow version under 2.12.0
17
- - `pytorch <https://pytorch.org/get-started/locally/ >`_ : Support version from 1.9 to 2.1 , the defalut backend
16
+ - `pytorch <https://pytorch.org/get-started/locally/ >`_ : Support version from 2.1 to 2.3 , the defalut backend
18
17
- `paddlepaddle <https://www.paddlepaddle.org.cn/ >`_ : We recommend paddlepaddle version under 2.3.2
19
18
- `mindspore <https://www.mindspore.cn/install >`_ : Support version to 2.2.10
20
19
@@ -33,7 +32,7 @@ Install from pip
33
32
34
33
.. code :: bash
35
34
36
- conda create -n gammagl python=3.9
35
+ conda create -n gammagl python=3.10
37
36
source activate gammagl
38
37
39
38
**2. Backend: ** Select and Install your favorite deep learning backend. For example:
@@ -60,7 +59,7 @@ Install from pip
60
59
61
60
.. code :: bash
62
61
63
- pip install gammagl
62
+ pip install gammagl-pt23==0.5.0
64
63
65
64
Install from source
66
65
-------------------
@@ -69,7 +68,7 @@ Install from source
69
68
70
69
.. code :: bash
71
70
72
- conda create -n gammagl python=3.8
71
+ conda create -n gammagl python=3.10
73
72
source activate gammagl
74
73
75
74
**2. Backend: ** Select and Install your favorite deep learning backend. For example:
@@ -88,7 +87,7 @@ Install from source
88
87
89
88
.. note ::
90
89
* For tensorflow, we recommend you to use version under 2.11.0 (For Windows users, please install version 2.10.1 as 2.11 is not supported on Windows).
91
- * For pytorch, we support the latest version, e.g. pytorch 2.1 .0+cu118.
90
+ * For pytorch, we support the latest version, e.g. pytorch 2.3 .0+cu118.
92
91
* For paddlepaddle, we recommend you to use version under 2.3.2.
93
92
* For mindspore, we support the latest version, e.g. mindspore 2.2.0+cu116.
94
93
@@ -105,7 +104,7 @@ Install from source
105
104
pip install pybind11 pyparsing
106
105
git clone --recursive https://github.com/BUPT-GAMMA/GammaGL.git
107
106
cd GammaGL
108
- python setup.py install
107
+ python setup.py install build_ext --inplace
109
108
110
109
.. note ::
111
110
* ``pybind11 `` and ``pyparsing `` is required, otherwise, you cannot install ``GammaGL `` properly.
0 commit comments