Skip to content

Commit 3a77467

Browse files
committed
Test on last release of PyMC instead of main
1 parent eb27073 commit 3a77467

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

conda-envs/environment-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ channels:
44
- defaults
55
dependencies:
66
- pip
7+
- pymc>=5.1.2
78
- pytest-cov>=2.5
89
- pytest>=3.0
910
- dask
1011
- xhistogram
1112
- pip:
12-
- "git+https://github.com/pymc-devs/pymc.git@main"
1313
- blackjax

conda-envs/windows-environment-test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ channels:
44
- defaults
55
dependencies:
66
- pip
7+
- pymc>=5.1.2
78
- pytest-cov>=2.5
89
- pytest>=3.0
910
- dask
1011
- xhistogram
11-
- pip:
12-
- "git+https://github.com/pymc-devs/pymc.git@main"

pymc_experimental/tests/distributions/test_continuous.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import scipy.stats.distributions as sp
2222

2323
# test support imports from pymc
24-
from pymc.tests.distributions.util import (
24+
from pymc.testing import (
2525
BaseTestDistributionRandom,
2626
Domain,
2727
R,
@@ -30,8 +30,8 @@
3030
check_logcdf,
3131
check_logp,
3232
seeded_scipy_distribution_builder,
33+
select_by_precision,
3334
)
34-
from pymc.tests.helpers import select_by_precision
3535

3636
# the distributions to be tested
3737
from pymc_experimental.distributions import GenExtreme

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pymc>=5.0.0
1+
pymc>=5.1.2

0 commit comments

Comments
 (0)