Skip to content

Commit

Permalink
update version in cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
GStechschulte committed Jan 7, 2025
1 parent cd0fa0b commit 8765247
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[package]
name = "pymc-bart"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
1 change: 0 additions & 1 deletion benchmark/examples/bart_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import numpy as np
import pandas as pd
import pymc as pm
# import pymc_bart_rs as pmb
import pymc_bart as pmb

RANDOM_SEED = 8457
Expand Down

0 comments on commit 8765247

Please sign in to comment.