-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test on oldest supported versions during end-to-end CI (#4374)
* test on oldest supported versions during end-to-end CI * less strict pin * try 1.15 pin * try pinning pandas and scipy too * only test betabinom if scipy modern enough * revert sort_conda changes (will do in separate PR) * generate requirements-dev from py37 env
- Loading branch information
1 parent
aabec02
commit 34b05d8
Showing
9 changed files
with
34 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
codecov: | ||
require_ci_to_pass: no | ||
notify: | ||
after_n_builds: 9 | ||
after_n_builds: 16 | ||
|
||
coverage: | ||
precision: 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
arviz>=0.9.0 | ||
dill | ||
fastprogress>=0.2.0 | ||
numpy>=1.13.0 | ||
pandas>=0.18.0 | ||
numpy>=1.15.0 | ||
pandas>=0.24.0 | ||
patsy>=0.5.1 | ||
scipy>=0.18.1 | ||
scipy>=1.2.0 | ||
theano-pymc==1.0.14 | ||
typing-extensions>=3.7.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters