Skip to content

Commit f224daf

Browse files
committed
update
1 parent e4f8dda commit f224daf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
command: TL_BACKEND=tensorflow pytest
4646
- run:
4747
name: install torch
48-
command: pip install torch==1.10.2
48+
command: pip install torch
4949
- run:
5050
name: Run TH tests
5151
command: TL_BACKEND=torch pytest

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Gamma Graph Library(GammaGL)
2-
[pypi-url]: https://pypi.python.org/pypi/gammagl
2+
![GitHub release (latest by date)](https://img.shields.io/github/v/release/BUPT-GAMMA/GammaGL)
33
[![Documentation Status](https://readthedocs.org/projects/gammagl/badge/?version=latest)](https://gammagl.readthedocs.io/en/latest/?badge=latest)
44
![GitHub](https://img.shields.io/github/license/BUPT-GAMMA/GammaGL)
55
![visitors](https://visitor-badge.glitch.me/badge?page_id=BUPT-GAMMA.GammaGL)

0 commit comments

Comments
 (0)