Skip to content

Commit e65a428

Browse files
committed
update package
1 parent e39269b commit e65a428

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Whitespace-only changes.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "jimla"
3-
version = "0.1.1"
3+
version = "0.1.4"
44
description = "Bayesian linear regression with variational inference, inspired by R's lm() and broom"
55
readme = "README.md"
66
authors = [{ name = "Alex Hallam", email = "alex.hallam@cfacorp.com" }]
@@ -30,7 +30,6 @@ classifiers = [
3030
]
3131
dependencies = [
3232
"blackjax>=1.2.5",
33-
"fiasto-py>=0.1.4",
3433
"polars>=1.33.1",
3534
"jax>=0.4.0",
3635
"jaxlib>=0.4.0",
@@ -39,6 +38,7 @@ dependencies = [
3938
"rich>=13.0.0",
4039
"rpy2>=3.5.0",
4140
"wayne-trade>=0.1.5",
41+
"fiasto-py>=0.1.5",
4242
]
4343

4444
[project.urls]

0 commit comments

Comments
 (0)