Skip to content

Commit

Permalink
Update ShapeFeature imports
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwillard committed Sep 26, 2022
1 parent c1f8451 commit a459753
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion aehmc/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from aesara.graph.basic import Variable, ancestors
from aesara.graph.fg import FunctionGraph
from aesara.graph.rewriting.utils import rewrite_graph
from aesara.tensor.rewriting.basic import ShapeFeature
from aesara.tensor.rewriting.shape import ShapeFeature
from aesara.tensor.var import TensorVariable


Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies:
- compilers
- numpy>=1.18.1
- scipy>=1.4.0
- aesara>=2.8.0
- aeppl>=0.0.35
- aesara>=2.8.3
- aeppl>=0.0.38
# Intel BLAS
- mkl
- mkl-service
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
install_requires=[
"numpy>=1.18.1",
"scipy>=1.4.0",
"aesara>=2.8.0",
"aeppl>=0.0.35",
"aesara>=2.8.3",
"aeppl>=0.0.38",
],
tests_require=["pytest"],
long_description=open("README.md").read() if exists("README.md") else "",
Expand Down

0 comments on commit a459753

Please sign in to comment.