Skip to content

Commit e6acf94

Browse files
committed
Fix 'jrnmm' dependency in project file
1 parent e11ca04 commit e6acf94

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dynamic = ["version"]
3636

3737
[project.optional-dependencies]
3838
examples = [
39-
"jrnmm @ git+https://github.com/dirmeier/jrnmm@v0.1.0.post1",
39+
"jrnmm==0.1.1.post2",
4040
]
4141
[project.urls]
4242
Homepage = "https://github.com/dirmeier/sbijax"

sbijax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""sbijax: Simulation-based inference in JAX."""
22

3-
__version__ = "0.3.3"
3+
__version__ = "0.3.3.post1"
44

55
import os
66

0 commit comments

Comments
 (0)