Skip to content

Commit

Permalink
Update bayeux version pin
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAndorra committed Dec 16, 2024
1 parent 5fe7947 commit 25798ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions conda-envs/environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,4 @@ dependencies:
- watermark
- pip:
- quartodoc==0.6.1
- bayeux-ml==0.1.14 # Optional JAX dependency
- blackjax==1.2.3
- jax==0.4.33
- jaxlib==0.4.33
- bayeux-ml==0.1.15 # Optional JAX dependency
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@ dev = [

# TODO: Unpin this before making a release
jax = [
"bayeux-ml==0.1.14",
"blackjax==1.2.3",
"jax<=0.4.33",
"jaxlib<=0.4.33",
"bayeux-ml==0.1.15",
]

[project.urls]
Expand Down

0 comments on commit 25798ce

Please sign in to comment.