Skip to content

Commit 3669bdc

Browse files
committed
Revert "Temporarily install pymc via pip"
This reverts commit f31c518.
1 parent f31c518 commit 3669bdc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

conda-envs/environment-test.yml

Lines changed: 1 addition & 1 deletion
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-
- pymc>=5.1.2 # CI was failing to resolve
1313
- blackjax

conda-envs/windows-environment-test.yml

Lines changed: 1 addition & 2 deletions
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-
- pymc>=5.1.2 # CI was failing to resolve

0 commit comments

Comments
 (0)