Skip to content

Commit

Permalink
pin pymc==5.14 (#162)
Browse files Browse the repository at this point in the history
* relax versions

* relax requirements pre-commit

* fix syntax

* pin latest version
  • Loading branch information
juanitorduz authored May 8, 2024
1 parent 6afe6d5 commit ee6a348
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
- id: mypy
args: [--ignore-missing-imports]
files: ^pymc_bart/
additional_dependencies: [numpy<1.25.0, pandas-stubs==1.5.3.230304]
additional_dependencies: [numpy, pandas-stubs]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pymc==5.13.1
arviz==0.18.0
pymc==5.14.0
arviz>=0.18.0
numba
matplotlib
numpy

0 comments on commit ee6a348

Please sign in to comment.