Skip to content

Commit

Permalink
Update ShapeFeature imports
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwillard authored and rlouf committed Sep 26, 2022
1 parent e579992 commit 5b5ae2f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion aemcmc/rewriting.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from aesara.tensor.elemwise import DimShuffle, Elemwise
from aesara.tensor.random.op import RandomVariable
from aesara.tensor.random.utils import RandomStream
from aesara.tensor.rewriting.basic import ShapeFeature
from aesara.tensor.rewriting.shape import ShapeFeature
from aesara.tensor.var import TensorVariable
from cons.core import _car
from unification.core import _unify
Expand Down
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ dependencies:
- compilers
- numpy>=1.18.1
- scipy>=1.4.0
- aesara>=2.8.0
- aeppl>=0.0.35
- aehmc>=0.0.9
- aesara>=2.8.3
- aeppl>=0.0.38
- aehmc>=0.0.10
- polyagamma>=1.3.2
- cons
- logical-unification
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
install_requires=[
"numpy>=1.18.1",
"scipy>=1.4.0",
"aesara>=2.8.0",
"aeppl>=0.0.35",
"aehmc>=0.0.9",
"aesara>=2.8.3",
"aeppl>=0.0.38",
"aehmc>=0.0.10",
"polyagamma>=1.3.2",
"cons",
"logical-unification",
Expand Down

0 comments on commit 5b5ae2f

Please sign in to comment.