Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
GStechschulte committed Jan 8, 2025
1 parent c430679 commit 419fefc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Get started by using PyMC-BART to set up a BART model

```python
import pymc as pm
import pymc_bart_rs as pmb
import pymc_bart as pmb

X, y = ... # Your data replaces "..."
with pm.Model() as model:
Expand Down
2 changes: 1 addition & 1 deletion benchmark/environments/bart_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ dependencies:
- pip:
- py-spy==0.4.0
- pymc==5.19.1
- pymc-bart-rs==0.1.1
- pymc-bart-rs==0.1.2
- pytensor==2.26.4
- ruff==0.8.3
- split-rules==0.1.0

0 comments on commit 419fefc

Please sign in to comment.