File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
from aesara .tensor .elemwise import DimShuffle , Elemwise
15
15
from aesara .tensor .random .op import RandomVariable
16
16
from aesara .tensor .random .utils import RandomStream
17
- from aesara .tensor .rewriting .basic import ShapeFeature
17
+ from aesara .tensor .rewriting .shape import ShapeFeature
18
18
from aesara .tensor .var import TensorVariable
19
19
from cons .core import _car
20
20
from unification .core import _unify
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ dependencies:
11
11
- compilers
12
12
- numpy>=1.18.1
13
13
- 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
17
17
- polyagamma>=1.3.2
18
18
- cons
19
19
- logical-unification
Original file line number Diff line number Diff line change 17
17
install_requires = [
18
18
"numpy>=1.18.1" ,
19
19
"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 " ,
23
23
"polyagamma>=1.3.2" ,
24
24
"cons" ,
25
25
"logical-unification" ,
You can’t perform that action at this time.
0 commit comments