Skip to content

Commit 6c5f09e

Browse files
Update theano-pymc version
1 parent 0431292 commit 6c5f09e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

conda-envs/environment-dev-py36.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
- python=3.6
77
- arviz>=0.9
8-
- theano-pymc==1.0.11
8+
- theano-pymc==1.0.12
99
- numpy>=1.13
1010
- scipy>=0.18
1111
- pandas>=0.18

conda-envs/environment-dev-py37.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
- python=3.7
77
- arviz>=0.9
8-
- theano-pymc==1.0.11
8+
- theano-pymc==1.0.12
99
- numpy>=1.13
1010
- scipy>=0.18
1111
- pandas>=0.18

conda-envs/environment-dev-py38.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
- python=3.8
77
- arviz>=0.9
8-
- theano-pymc==1.0.11
8+
- theano-pymc==1.0.12
99
- numpy>=1.13
1010
- scipy>=0.18
1111
- pandas>=0.18

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ numpy>=1.13.0
77
pandas>=0.18.0
88
patsy>=0.5.1
99
scipy>=0.18.1
10-
theano-pymc==1.0.11
10+
theano-pymc==1.0.12
1111
typing-extensions>=3.7.4

0 commit comments

Comments
 (0)