Skip to content

Commit

Permalink
Merge branch 'master' into dp/laplace
Browse files Browse the repository at this point in the history
  • Loading branch information
unalmis authored Dec 9, 2024
2 parents 17f9aba + 8af856d commit 1710819
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion devtools/dev-requirements_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- pip:
# Conda only parses a single list of pip requirements.
# If two pip lists are given, all but the last list is skipped.
- jax >= 0.4.24, < 0.5.0
- jax >= 0.4.24, <= 0.4.35
- diffrax >= 0.4.1
- interpax >= 0.3.3
- nvgpu
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jax >= 0.4.24, < 0.5.0
jax >= 0.4.24, <= 0.4.35
colorama
diffrax >= 0.4.1
h5py >= 3.0.0, < 4.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- pip:
# Conda only parses a single list of pip requirements.
# If two pip lists are given, all but the last list is skipped.
- jax >= 0.4.24, < 0.5.0
- jax >= 0.4.24, <= 0.4.35
- interpax >= 0.3.3
- nvgpu
- orthax
Expand Down

0 comments on commit 1710819

Please sign in to comment.