Skip to content

Commit fe76da4

Browse files
authored
Merge pull request #45 from arviz-devs/vulblack
update black due to security alert
2 parents c3c9052 + 0b2e502 commit fe76da4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
black==22.3.0
1+
black==25.1.0
22
click==8.0.4
33
pytest-cov>=2.6.1
44
pytest>=4.4.0

simuk/tests/test_sbc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def log_likelihood(theta, observed):
4040
df = pd.DataFrame({"x": x, "y": y})
4141
bmb_model = bmb.Model("y ~ x", df)
4242

43+
4344
# NumPyro models
4445
def eight_schools_cauchy_prior(J, sigma, y=None):
4546
mu = numpyro.sample("mu", dist.Normal(0, 5))

0 commit comments

Comments
 (0)