Skip to content

Commit b09805a

Browse files
Upgrade Aesara version pin and unpin SciPy upper limit
Closes #5446 Closes #5448
1 parent 73a97e2 commit b09805a

10 files changed

+20
-20
lines changed

conda-envs/environment-dev-py37.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- defaults
66
dependencies:
77
- aeppl=0.0.26
8-
- aesara=2.3.8
8+
- aesara=2.4.0
99
- arviz>=0.11.4
1010
- blas
1111
- cachetools>=4.2.1
@@ -24,7 +24,7 @@ dependencies:
2424
- pytest>=3.0
2525
- python-graphviz
2626
- python=3.7
27-
- scipy>=1.4.1,<1.8.0
27+
- scipy>=1.4.1
2828
- sphinx-copybutton
2929
- sphinx-notfound-page
3030
- sphinx>=1.5

conda-envs/environment-dev-py38.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- defaults
66
dependencies:
77
- aeppl=0.0.26
8-
- aesara=2.3.8
8+
- aesara=2.4.0
99
- arviz>=0.11.4
1010
- blas
1111
- cachetools>=4.2.1
@@ -24,7 +24,7 @@ dependencies:
2424
- pytest>=3.0
2525
- python-graphviz
2626
- python=3.8
27-
- scipy>=1.4.1,<1.8.0
27+
- scipy>=1.4.1
2828
- sphinx-copybutton
2929
- sphinx-notfound-page
3030
- sphinx>=1.5

conda-envs/environment-dev-py39.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- defaults
66
dependencies:
77
- aeppl=0.0.26
8-
- aesara=2.3.8
8+
- aesara=2.4.0
99
- arviz>=0.11.4
1010
- blas
1111
- cachetools>=4.2.1
@@ -24,7 +24,7 @@ dependencies:
2424
- pytest>=3.0
2525
- python-graphviz
2626
- python=3.9
27-
- scipy>=1.4.1,<1.8.0
27+
- scipy>=1.4.1
2828
- sphinx-copybutton
2929
- sphinx-notfound-page
3030
- sphinx>=1.5

conda-envs/environment-test-py37.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- defaults
66
dependencies:
77
- aeppl=0.0.26
8-
- aesara=2.3.8
8+
- aesara=2.4.0
99
- arviz>=0.11.4
1010
- blas
1111
- cachetools>=4.2.1
@@ -22,5 +22,5 @@ dependencies:
2222
- pytest>=3.0
2323
- python-graphviz
2424
- python=3.7
25-
- scipy>=1.4.1,<1.8.0
25+
- scipy>=1.4.1
2626
- typing-extensions>=3.7.4

conda-envs/environment-test-py38.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- defaults
66
dependencies:
77
- aeppl=0.0.26
8-
- aesara=2.3.8
8+
- aesara=2.4.0
99
- arviz>=0.11.4
1010
- blas
1111
- cachetools>=4.2.1
@@ -22,5 +22,5 @@ dependencies:
2222
- pytest>=3.0
2323
- python-graphviz
2424
- python=3.8
25-
- scipy>=1.4.1,<1.8.0
25+
- scipy>=1.4.1
2626
- typing-extensions>=3.7.4

conda-envs/environment-test-py39.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- defaults
66
dependencies:
77
- aeppl=0.0.26
8-
- aesara=2.3.8
8+
- aesara=2.4.0
99
- arviz>=0.11.4
1010
- blas
1111
- cachetools>=4.2.1
@@ -22,5 +22,5 @@ dependencies:
2222
- pytest>=3.0
2323
- python-graphviz
2424
- python=3.9
25-
- scipy>=1.4.1,<1.8.0
25+
- scipy>=1.4.1
2626
- typing-extensions>=3.7.4

conda-envs/windows-environment-dev-py38.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
# base dependencies (see install guide for Windows)
77
- aeppl=0.0.26
8-
- aesara=2.3.8
8+
- aesara=2.4.0
99
- arviz>=0.11.4
1010
- blas
1111
- cachetools>=4.2.1
@@ -17,7 +17,7 @@ dependencies:
1717
- pip
1818
- python=3.8
1919
- python-graphviz
20-
- scipy>=1.4.1,<1.8.0
20+
- scipy>=1.4.1
2121
- typing-extensions>=3.7.4
2222
# Extra stuff for dev, testing and docs build
2323
- ipython>=7.16

conda-envs/windows-environment-test-py38.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
# base dependencies (see install guide for Windows)
77
- aeppl=0.0.26
8-
- aesara=2.3.8
8+
- aesara=2.4.0
99
- arviz>=0.11.4
1010
- blas
1111
- cachetools>=4.2.1
@@ -21,7 +21,7 @@ dependencies:
2121
- pip
2222
- python=3.8
2323
- python-graphviz
24-
- scipy>=1.4.1,<1.8.0
24+
- scipy>=1.4.1
2525
- typing-extensions>=3.7.4
2626
# Extra stuff for testing
2727
- ipython>=7.16

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See that file for comments about the need/usage of each dependency.
33

44
aeppl==0.0.26
5-
aesara==2.3.8
5+
aesara==2.4.0
66
arviz>=0.11.4
77
cachetools>=4.2.1
88
cloudpickle
@@ -18,7 +18,7 @@ pre-commit>=2.8.0
1818
pydata-sphinx-theme
1919
pytest-cov>=2.5
2020
pytest>=3.0
21-
scipy>=1.4.1,<1.8.0
21+
scipy>=1.4.1
2222
sphinx-copybutton
2323
sphinx-design
2424
sphinx-notfound-page

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
aeppl==0.0.26
2-
aesara==2.3.8
2+
aesara==2.4.0
33
arviz>=0.11.4
44
cachetools>=4.2.1
55
cloudpickle
66
fastprogress>=0.2.0
77
numpy>=1.15.0
88
pandas>=0.24.0
9-
scipy>=1.4.1,<1.8.0
9+
scipy>=1.4.1
1010
typing-extensions>=3.7.4

0 commit comments

Comments
 (0)