Skip to content

Commit f4ba999

Browse files
committed
Bump PyMC dependency
1 parent 5de65eb commit f4ba999

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conda-envs/environment-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ dependencies:
1010
- xhistogram
1111
- statsmodels
1212
- pip:
13-
- pymc>=5.17.0 # CI was failing to resolve
13+
- pymc>=5.18.0 # CI was failing to resolve
1414
- blackjax
1515
- scikit-learn

conda-envs/windows-environment-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ dependencies:
1010
- xhistogram
1111
- statsmodels
1212
- pip:
13-
- pymc>=5.17.0 # CI was failing to resolve
13+
- pymc>=5.18.0 # CI was failing to resolve
1414
- blackjax
1515
- scikit-learn

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pymc>=5.17.0
1+
pymc>=5.18.0
22
scikit-learn

0 commit comments

Comments
 (0)