Skip to content

Commit 986d55d

Browse files
committed
build: reverted versions of pytensor and pymc in env files
pytensor and pymc versions in environment files are reverted to the previous setting as the changes that made the versions more restrictive led to some issues with devito (likely due to a different clang compiler being installed.
1 parent 3f33ebd commit 986d55d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

environment-dev-arm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ dependencies:
1111
- pyfftw
1212
- pywavelets
1313
- sympy
14-
- pytensor>=2.28.0
15-
- pymc>=5.21.0
14+
- pymc>=5
15+
- pytensor
1616
- matplotlib
1717
- ipython
1818
- pytest

environment-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ dependencies:
1111
- pyfftw
1212
- pywavelets
1313
- sympy
14-
- pytensor>=2.28.0
15-
- pymc>=5.21.0
14+
- pymc>=5
15+
- pytensor
1616
- matplotlib
1717
- ipython
1818
- pytest

0 commit comments

Comments
 (0)