Skip to content

Commit

Permalink
Remove automatic loading of AutoGrad extension
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Oct 31, 2019
1 parent 9594f61 commit bc86fd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = stheno
version = 0.3.1
version = 0.3.2
author = Wessel Bruinsma
author_email = wessel.p.bruinsma@gmail.com
description = Implementation of Gaussian processes in Python
Expand Down
1 change: 0 additions & 1 deletion stheno/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@
from .eis import *
from .lazy import *
from .graph import *
from .autograd import *

0 comments on commit bc86fd7

Please sign in to comment.