Skip to content

Commit 5b5ae2f

Browse files
brandonwillardrlouf
authored andcommitted
Update ShapeFeature imports
1 parent e579992 commit 5b5ae2f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

aemcmc/rewriting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from aesara.tensor.elemwise import DimShuffle, Elemwise
1515
from aesara.tensor.random.op import RandomVariable
1616
from aesara.tensor.random.utils import RandomStream
17-
from aesara.tensor.rewriting.basic import ShapeFeature
17+
from aesara.tensor.rewriting.shape import ShapeFeature
1818
from aesara.tensor.var import TensorVariable
1919
from cons.core import _car
2020
from unification.core import _unify

environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ dependencies:
1111
- compilers
1212
- numpy>=1.18.1
1313
- scipy>=1.4.0
14-
- aesara>=2.8.0
15-
- aeppl>=0.0.35
16-
- aehmc>=0.0.9
14+
- aesara>=2.8.3
15+
- aeppl>=0.0.38
16+
- aehmc>=0.0.10
1717
- polyagamma>=1.3.2
1818
- cons
1919
- logical-unification

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
install_requires=[
1818
"numpy>=1.18.1",
1919
"scipy>=1.4.0",
20-
"aesara>=2.8.0",
21-
"aeppl>=0.0.35",
22-
"aehmc>=0.0.9",
20+
"aesara>=2.8.3",
21+
"aeppl>=0.0.38",
22+
"aehmc>=0.0.10",
2323
"polyagamma>=1.3.2",
2424
"cons",
2525
"logical-unification",

0 commit comments

Comments
 (0)