We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39269b commit e65a428Copy full SHA for e65a428
.github/workflows/release.yml
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "jimla"
3
-version = "0.1.1"
+version = "0.1.4"
4
description = "Bayesian linear regression with variational inference, inspired by R's lm() and broom"
5
readme = "README.md"
6
authors = [{ name = "Alex Hallam", email = "alex.hallam@cfacorp.com" }]
@@ -30,7 +30,6 @@ classifiers = [
30
]
31
dependencies = [
32
"blackjax>=1.2.5",
33
- "fiasto-py>=0.1.4",
34
"polars>=1.33.1",
35
"jax>=0.4.0",
36
"jaxlib>=0.4.0",
@@ -39,6 +38,7 @@ dependencies = [
39
38
"rich>=13.0.0",
40
"rpy2>=3.5.0",
41
"wayne-trade>=0.1.5",
+ "fiasto-py>=0.1.5",
42
43
44
[project.urls]
0 commit comments