Skip to content

Commit 7df38bf

Browse files
authored
Unpin jax/jaxlib/flax/cola (#503)
* Unpin cola * Remove pins * Remove pins * Bump version
1 parent 965ec59 commit 7df38bf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
File renamed without changes.

gpjax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
__description__ = "Didactic Gaussian processes in JAX"
4040
__url__ = "https://github.com/JaxGaussianProcesses/GPJax"
4141
__contributors__ = "https://github.com/JaxGaussianProcesses/GPJax/graphs/contributors"
42-
__version__ = "0.9.5"
42+
__version__ = "0.10.0"
4343

4444
__all__ = [
4545
"base",

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ classifiers = [
2121
"Programming Language :: Python :: Implementation :: PyPy",
2222
]
2323
dependencies = [
24-
"jax<0.4.28",
25-
"jaxlib<0.4.28",
24+
"jax>=0.5.0",
25+
"jaxlib>=0.5.0",
2626
"optax>0.2.1",
2727
"jaxtyping>0.2.10",
2828
"tqdm>4.66.2",
2929
"tensorflow-probability>=0.24.0",
3030
"beartype>0.16.1",
31-
"cola-ml==0.0.5",
32-
"flax<0.10.0",
33-
"numpy<2.0.0",
31+
"cola-ml>=0.0.7",
32+
"flax>=0.10.0",
33+
"numpy>=2.0.0",
3434
]
3535

3636
[tool.hatch.envs.default]

0 commit comments

Comments
 (0)