Skip to content

Commit cdf916e

Browse files
committed
update pymc version
1 parent 4e314c4 commit cdf916e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

env-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- pymc>=5.16.2,<=5.19.1
6+
- pymc==5.24.0
77
- arviz>=0.18.0
88
- numba
99
- matplotlib

env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- pymc>=5.16.2,<=5.19.1
6+
- pymc==5.24.0
77
- arviz>=0.18.0
88
- numba
99
- matplotlib

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pymc>=5.16.2, <=5.23.0
1+
pymc==5.24.0
22
arviz>=0.18.0
33
numba
44
matplotlib

0 commit comments

Comments
 (0)