Skip to content

Commit ee6a348

Browse files
authored
pin pymc==5.14 (#162)
* relax versions * relax requirements pre-commit * fix syntax * pin latest version
1 parent 6afe6d5 commit ee6a348

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: mypy
2525
args: [--ignore-missing-imports]
2626
files: ^pymc_bart/
27-
additional_dependencies: [numpy<1.25.0, pandas-stubs==1.5.3.230304]
27+
additional_dependencies: [numpy, pandas-stubs]
2828
- repo: https://github.com/pre-commit/pre-commit-hooks
2929
rev: v4.6.0
3030
hooks:

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pymc==5.13.1
2-
arviz==0.18.0
1+
pymc==5.14.0
2+
arviz>=0.18.0
33
numba
44
matplotlib
55
numpy

0 commit comments

Comments
 (0)