Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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