We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f8dda commit f224dafCopy full SHA for f224daf
.circleci/config.yml
@@ -45,7 +45,7 @@ jobs:
45
command: TL_BACKEND=tensorflow pytest
46
- run:
47
name: install torch
48
- command: pip install torch==1.10.2
+ command: pip install torch
49
50
name: Run TH tests
51
command: TL_BACKEND=torch pytest
README.md
@@ -1,5 +1,5 @@
1
# Gamma Graph Library(GammaGL)
2
-[pypi-url]: https://pypi.python.org/pypi/gammagl
+
3
[](https://gammagl.readthedocs.io/en/latest/?badge=latest)
4

5

0 commit comments