https://github.com/dmlc/dgl
Raw File
Tip revision: 182041803b122d78d3058cc094c5a4569c29eb3b authored by Quan Gan on 18 August 2020, 06:18:28 UTC
bump version
Tip revision: 1820418
readthedocs.yml
build:
  image: latest

formats: []

python:
  version: 3.6
  use_system_site_packages: true
  setup_py_install: false
back to top