Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit a459753

Browse files
Update ShapeFeature imports
1 parent c1f8451 commit a459753

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

aehmc/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from aesara.graph.basic import Variable, ancestors
66
from aesara.graph.fg import FunctionGraph
77
from aesara.graph.rewriting.utils import rewrite_graph
8-
from aesara.tensor.rewriting.basic import ShapeFeature
8+
from aesara.tensor.rewriting.shape import ShapeFeature
99
from aesara.tensor.var import TensorVariable
1010

1111

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ dependencies:
1111
- compilers
1212
- numpy>=1.18.1
1313
- scipy>=1.4.0
14-
- aesara>=2.8.0
15-
- aeppl>=0.0.35
14+
- aesara>=2.8.3
15+
- aeppl>=0.0.38
1616
# Intel BLAS
1717
- mkl
1818
- mkl-service

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
install_requires=[
1818
"numpy>=1.18.1",
1919
"scipy>=1.4.0",
20-
"aesara>=2.8.0",
21-
"aeppl>=0.0.35",
20+
"aesara>=2.8.3",
21+
"aeppl>=0.0.38",
2222
],
2323
tests_require=["pytest"],
2424
long_description=open("README.md").read() if exists("README.md") else "",

0 commit comments

Comments
 (0)